-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 878 Bytes
/
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
{
"name": "rcg-finalproject",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack",
"serve": "webpack serve"
},
"repository": {
"type": "git",
"url": "git+https://github.com/saengowp/RCG-FinalProject.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/saengowp/RCG-FinalProject/issues"
},
"homepage": "https://github.com/saengowp/RCG-FinalProject#readme",
"devDependencies": {
"css-loader": "^6.7.2",
"html-webpack-plugin": "^5.5.0",
"mini-css-extract-plugin": "^2.7.2",
"raw-loader": "^4.0.2",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1",
"webpack-dev-server": "^4.11.1"
},
"dependencies": {
"dat.gui": "^0.7.9",
"lodash": "^4.17.21",
"three": "^0.147.0"
}
}