|
8 | 8 | "start": "cross-env NODE_ENV=production node server",
|
9 | 9 | "build": "cross-env NODE_ENV=production webpack --bail --progress --build --tc",
|
10 | 10 | "lint": "eslint --ext jsx --ext js .",
|
11 |
| - "lint:fix": "npm run lint -- --fix" |
| 11 | + "lint:fix": "npm run lint -- --fix", |
| 12 | + "test": "mocha-webpack --require setup-test.js --webpack-config webpack.config-test.js \"src/**/*.spec.(jsx|js)\"" |
12 | 13 | },
|
13 | 14 | "author": "",
|
14 | 15 | "license": "MIT",
|
|
34 | 35 | "express": "^4.14.0",
|
35 | 36 | "extract-text-webpack-plugin": "^1.0.1",
|
36 | 37 | "file-loader": "^0.9.0",
|
| 38 | + "flexboxgrid": "^6.3.1", |
37 | 39 | "history": "^2.0.0",
|
38 | 40 | "html-webpack-plugin": "^2.22.0",
|
39 | 41 | "imports-loader": "^0.6.5",
|
|
50 | 52 | "react-css-modules": "^3.7.10",
|
51 | 53 | "react-date-picker": "^5.3.28",
|
52 | 54 | "react-dom": "^15.3.2",
|
| 55 | + "react-flexbox-grid": "^0.10.2", |
| 56 | + "react-google-maps": "^6.0.1", |
53 | 57 | "react-modal": "^1.5.2",
|
54 | 58 | "react-redux": "^4.0.0",
|
| 59 | + "react-redux-toastr": "^4.2.2", |
55 | 60 | "react-router": "^2.8.1",
|
56 | 61 | "react-router-redux": "^4.0.0",
|
57 | 62 | "react-select": "^1.0.0-rc.2",
|
|
73 | 78 | "yargs": "^4.0.0"
|
74 | 79 | },
|
75 | 80 | "devDependencies": {
|
| 81 | + "chai": "^3.5.0", |
| 82 | + "css-modules-require-hook": "^4.0.5", |
| 83 | + "enzyme": "^2.6.0", |
76 | 84 | "eslint": "^3.7.1",
|
77 | 85 | "eslint-config-airbnb": "^12.0.0",
|
78 | 86 | "eslint-plugin-babel": "^3.3.0",
|
79 | 87 | "eslint-plugin-import": "^1.16.0",
|
80 | 88 | "eslint-plugin-jsx-a11y": "^2.2.2",
|
81 | 89 | "eslint-plugin-react": "^6.3.0",
|
| 90 | + "jsdom": "^9.8.3", |
| 91 | + "mocha": "^3.2.0", |
| 92 | + "mocha-webpack": "^0.7.0", |
82 | 93 | "nodemon": "^1.8.1",
|
| 94 | + "react-addons-test-utils": "^15.4.1", |
83 | 95 | "webpack-dev-middleware": "^1.8.3",
|
84 |
| - "webpack-hot-middleware": "^2.13.0" |
| 96 | + "webpack-hot-middleware": "^2.13.0", |
| 97 | + "webpack-node-externals": "^1.5.4" |
85 | 98 | },
|
86 | 99 | "engines": {
|
87 | 100 | "node": "6.7.0"
|
|
0 commit comments