-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
43 lines (43 loc) · 1.04 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
{
"name": "yacht-configurator-demo",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"lint": "eslint --max-warnings=0 src"
},
"dependencies": {
"@react-three/drei": "^9.32.1",
"classnames": "^2.3.2",
"mobx": "^6.7.0",
"mobx-react-lite": "^3.4.0",
"nprogress": "^0.2.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-intersection-observer": "^9.4.0",
"react-loader-spinner": "^5.3.4",
"react-router-dom": "^6.4.1",
"react-tooltip": "^5.1.0",
"sass": "^1.55.0",
"three": "^0.144.0",
"uuid": "^9.0.0",
"vite-plugin-svgr": "^2.2.1"
},
"devDependencies": {
"@types/nprogress": "^0.2.0",
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.6",
"@types/react-router-dom": "^5.3.3",
"@types/three": "^0.144.0",
"@types/uuid": "^8.3.4",
"@vitejs/plugin-react": "^2.1.0",
"eslint": "^8.24.0",
"eslint-config-react-app": "^7.0.1",
"typescript": "^4.6.4",
"vite": "^3.2.10",
"vite-plugin-eslint": "^1.8.1"
}
}