-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 773 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 773 Bytes
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
{
"name": "ecust-electricity-cloudflare",
"version": "2.1.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"deploy": "npm run build && wrangler deploy",
"db:init": "wrangler d1 execute nakiri-db --file=./schema.sql --remote"
},
"dependencies": {
"@cloudflare/kv-asset-handler": "^0.3.1",
"clsx": "^2.1.1",
"date-fns": "^3.6.0",
"framer-motion": "^11.0.28",
"lucide-react": "^0.378.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"recharts": "^2.12.7",
"tailwind-merge": "^2.3.0"
},
"devDependencies": {
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.19",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.3",
"vite": "^5.2.0",
"wrangler": "^3.50.0"
}
}