diff --git a/package.json b/package.json new file mode 100644 index 0000000..53f7a73 --- /dev/null +++ b/package.json @@ -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" + } +}