-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.11 KB
/
Copy pathpackage.json
File metadata and controls
41 lines (41 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
{
"scripts": {
"dev": "concurrently \"npm:dev:server\" \"npm:dev:client\"",
"dev:client": "vite",
"dev:server": "npm --prefix server run dev",
"build": "npm run build:client && npm run build:server",
"build:client": "vite build",
"build:server": "npm --prefix server run build",
"preview": "vite preview"
},
"dependencies": {
"@react-spring/three": "^9.7.3",
"@react-spring/web": "^9.7.3",
"@react-three/drei": "^9.92.7",
"@react-three/fiber": "^8.15.12",
"framer-motion": "^12.11.0",
"lucide-react": "^0.510.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^7.6.0",
"three": "^0.160.0"
},
"devDependencies": {
"concurrently": "^8.2.2",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"@vitejs/plugin-react": "^4.4.1",
"autoprefixer": "^10.4.21",
"postcss": "^8.5.3",
"tailwindcss": "^3.4.17",
"typescript": "^5.0.2",
"vite": "^6.3.6"
},
"name": "expence-tracker",
"version": "1.0.0",
"main": "eslint.config.js",
"keywords": [],
"author": "",
"license": "ISC",
"description": ""
}