-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.11 KB
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 1.11 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
{
"name": "gia-pha-project",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev:fe": "vite --host",
"dev:be": "wrangler pages dev . --port 8788",
"dev": "concurrently \"npm run dev:be\" \"npm run dev:fe\"",
"build": "tsc -b && vite build",
"preview": "vite preview"
},
"dependencies": {
"browser-image-compression": "^2.0.2",
"crypto-js": "^4.2.0",
"lucide-react": "^0.473.0",
"lunar-javascript": "^1.7.7",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-organizational-chart": "^2.2.1",
"react-zoom-pan-pinch": "^4.0.3",
"zod": "^3.24.1"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20260426.1",
"@types/crypto-js": "^4.2.2",
"@types/node": "^25.6.0",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@vitejs/plugin-react": "^4.3.4",
"autoprefixer": "^10.4.20",
"concurrently": "^9.2.1",
"postcss": "^8.5.1",
"tailwindcss": "^3.4.17",
"typescript": "~5.7.2",
"vite": "^6.0.0",
"wrangler": "^4.85.0"
},
"overrides": {
"serialize-javascript": "^7.0.5"
}
}