-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.04 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.04 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
{
"name": "lab-frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@heroicons/react": "^2.2.0",
"@tailwindcss/forms": "^0.5.10",
"autoprefixer": "^10.4.21",
"axios": "^1.9.0",
"date-fns": "^4.1.0",
"echarts": "^5.6.0",
"echarts-for-react": "^3.0.2",
"framer-motion": "^12.12.1",
"fuzzysort": "^3.1.0",
"i": "^0.3.7",
"lucide-react": "^0.507.0",
"moment-timezone": "^0.5.48",
"next": "15.3.1",
"next-pwa": "^5.6.0",
"postcss": "^8.5.3",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-hot-toast": "^2.5.2",
"react-icons": "^5.5.0",
"react-intersection-observer": "^9.16.0",
"react-tooltip": "^5.29.1",
"recharts": "^2.15.3",
"xlsx": "^0.18.5"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@tailwindcss/postcss": "^4",
"eslint": "^9",
"eslint-config-next": "15.3.1",
"tailwindcss": "^4.1.5"
}
}