-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathpackage.json
71 lines (71 loc) · 1.98 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "my-react-app",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@ant-design/plots": "^2.3.2",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@fortawesome/free-brands-svg-icons": "^6.7.2",
"@fortawesome/free-solid-svg-icons": "^6.7.2",
"@fortawesome/react-fontawesome": "^0.2.2",
"@heroicons/react": "^2.2.0",
"@material/card": "^14.0.0",
"@mui/icons-material": "^6.2.0",
"@mui/material": "^6.2.0",
"@vitejs/plugin-react": "^4.3.4",
"annotation": "^0.1.0",
"antd": "^5.22.5",
"axios": "^1.7.9",
"chart.js": "^4.4.7",
"chartjs-plugin-annotation": "^3.1.0",
"express": "^4.21.2",
"file-saver": "^2.0.5",
"framer-motion": "^11.15.0",
"gsap": "^3.12.5",
"json-2-csv": "^5.5.7",
"lucide-react": "^0.469.0",
"moment": "^2.30.1",
"my-react-app": "file:",
"pako": "^2.1.0",
"papaparse": "^5.4.1",
"react": "^18.3.1",
"react-chartjs-2": "^5.2.0",
"react-csv": "^2.2.2",
"react-dom": "^18.3.1",
"react-dropzone": "^14.3.5",
"react-icons": "^5.4.0",
"react-quill": "^2.0.0",
"react-redux": "^9.2.0",
"react-router-dom": "^7.0.2",
"react-spinners": "^0.15.0",
"recharts": "^2.15.0",
"xlsx": "^0.18.5"
},
"devDependencies": {
"@eslint/js": "^9.15.0",
"@types/file-saver": "^2.0.7",
"@types/papaparse": "^5.3.15",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/react-router-dom": "^5.3.3",
"@vitejs/plugin-react-swc": "^3.5.0",
"autoprefixer": "^10.4.20",
"eslint": "^9.15.0",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.14",
"globals": "^15.12.0",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.17",
"typescript": "~5.6.2",
"typescript-eslint": "^8.15.0",
"vite": "^6.0.1"
}
}