-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.68 KB
/
Copy pathpackage.json
File metadata and controls
60 lines (60 loc) · 1.68 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
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "mondstats-client",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"serve": "vite preview"
},
"dependencies": {
"@popperjs/core": "^2.9.3",
"@reduxjs/toolkit": "^1.7.1",
"@types/eslint": "^8.2.1",
"autoprefixer": "^6.7.7",
"axios": "^0.21.1",
"axios-cache-adapter": "^2.7.3",
"chart.js": "^3.7.0",
"eslint": "^8.5.0",
"fuse.js": "^6.4.6",
"lodash": "^4.17.21",
"postcss-prefix-selector": "^1.10.0",
"postcss-scss": "^4.0.0",
"query-string": "^7.0.1",
"rc-pagination": "^3.1.9",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"react-lazyload": "^3.2.0",
"react-popper": "^2.2.5",
"react-popper-tooltip": "^4.3.0",
"react-redux": "^7.2.6",
"react-router-dom": "^6.2.1",
"react-select": "^4.3.1",
"react-stickynode": "^4.0.0",
"use-query-params": "^1.2.3"
},
"devDependencies": {
"@babel/preset-react": "^7.13.13",
"@types/chart.js": "^2.9.34",
"@types/lodash": "^4.14.168",
"@types/node": "^15.14.3",
"@types/react": "^17.0.38",
"@types/react-dom": "^17.0.0",
"@types/react-lazyload": "^3.1.1",
"@types/react-router-dom": "^5.3.2",
"@types/react-select": "^4.0.15",
"@types/react-stickynode": "^3.0.2",
"@vitejs/plugin-react-refresh": "^1.3.1",
"cssnano": "^5.0.6",
"eslint-plugin-prettier": "^4.0.0",
"postcss": "^8.3.5",
"postcss-import": "^14.0.1",
"postcss-load-config": "^3.0.1",
"postcss-nested": "^5.0.5",
"postcss-plugin": "^1.0.0",
"prop-types": "^15.7.2",
"sass": "^1.35.1",
"typescript": "^4.1.2",
"vite": "^2.7.9",
"vite-plugin-markdown": "^2.0.2"
}
}