diff options
author | jakobst1n <jakob.stendahl@outlook.com> | 2018-09-07 00:32:51 +0200 |
---|---|---|
committer | jakobst1n <jakob.stendahl@outlook.com> | 2018-09-07 00:32:51 +0200 |
commit | 78d7c8d75a5f55ab56dd018edc85ebce9aa033bb (patch) | |
tree | 2ad9da977667b79236cfdd827d0446a5bf9fea18 /package.json | |
download | Luxcena-Neo-78d7c8d75a5f55ab56dd018edc85ebce9aa033bb.tar.gz Luxcena-Neo-78d7c8d75a5f55ab56dd018edc85ebce9aa033bb.zip |
: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.
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 36 |
1 files changed, 36 insertions, 0 deletions
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" + } +} |