-
Notifications
You must be signed in to change notification settings - Fork 93
/
Copy pathpackage.json
48 lines (48 loc) · 1.34 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
{
"name": "mlsctiet",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@gsap/react": "^2.1.1",
"@react-spring/web": "^9.7.4",
"@react-three/drei": "^9.107.2",
"@react-three/fiber": "^8.16.8",
"core-js": "^3.37.1",
"gsap": "^3.12.5",
"jquery": "^3.7.1",
"jquery-mousewheel": "^3.1.13",
"react": "^18.3.1",
"react-detect-click-outside": "^1.1.7",
"react-dom": "^18.3.1",
"react-icons": "^5.2.1",
"react-remove-scroll-bar": "^2.3.6",
"react-router-dom": "^6.24.0",
"react-scroll": "^1.9.0",
"react-skroll": "^0.7.3",
"react-spring-3d-carousel": "^1.3.4",
"react-tooltip": "^5.27.0",
"require-context": "^1.1.0",
"three": "^0.166.1"
},
"devDependencies": {
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react-swc": "^3.5.0",
"eslint": "^8.57.0",
"eslint-plugin-react": "^7.34.2",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.7",
"vite": "^5.3.1"
},
"optionalDependencies": {
"@rollup/rollup-linux-x64-gnu": "^4.21.1",
"@rollup/rollup-linux-x64-musl": "^4.21.1"
}
}