forked from SucceSS-team-13/FE
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.48 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.48 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "vite-project",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview",
"mock": "npx tsx watch ./src/mocks/http.ts"
},
"dependencies": {
"@tanstack/react-query": "5",
"axios": "^1.7.9",
"framer-motion": "^12.4.1",
"less": "^4.2.2",
"lucide-react": "^0.474.0",
"msw": "^2.7.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-intersection-observer": "^9.15.1",
"react-router-dom": "^7.1.3",
"react-slick": "^0.30.3",
"react-typewriter-effect": "^1.1.0",
"slick-carousel": "^1.8.1",
"three": "^0.172.0",
"typewriter-effect": "^2.21.0",
"zustand": "^5.0.3"
},
"devDependencies": {
"@eslint/js": "^9.17.0",
"@mswjs/http-middleware": "^0.10.3",
"@tanstack/react-query-devtools": "5",
"@types/cors": "^2.8.17",
"@types/express": "^5.0.0",
"@types/react": "^19.0.8",
"@types/react-dom": "^18.3.5",
"@types/react-slick": "^0.23.13",
"@types/three": "^0.172.0",
"@vitejs/plugin-react-swc": "^3.5.0",
"cors": "^2.8.5",
"eslint": "^9.17.0",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.16",
"express": "^4.21.2",
"globals": "^15.14.0",
"less": "^4.2.2",
"typescript": "~5.6.2",
"typescript-eslint": "^8.18.2",
"vite": "^6.0.5"
},
"msw": {
"workerDirectory": [
"public"
]
}
}