with package.json
parent
de695672b7
commit
cf27e00a17
@ -0,0 +1,19 @@
|
||||
{
|
||||
"name": "helloworld",
|
||||
"version": "1.0.0",
|
||||
"description": "npm init -y",
|
||||
"main": "webpack.config.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"build": "webpack"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"lesca-threejs-orbitcontrols": "^1.0.4",
|
||||
"three": "^0.127.0",
|
||||
"webpack": "^5.34.0",
|
||||
"webpack-cli": "^4.6.0"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue