-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
99 lines (99 loc) · 3.21 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{
"name": "dissinet.ddb.client",
"version": "1.4.1",
"description": "",
"main": "index.js",
"engines": {
"node": "^22.11.0",
"pnpm": "^9.0.0"
},
"sideEffects": false,
"scripts": {
"preinstall": "npx only-allow pnpm",
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack serve --open --config webpack.development.js",
"build:latest": "webpack --config webpack.js",
"build:development": "webpack --config webpack.development.js",
"build:production": "webpack --config webpack.production.js",
"build:niort": "webpack --config webpack.production.js",
"build:sandbox": "webpack --config webpack.sandbox.js",
"build:staging": "webpack --config webpack.staging.js",
"build:data-import": "webpack --config webpack.data-import.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"@floating-ui/react": "^0.26.23",
"@inkvisitor/annotator": "file:../annotator",
"@popperjs/core": "^2.11.8",
"@react-spring/web": "^9.7.4",
"@reduxjs/toolkit": "^2.5.0",
"@tanstack/react-query": "^5.53.3",
"annotator": "link:../annotator",
"axios": "^1.7.7",
"copy-webpack-plugin": "^12.0.2",
"immutability-helper": "^3.1.1",
"react": "^18.3.1",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "^18.3.1",
"react-helmet": "^6.1.0",
"react-icons": "^5.3.0",
"react-json-view": "^1.21.3",
"react-popper": "^2.3.0",
"react-redux": "^9.2.0",
"react-router": "^6.26.1",
"react-router-dom": "^6.26.1",
"react-scrollbars-custom": "^4.1.1",
"react-select": "^5.8.0",
"react-spinners": "^0.13.8",
"react-table": "^7.8.0",
"react-toastify": "^10.0.5",
"react-window": "^1.8.10",
"reactflow": "^11.11.4",
"redux": "^5.0.1",
"redux-thunk": "^3.1.0",
"styled-components": "^6.1.13",
"uuid": "^9.0.1"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/preset-env": "^7.25.4",
"@babel/preset-react": "^7.24.7",
"@babel/preset-typescript": "^7.24.7",
"@redux-devtools/extension": "^3.3.0",
"@tanstack/react-query-devtools": "^5.54.0",
"@types/node": "^20.16.3",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"@types/react-helmet": "^6.1.11",
"@types/react-redux": "^7.1.34",
"@types/react-router": "^5.1.20",
"@types/react-router-dom": "^5.3.3",
"@types/react-table": "^7.7.20",
"@types/react-window": "^1.8.8",
"@types/styled-components": "^5.1.34",
"@types/uuid": "^9.0.8",
"@types/webpack": "^5.28.5",
"babel-loader": "^9.1.3",
"babel-plugin-require-context-hook": "^1.0.0",
"clean-webpack-plugin": "^4.0.0",
"css-loader": "^6.11.0",
"dotenv-webpack": "^8.1.0",
"eslint-plugin-react-hooks": "^4.6.2",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.6.0",
"raw-loader": "^4.0.2",
"react-spring": "^9.7.4",
"socket.io-client": "^4.7.5",
"source-map-loader": "^5.0.0",
"style-loader": "^3.3.4",
"ts-loader": "^9.5.1",
"typescript": "^5.5.4",
"typescript-plugin-styled-components": "^3.0.0",
"webpack": "^5.94.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.4",
"webpack-merge": "^5.10.0"
}
}