From cf27e00a17fc8f1adc50d2098cfff2293228d751 Mon Sep 17 00:00:00 2001 From: Michael Murtaugh Date: Mon, 19 Apr 2021 22:33:44 +0200 Subject: [PATCH] with package.json --- package.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 package.json 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" + } +}