-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
47 lines (47 loc) · 1.27 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
{
"name": "a1umc",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --host",
"build": "vite build",
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@react-oauth/google": "^0.12.1",
"@tanstack/react-query": "^5.62.15",
"axios": "^1.7.9",
"chart.js": "^4.4.7",
"cropperjs": "^1.6.2",
"framer-motion": "^12.0.5",
"html2canvas": "^1.4.1",
"jwt-decode": "^4.0.0",
"katex": "^0.16.21",
"lucide-react": "^0.474.0",
"react": "^18.2.0",
"react-chartjs-2": "^5.3.0",
"react-cropper": "^2.3.3",
"react-dom": "^18.2.0",
"react-icons": "^5.4.0",
"react-katex": "^3.0.1",
"react-loading-skeleton": "^3.5.0",
"react-modal": "^3.16.3",
"react-router-dom": "^7.1.4",
"react-slick": "^0.30.3",
"react-webcam": "^7.2.0",
"slick-carousel": "^1.8.1",
"zustand": "^5.0.2"
},
"devDependencies": {
"@types/react": "^18.2.66",
"@types/react-dom": "^18.2.22",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^8.57.0",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.6",
"vite": "^5.2.0"
}
}