diff options
author | Marvin Borner | 2019-01-24 17:22:12 +0100 |
---|---|---|
committer | Marvin Borner | 2019-01-24 17:22:12 +0100 |
commit | 5abc62e8657e70c405afa175e52c73316d8a53a2 (patch) | |
tree | 242aea218267d943d865deddc874e65b4b43f39d /package.json | |
parent | 9c3e20138d730c167e1869843ec060c7310d8c63 (diff) |
Added alasql database and pgp worker
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json index d41f4cc..a12a750 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "dev": "nodemon src/index.js --exec \"node -r dotenv/config -r babel-register\" & npm run watch", "watch": "npm run build && onchange public/styles/* -- npm run css & watchify public/scripts/*.js -o dist/app.js -v", "css": "node-sass public/styles/main.sass dist/app.css --output-style compressed", - "build": "rm -r dist/* && npm run css && browserify public/scripts/*.js -o dist/app.js && cp public/fonts/* dist/", + "build": "rm -r dist/* && npm run css && browserify public/scripts/*.js -o dist/app.js && cp public/additional/* dist/", "server": "node src/server.js" }, "keywords": [ @@ -33,6 +33,7 @@ "eslint" ], "dependencies": { + "alasql": "^0.4.11", "babel-cli": "^6.26.0", "babel-plugin-transform-class-properties": "^6.24.1", "babel-plugin-transform-object-rest-spread": "^6.26.0", |