-
-
Notifications
You must be signed in to change notification settings - Fork 774
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.27 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.27 KB
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
{
"name": "export-bundle",
"version": "10.3.2",
"private": true,
"scripts": {
"build": "rsbuild build",
"debug": "rsbuild build --mode development",
"watch": "rsbuild dev",
"lint": "eslint --fix"
},
"devDependencies": {
"@rsbuild/core": "^1.7.3",
"@rsbuild/plugin-less": "^1.6.2",
"@rsbuild/plugin-react": "^1.4.6",
"create-react-class": "^15.7.0",
"dayjs": "^1.11.20",
"es6-promise": "4.2.8",
"eslint": "9.39.4",
"eslint-plugin-react": "7.37.5",
"globals": "^17.4.0",
"less": "4.6.4",
"prop-types": "^15.8.1",
"react": "^16.14.0",
"react-collapse": "5.1.1",
"react-custom-scrollbars": "4.2.1",
"react-dom": "^16.14.0",
"react-height": "3.0.2",
"react-hot-loader": "4.13.1",
"react-modal": "3.16.3",
"react-motion": "0.5.2",
"react-redux": "8.1.3",
"react-tabs": "6.1.1",
"react-tooltip": "4.5.1",
"react-widgets": "^5.8.6",
"redux": "4.2.1",
"redux-devtools": "3.7.0",
"redux-devtools-dock-monitor": "1.2.0",
"redux-devtools-log-monitor": "2.1.0",
"redux-immutable-state-invariant": "2.1.0",
"redux-thunk": "2.4.2",
"throttle-debounce": "5.0.2",
"typescript": "^5.9.3"
},
"dependencies": {
"@dnnsoftware/dnn-react-common": "10.3.2"
}
}