From 78d7c8d75a5f55ab56dd018edc85ebce9aa033bb Mon Sep 17 00:00:00 2001 From: jakobst1n Date: Fri, 7 Sep 2018 00:32:51 +0200 Subject: :construction: Add pre-v1 project Because of some stupid mistakes with the repo, I decided to delete the git history. Create a new, fresh repo, and move all the code there. Since all this is pre-v1, everything is in a testing-phase anyways. So i do not think we are going to feel the need for any history. The old repo is renamed to Luxcena-Neo-Old, and will be there until i convince myself i won't need the history. --- package.json | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 package.json (limited to 'package.json') diff --git a/package.json b/package.json new file mode 100644 index 0000000..580ed60 --- /dev/null +++ b/package.json @@ -0,0 +1,36 @@ +{ + "name": "luxcena-neo", + "version": "0.0.1", + "description": "Some description.", + "dependencies": { + "express": "^4.16.3", + "fs-extra": "^7.0.0", + "request": "^2.88.0", + "socket.io": "^2.1.1" + }, + "scripts": { + "start": "node app.js", + "dev": "webpack; npm start" + }, + "devDependencies": { + "babel-core": "^6.26.3", + "babel-loader": "^7.1.5", + "babel-preset-es2015": "^6.24.1", + "css-loader": "^1.0.0", + "extract-loader": "^2.0.1", + "file-loader": "^2.0.0", + "mini-css-extract-plugin": "^0.4.2", + "node-sass": "^4.9.3", + "sass-loader": "^7.1.0", + "style-loader": "^0.22.1", + "webpack": "^4.17.1", + "webpack-cli": "^3.1.0", + "monaco-editor": "^0.14.3" + }, + "author": "jakobs1n", + "license": "MIT", + "repository": { + "type": "git", + "url": "https://github.com/JakobS1n/Luxcena-Neo" + } +} -- cgit v1.2.3