-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 943 Bytes
/
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
{
"name": "shiqidi",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"prebuild": "node scripts/fetch-speed-data.js",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@radix-ui/react-slider": "^1.2.3",
"@radix-ui/react-tabs": "^1.1.3",
"date-fns": "^4.1.0",
"keyrune": "^3.16.1",
"lucide-react": "^0.471.2",
"mana-font": "^1.18.0",
"next": "^15.2.1",
"next-pwa": "^5.6.0",
"react": "^19.0.0",
"react-datepicker": "^7.6.0",
"react-dom": "^19.0.0",
"recharts": "^2.15.1",
"zustand": "^5.0.3"
},
"devDependencies": {
"@types/node": "^22.13.10",
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
"@types/recharts": "^1.8.29",
"eslint": "^9.22.0",
"eslint-config-next": "15.1.0",
"postcss": "^8.5.3",
"tailwindcss": "^3.4.17",
"typescript": "^5.8.2"
}
}