-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.05 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
{
"name": "test",
"scripts": {
"start": "webpack serve",
"build": "webpack",
"lint": "eslint .",
"lint:fix": "npx eslint --fix ."
},
"dependencies": {
"@react-three/drei": "^9.89.0",
"@react-three/fiber": "^8.15.11",
"@reduxjs/toolkit": "^1.9.7",
"@types/node": "^20.10.1",
"@types/react": "^18.2.38",
"@types/react-dom": "^18.2.16",
"@types/three": "^0.158.3",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
"dev": "^0.1.3",
"eslint": "^8.54.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.29.0",
"mobx": "^6.12.0",
"mobx-react-lite": "^4.0.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-redux": "^8.1.3",
"terser-webpack-plugin": "^5.3.9",
"three": "^0.158.0",
"ts-loader": "^9.5.1",
"typescript": "^5.3.2",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "4.15.1"
},
"devDependencies": {
"css-loader": "^6.8.1",
"style-loader": "^3.3.3"
}
}