-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.48 KB
/
package.json
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
{
"name": "game-site",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"run-script": "node src/hooks/usetest.ts",
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@chakra-ui/icons": "^2.1.0",
"@chakra-ui/react": "^2.7.1",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@popmotion/popcorn": "^0.4.4",
"@tanstack/react-query": "4.28",
"@tanstack/react-query-devtools": "4.28",
"@types/react-slick": "^0.23.10",
"@types/slick-carousel": "^1.6.37",
"axios": "^1.4.0",
"dotenv": "^16.3.1",
"firebase": "^10.3.0",
"framer-motion": "^10.12.18",
"multiselect-react-dropdown": "^2.0.25",
"noisejs": "^2.1.0",
"react": "^18.2.0",
"react-blur": "^1.1.1",
"react-dom": "^18.2.0",
"react-firebase-hooks": "^5.1.1",
"react-hook-form": "^7.46.1",
"react-icons": "^4.10.1",
"react-router-dom": "^6.10.0",
"react-slick": "^0.29.0",
"react-spinners": "^0.13.8",
"react-youtube": "^10.1.0",
"slick-carousel": "^1.8.1",
"zustand": "^4.3.7"
},
"devDependencies": {
"@rollup/plugin-replace": "^5.0.2",
"@types/jasmine": "^4.3.5",
"@types/node": "^20.5.1",
"@types/noisejs": "^0.0.28",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@vitejs/plugin-react": "^3.1.0",
"create-vite": "^4.4.0",
"sass": "^1.66.1",
"typescript": "^4.9.3",
"vite": "^4.1.0"
}
}