-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.38 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
{
"private": true,
"scripts": {
"start": "NODE_ENV=development webpack serve --mode development",
"build": "NODE_ENV=production webpack --mode production"
},
"browserslist": [
"defaults",
"not IE 11"
],
"devDependencies": {
"@babel/core": "^7.22.11",
"@babel/plugin-transform-runtime": "^7.22.10",
"@babel/preset-env": "^7.22.14",
"@babel/preset-react": "^7.22.5",
"@babel/preset-typescript": "^7.22.11",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.11",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"babel-loader": "^9.1.3",
"babel-plugin-macros": "^3.1.0",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.8.1",
"dotenv": "^16.3.1",
"fork-ts-checker-webpack-plugin": "^8.0.0",
"html-inline-script-webpack-plugin": "^3.2.1",
"html-webpack-plugin": "^5.5.3",
"mini-css-extract-plugin": "^2.7.6",
"prettier": "^3.0.3",
"react-refresh": "^0.14.0",
"ts-node": "^10.9.1",
"tsconfig-paths-webpack-plugin": "^4.1.0",
"typescript": "^5.2.2",
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1",
"webpack-watch-files-plugin": "^1.2.1"
},
"dependencies": {
"@react-three/drei": "^9.80.9",
"@react-three/fiber": "^8.13.7",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"three": "^0.156.0",
"zustand": "^4.4.1"
}
}