forked from LIKE-LION-MYCE/myce-client
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (63 loc) · 1.45 KB
/
package.json
File metadata and controls
64 lines (63 loc) · 1.45 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
61
62
63
64
{
"name": "myce",
"version": "0.1.0",
"private": true,
"type": "module",
"dependencies": {
"@stomp/stompjs": "^7.1.1",
"axios": "^1.11.0",
"chart.js": "^4.5.0",
"event-source-polyfill": "^1.0.31",
"i18next": "^25.3.6",
"i18next-browser-languagedetector": "^8.2.0",
"install": "^0.13.0",
"jwt-decode": "^4.0.0",
"npm": "^11.5.2",
"qr-scanner": "^1.4.2",
"react": "^19.1.1",
"react-chartjs-2": "^5.3.0",
"react-daum-postcode": "^3.2.0",
"react-dom": "^19.1.1",
"react-i18next": "^15.6.1",
"react-icons": "^5.5.0",
"react-pro-sidebar": "^1.1.0",
"react-router-dom": "^7.7.1",
"sockjs-client": "^1.6.1",
"xlsx-js-style": "^1.2.0"
},
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint . --ext .js,.jsx"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@eslint/js": "^9.33.0",
"@vitejs/plugin-react": "^4.6.0",
"terser": "^5.43.1",
"eslint": "^9.33.0",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^5.2.0",
"globals": "^16.3.0",
"vite": "^7.0.6"
}
}