-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
71 lines (71 loc) · 2.2 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "glovooker-portfolio",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"resolutions": {
"@radix-ui/react-portal/react": "18.0.0",
"@radix-ui/react-tooltip/react": "18.0.0"
},
"dependencies": {
"@babel/core": "^7.26.0",
"@emailjs/browser": "^4.4.1",
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@fontsource/roboto": "^4.5.8",
"@headlessui/react": "^1.7.4",
"@mui/icons-material": "^5.10.15",
"@mui/material": "^5.10.15",
"@mui/styled-engine-sc": "^5.10.14",
"@react-three/drei": "9.96.4",
"@react-three/fiber": "8.15.15",
"@react-three/rapier": "1.3.0",
"@reduxjs/toolkit": "^1.8.6",
"core-js": "^3.40.0",
"i18next": "^22.0.6",
"jquery": "^3.7.1",
"leva": "0.9.33",
"meshline": "3.2.0",
"react": "18",
"react-dom": "18",
"react-feather": "^2.0.10",
"react-i18next": "^12.0.0",
"react-icons": "^4.11.0",
"react-is": "^19.0.0",
"react-redux": "^8.0.5",
"react-router-dom": "^6.4.3",
"react-slick": "^0.29.0",
"redux": "^5.0.1",
"redux-persist": "^6.0.0",
"regenerator-runtime": "^0.14.1",
"slick-carousel": "^1.8.1",
"styled-components": "^5.3.6",
"three": "0.160.1",
"typewriter-effect": "^2.19.0"
},
"devDependencies": {
"@types/babel__core": "^7",
"@types/jquery": "^3",
"@types/node": "^20.11.25",
"@types/react": "^18.0.24",
"@types/react-dom": "^18.0.8",
"@types/react-is": "^19",
"@types/react-redux": "^7.1.24",
"@types/react-slick": "^0.23.13",
"@types/react-typist": "^2.0.3",
"@types/styled-components": "^5.1.34",
"@types/three": "0.160.0",
"@vitejs/plugin-react": "^2.2.0",
"autoprefixer": "^10.4.13",
"dotenv": "^16.3.1",
"postcss": "^8.4.19",
"tailwindcss": "^3.2.4",
"typescript": "^4.6.4",
"vite": "^3.2.3"
}
}