-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.2 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
{
"name": "elliotpowell",
"version": "1.0.0",
"description": "",
"main": "webpack.config.js",
"scripts": {
"start:dev": "webpack-dev-server --config webpack.config.js --mode=development",
"build": "webpack --config webpack.config.js --mode=production",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"@react-three/drei": "^9.56.27",
"@react-three/fiber": "^8.11.5",
"@types/node": "^18.14.1",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@types/three": "^0.149.0",
"bootstrap": "^5.2.3",
"immer": "^9.0.19",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"three": "^0.150.0",
"typescript": "^4.9.5",
"use-immer": "^0.8.1"
},
"devDependencies": {
"@babel/cli": "^7.21.0",
"@babel/core": "^7.21.0",
"@babel/preset-env": "^7.20.2",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.21.0",
"babel-loader": "^9.1.2",
"css-loader": "^6.7.3",
"css-minimizer-webpack-plugin": "^4.2.2",
"style-loader": "^3.3.1",
"terser-webpack-plugin": "^5.3.6",
"webpack-cli": "^5.0.1",
"webpack-dev-server": "^4.11.1"
}
}