|
85 | 85 | "author": "David Zukowski <david@zuko.me> (http://zuko.me)",
|
86 | 86 | "license": "MIT",
|
87 | 87 | "dependencies": {
|
88 |
| - "babel-core": "^6.17.0", |
89 |
| - "babel-loader": "^6.2.5", |
90 |
| - "babel-plugin-transform-runtime": "^6.15.0", |
91 |
| - "babel-polyfill": "~6.22.0", |
92 |
| - "babel-preset-es2015": "^6.14.0", |
93 |
| - "babel-preset-react": "^6.11.1", |
94 |
| - "babel-preset-stage-0": "^6.3.13", |
95 |
| - "babel-runtime": "^6.11.6", |
96 | 88 | "better-npm-run": "0.0.13",
|
97 | 89 | "body-parser": "~1.16.1",
|
98 | 90 | "classnames": "~2.2.5",
|
|
124 | 116 | "redux-logger": "~2.8.1",
|
125 | 117 | "redux-thunk": "^2.0.0",
|
126 | 118 | "regenerator": "~0.8.26",
|
127 |
| - "rimraf": "^2.5.4", |
128 | 119 | "sass-loader": "^4.0.0",
|
129 | 120 | "scriptjs": "~2.5.8",
|
130 | 121 | "semantic-ui-react": "~0.64.7",
|
131 |
| - "style-loader": "^0.13.1", |
132 | 122 | "typescript": "~1.5.0",
|
133 | 123 | "url-loader": "^0.5.6",
|
134 |
| - "webpack": "^1.12.14", |
| 124 | + "express": "^4.14.0", |
135 | 125 | "yargs": "^6.3.0"
|
136 | 126 | },
|
137 | 127 | "devDependencies": {
|
| 128 | + "webpack": "^1.12.14", |
| 129 | + "babel-core": "^6.17.0", |
| 130 | + "babel-loader": "^6.2.5", |
| 131 | + "babel-plugin-transform-runtime": "^6.15.0", |
| 132 | + "babel-polyfill": "~6.22.0", |
| 133 | + "babel-preset-es2015": "^6.14.0", |
| 134 | + "babel-preset-react": "^6.11.1", |
| 135 | + "babel-preset-stage-0": "^6.3.13", |
| 136 | + "babel-runtime": "^6.11.6", |
138 | 137 | "babel-eslint": "^7.1.0",
|
139 | 138 | "babel-plugin-istanbul": "^3.0.0",
|
140 | 139 | "chai": "^3.4.1",
|
| 140 | + "style-loader": "^0.13.1", |
| 141 | + "rimraf": "^2.5.4", |
141 | 142 | "chai-as-promised": "^6.0.0",
|
142 | 143 | "chai-enzyme": "^0.6.1",
|
143 | 144 | "cheerio": "^0.22.0",
|
|
150 | 151 | "eslint-plugin-promise": "^3.0.0",
|
151 | 152 | "eslint-plugin-react": "^6.0.0",
|
152 | 153 | "eslint-plugin-standard": "^2.0.0",
|
153 |
| - "express": "^4.14.0", |
154 | 154 | "karma": "^1.0.0",
|
155 | 155 | "karma-coverage": "^1.0.0",
|
156 | 156 | "karma-mocha": "^1.0.1",
|
|
0 commit comments