-
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) · 780 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 780 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": "campus-study-hub",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"predev": "node scripts/generate-resources-data.mjs",
"prebuild": "node scripts/generate-resources-data.mjs",
"dev": "vite",
"build": "vite build",
"preview": "npm run build && wrangler dev",
"deploy": "npm run build && wrangler deploy"
},
"dependencies": {
"d3-force": "^3.0.0",
"jszip": "^3.10.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.28.0"
},
"devDependencies": {
"@cloudflare/vite-plugin": "^1.32.3",
"@vitejs/plugin-react": "^4.3.4",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.17",
"vite": "^6.1.0",
"wrangler": "^4.83.0"
}
}