summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json9
1 files changed, 8 insertions, 1 deletions
diff --git a/package.json b/package.json
index ce6e197..5ab91c4 100644
--- a/package.json
+++ b/package.json
@@ -20,7 +20,8 @@
"jshint": "jshint src/. test/. --config",
"start": "node src/",
"mocha": "mocha test/ --recursive",
- "build": "webpack"
+ "build": "webpack",
+ "mock": "node mock/"
},
"dependencies": {
"body-parser": "^1.17.1",
@@ -34,11 +35,15 @@
"feathers-hooks": "^1.8.1",
"feathers-rest": "^1.7.1",
"feathers-sequelize": "^1.4.2",
+ "icheck": "^1.0.2",
+ "moment": "^2.18.0",
"mysql": "^2.13.0",
"passport": "^0.3.2",
"promise-or": "^1.0.0",
"react": "^15.4.2",
+ "react-date-range": "^0.9.3",
"react-dom": "^15.4.2",
+ "react-icheck": "^0.3.6",
"request": "^2.81.0",
"sequelize": "^3.30.2",
"serve-favicon": "^2.4.1",
@@ -52,6 +57,8 @@
"babel-preset-react": "^6.23.0",
"chai": "^3.5.0",
"chai-http": "^3.0.0",
+ "eslint": "^3.18.0",
+ "eslint-plugin-react": "^6.10.1",
"jshint": "^2.9.4",
"mocha": "^3.2.0",
"request": "^2.81.0",