|
47 | 47 | "css-loader": "^0.23.1", |
48 | 48 | "debug": "^2.2.0", |
49 | 49 | "del": "^2.2.1", |
50 | | - "eslint": "^3.1.0", |
| 50 | + "eslint": "^3.1.1", |
51 | 51 | "eslint-config-airbnb": "^9.0.1", |
52 | 52 | "eslint-import-resolver-babel-module-alias": "^1.4.2", |
53 | | - "eslint-import-resolver-webpack": "^0.3.2", |
| 53 | + "eslint-import-resolver-webpack": "^0.4.0", |
54 | 54 | "eslint-loader": "^1.4.1", |
55 | | - "eslint-plugin-import": "^1.10.2", |
| 55 | + "eslint-plugin-import": "^1.11.0", |
56 | 56 | "eslint-plugin-jsx-a11y": "^2.0.1", |
57 | 57 | "eslint-plugin-mocha": "^4.0.0", |
58 | 58 | "eslint-plugin-react": "^5.2.2", |
|
89 | 89 | "less": "^2.7.1", |
90 | 90 | "less-loader": "^2.2.3", |
91 | 91 | "lodash": "^4.13.1", |
92 | | - "log4js": "^0.6.37", |
93 | | - "marko": "^3.7.2", |
| 92 | + "log4js": "^0.6.38", |
| 93 | + "marko": "^3.7.4", |
94 | 94 | "node-sass": "^3.8.0", |
95 | 95 | "nodemon": "^1.9.2", |
96 | 96 | "pm2": "^1.1.3", |
|
99 | 99 | "react": "^15.2.1", |
100 | 100 | "react-dom": "^15.2.1", |
101 | 101 | "react-redux": "^4.4.5", |
102 | | - "react-router": "^2.5.2", |
| 102 | + "react-router": "^2.6.0", |
103 | 103 | "react-router-redux": "^4.0.5", |
104 | 104 | "recompose": "^0.20.2", |
105 | 105 | "redial": "^0.4.2", |
|
125 | 125 | "why-did-you-update": "0.0.8" |
126 | 126 | }, |
127 | 127 | "scripts": { |
128 | | - "start": "sh scripts/start.sh", |
129 | | - "debug": "sh scripts/debug.sh", |
130 | | - "dev": "sh scripts/dev.sh", |
131 | | - "build": "sh scripts/build.sh", |
132 | | - "postinstall": "sh scripts/postinstall.sh", |
133 | | - "test": "sh scripts/test.sh", |
134 | | - "test:watch": "sh scripts/test-watch.sh", |
135 | | - "test:coverage": "sh scripts/test-coverage.sh", |
136 | | - "test:lint": "sh scripts/test-lint.sh", |
| 128 | + "start": "./scripts/start", |
| 129 | + "debug": "./scripts/debug", |
| 130 | + "dev": "./scripts/dev", |
| 131 | + "build": "./scripts/build", |
| 132 | + "postinstall": "./scripts/postinstall", |
| 133 | + "test": "./scripts/test", |
| 134 | + "test:watch": "./scripts/test-watch", |
| 135 | + "test:coverage": "./scripts/test-coverage", |
| 136 | + "test:lint": "./scripts/test-lint", |
137 | 137 | "flow:status": "flow status; test $? -eq 0 -o $? -eq 2", |
138 | 138 | "flow:watch": "npm run flow:status && chokidar './app/**/*.js' './tests/**/*.js' -c 'npm run flow:status'", |
139 | 139 | "flow:stop": "flow stop", |
|
0 commit comments