forked from dnnsoftware/Dnn.Platform
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.17 KB
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 1.17 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
{
"name": "admin-logs",
"version": "10.3.0",
"private": true,
"scripts": {
"build": "rsbuild build",
"debug": "rsbuild build",
"watch": "rsbuild dev",
"lint": "eslint --fix"
},
"devDependencies": {
"@dnnsoftware/dnn-react-common": "10.3.0",
"@rsbuild/core": "^1.6.3",
"@rsbuild/plugin-less": "^1.5.0",
"@rsbuild/plugin-react": "^1.4.2",
"array.prototype.find": "2.2.3",
"array.prototype.findindex": "2.2.4",
"create-react-class": "^15.7.0",
"es6-object-assign": "1.1.0",
"eslint": "9.38.0",
"eslint-plugin-react": "7.37.5",
"globals": "^16.4.0",
"less": "4.4.2",
"prop-types": "15.8.1",
"react": "^16.14.0",
"react-click-outside": "^3.0.1",
"react-dom": "^16.14.0",
"react-hot-loader": "4.13.1",
"react-redux": "^8.1.1",
"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": {
"dompurify": "^3.3.0",
"html-react-parser": "^5.2.10"
}
}