-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.24 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
{
"name": "sketch-016",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "webpack --mode production --config webpack.prod.js",
"dev": "webpack-dev-server --color --hot --config webpack.dev.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/misspia/sketch-016.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/misspia/sketch-016/issues"
},
"homepage": "https://github.com/misspia/sketch-016#readme",
"dependencies": {
"file-loader": "^6.2.0",
"glslify-loader": "^2.0.0",
"html-webpack-plugin": "^5.5.0",
"raw-loader": "^4.0.2",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"three-orbit-controls": "^82.1.0"
},
"devDependencies": {
"@babel/core": "^7.17.10",
"@babel/preset-env": "^7.17.10",
"@babel/preset-react": "^7.16.7",
"babel-loader": "^8.2.5",
"babel-plugin-styled-components": "^2.0.7",
"clean-webpack-plugin": "^4.0.0",
"external-remotes-plugin": "^1.0.0",
"react-router-dom": "^6.3.0",
"terser-webpack-plugin": "^5.3.1",
"three": "^0.119.0",
"webpack": "^5.72.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.8.1",
"webpack-merge": "^5.8.0"
}
}