-
Notifications
You must be signed in to change notification settings - Fork 28
/
package.json
50 lines (50 loc) · 1.13 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
{
"name": "client",
"version": "0.1.0",
"private": true,
"dependencies": {
"@loadable/component": "^5.15.2",
"antd": "^4.24.8",
"axios": "^1.4.0",
"cross-env": "^7.0.3",
"emoji-picker-react": "^3.6.1",
"http-server": "^0.12.3",
"less": "^4.1.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hooks-global-state": "^2.1.0",
"react-media-library": "^2.0.3",
"react-media-recorder": "^1.7.1",
"react-papaparse": "^3.17.1",
"react-router-dom": "^6.9.0",
"recharts": "^2.5.0",
"vite": "^4.2.0",
"yarn": "^1.22.21"
},
"scripts": {
"start": "vite",
"start-build": "http-server build -p 3000",
"build": "vite build",
"serve": "vite serve"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@types/w3c-web-serial": "^1.0.3",
"@vitejs/plugin-react-swc": "^3.2.0",
"parse-full-name": "^1.2.6"
}
}