|
|
@@ -7,9 +7,10 @@ |
|
|
|
"test": "mocha --compilers js:babel-core/register tests", |
|
|
|
"test:watch": "npm run test -- -w", |
|
|
|
"prestart": "npm install", |
|
|
|
"start": "webpack-dev-server --inline --hot --host 0.0.0.0", |
|
|
|
"dev": "webpack-dev-server --inline --hot --host 0.0.0.0", |
|
|
|
"prebuild": "rimraf dist && npm prune", |
|
|
|
"build": "NODE_ENV=production webpack --progress --hide-modules" |
|
|
|
"build": "NODE_ENV=production webpack --progress --hide-modules", |
|
|
|
"start": "npm run build && NODE_ENV=production node server.js" |
|
|
|
}, |
|
|
|
"repository": { |
|
|
|
"type": "git", |
|
|
@@ -28,6 +29,7 @@ |
|
|
|
"dependencies": { |
|
|
|
"bootstrap": "^4.0.0-alpha.2", |
|
|
|
"clipboard": "^1.5.5", |
|
|
|
"express": "^4.13.4", |
|
|
|
"font-awesome": "^4.5.0", |
|
|
|
"jquery": "^2.2.0", |
|
|
|
"tether": "^1.1.1", |
|
|
|