-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
54 lines (54 loc) · 1.46 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
{
"name": "pdn-frontend",
"private": true,
"version": "0.5.0",
"type": "module",
"scripts": {
"dev": "rsbuild dev --host localhost",
"build": "rsbuild build",
"preview": "rsbuild preview"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.14.15",
"@mui/material": "^5.14.15",
"@mui/styles": "^5.14.15",
"@nivo/bar": "^0.83.0",
"@nivo/line": "^0.86.0",
"@nivo/pie": "^0.83.0",
"@nivo/treemap": "^0.87.0",
"ajv": "^8.12.0",
"ajv-formats": "^2.1.1",
"ajv-i18n": "^4.2.0",
"axios": "^0.26.1",
"classnames": "^2.3.2",
"d3": "^7.8.1",
"d3plus-react": "^1.3.3",
"framer-motion": "5.3",
"loglevel": "^1.8.1",
"loglevel-plugin-remote": "^0.6.8",
"prop-types": "^15.8.1",
"react": "^17.0.2",
"react-countup": "^6.4.2",
"react-dom": "^17.0.2",
"react-ga4": "^2.1.0",
"react-hook-form": "^7.47.0",
"react-json-view": "^1.21.3",
"react-router-dom": "^5.0.1",
"react-scroll-to-component": "^1.0.2",
"react-simple-chatbot": "^0.6.1",
"react-vis": "^1.12.1",
"styled-components": "^4.4.1",
"swagger-parser": "^10.0.3",
"uuid": "^8.3.2"
},
"devDependencies": {
"@rsbuild/core": "^0.3.9",
"@rsbuild/plugin-node-polyfill": "^0.3.9",
"@rsbuild/plugin-react": "^0.3.9",
"@types/react-router-dom": "^5.3.3",
"eslint": "^8.52.0",
"eslint-plugin-react": "^7.33.2"
}
}