Skip to content

Commit 0c1fbf5

Browse files
committed
Updated package.json
1 parent 8f6bece commit 0c1fbf5

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

package.json

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@
9393
"css-loader": "^0.26.0",
9494
"cssnano": "^3.7.4",
9595
"debug": "^2.2.0",
96+
"express": "^4.14.0",
9697
"extract-text-webpack-plugin": "^1.0.0",
9798
"file-loader": "^0.9.0",
9899
"fs-extra": "^1.0.0",
@@ -104,7 +105,7 @@
104105
"normalize.css": "^5.0.0",
105106
"pg": "~6.1.2",
106107
"postcss-loader": "^1.1.0",
107-
"raw-loader": "~0.5.1",
108+
"prepack": "~0.2.0",
108109
"react": "^15.0.0",
109110
"react-codemirror": "~0.3.0",
110111
"react-dom": "^15.0.0",
@@ -121,10 +122,7 @@
121122
"semantic-ui-react": "~0.64.7",
122123
"typescript": "~1.5.0",
123124
"url-loader": "^0.5.6",
124-
"express": "^4.14.0",
125-
"yargs": "^6.3.0"
126-
},
127-
"devDependencies": {
125+
"yargs": "^6.3.0",
128126
"webpack": "^1.12.14",
129127
"babel-core": "^6.17.0",
130128
"babel-loader": "^6.2.5",
@@ -136,8 +134,12 @@
136134
"babel-runtime": "^6.11.6",
137135
"babel-eslint": "^7.1.0",
138136
"babel-plugin-istanbul": "^3.0.0",
139-
"chai": "^3.4.1",
140137
"style-loader": "^0.13.1",
138+
"webpack-dev-middleware": "^1.6.1",
139+
"webpack-hot-middleware": "^2.12.2"
140+
},
141+
"devDependencies": {
142+
"chai": "^3.4.1",
141143
"rimraf": "^2.5.4",
142144
"chai-as-promised": "^6.0.0",
143145
"chai-enzyme": "^0.6.1",
@@ -160,12 +162,9 @@
160162
"mocha": "^3.0.1",
161163
"nodemon": "~1.11.0",
162164
"phantomjs-prebuilt": "^2.1.12",
163-
"raw-loader": "~0.5.1",
164165
"react-addons-test-utils": "^15.0.0",
165166
"redbox-react": "^1.2.10",
166167
"sinon": "^1.17.5",
167168
"sinon-chai": "^2.8.0",
168-
"webpack-dev-middleware": "^1.6.1",
169-
"webpack-hot-middleware": "^2.12.2"
170169
}
171170
}

0 commit comments

Comments
 (0)