-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 1.97 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
{
"name": "vite-reactts-eslint-prettier",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"serve": "vite preview",
"lint:fix": "eslint ./src --ext .jsx,.js,.ts,.tsx --quiet --fix --ignore-path ./.gitignore",
"lint:format": "prettier --loglevel warn --write \"./**/*.{js,jsx,ts,tsx,css,md,json}\" ",
"lint": "yarn lint:format && yarn lint:fix ",
"type-check": "tsc"
},
"dependencies": {
"@gltf-transform/functions": "^0.12.8",
"@react-three/drei": "^7.0.5",
"@react-three/fiber": "^7.0.1",
"@types/lodash.omit": "^4.5.6",
"@types/lodash.pick": "^4.4.6",
"@types/ramda": "^0.27.44",
"@types/react-router-dom": "^5.1.7",
"@types/three": "^0.129.1",
"component-material": "^1.0.7",
"glslify": "^7.1.1",
"leva": "^0.9.13",
"lodash.omit": "^4.5.0",
"lodash.pick": "^4.4.0",
"postprocessing": "^6.22.0",
"ramda": "^0.27.1",
"ray-tracing-renderer": "^0.10.15",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"react-router-dom": "^5.2.0",
"three": "^0.129.0",
"three-mesh-bvh": "^0.4.3",
"three-stdlib": "^2.3.0",
"web-ifc": "^0.0.21",
"web-ifc-three": "^0.0.41",
"xstream": "^11.14.0"
},
"devDependencies": {
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@typescript-eslint/eslint-plugin": "^4.17.0",
"@typescript-eslint/parser": "^4.17.0",
"@vitejs/plugin-react-refresh": "^1.3.1",
"autoprefixer": "^10.3.2",
"eslint": "^7.22.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"postcss": "^8.3.6",
"pre-commit": "^1.2.2",
"prettier": "^2.2.1",
"r3f-perf": "^4.7.2",
"tailwindcss": "^2.2.7",
"typescript": "^4.1.2",
"vite": "^2.1.0"
},
"pre-commit": "lint",
"license": "MIT"
}