-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 955 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 955 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
31
32
33
34
35
36
37
38
39
40
{
"name": "craftnepal",
"version": "0.1.0",
"private": true,
"engines": {
"node": ">=20"
},
"dependencies": {
"@gsap/react": "^2.1.2",
"@tanstack/react-query": "^5.96.1",
"@types/gsap": "^1.20.2",
"axios": "^1.3.6",
"echarts-for-react": "^3.0.2",
"framer-motion": "^12.29.2",
"gsap": "^3.14.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-helmet-async": "^1.3.0",
"react-photo-view": "^1.2.3",
"react-router-dom": "^6.10.0",
"socket.io-client": "^4.6.1",
"zustand": "^5.0.12"
},
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"devDependencies": {
"@types/aos": "^3.0.7",
"@types/node": "^25.1.0",
"@types/react": "^18.3.27",
"@types/react-dom": "^18.3.7",
"@vitejs/plugin-react": "^5.1.2",
"bootstrap": "^5.3.8",
"sharp": "^0.34.5",
"typescript": "^5.9.3",
"vite": "^7.3.1"
}
}