You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
417 B
JSON
20 lines
417 B
JSON
4 years ago
|
{
|
||
|
"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"
|
||
|
}
|
||
|
}
|