|
17 | 17 | ],
|
18 | 18 | "author": "Alexey Litvinov",
|
19 | 19 | "license": "MIT",
|
| 20 | + "dependencies": { |
| 21 | + "css-modules-require-hook": "^3.0.0-beta", |
| 22 | + "express": "^4.13.4", |
| 23 | + "react": "^0.14.7", |
| 24 | + "react-dom": "^0.14.7" |
| 25 | + }, |
20 | 26 | "devDependencies": {
|
21 |
| - "babel-loader": "^6.2.1", |
22 |
| - "css-loader": "^0.23.1", |
| 27 | + "babel-core": "^6.5.2", |
| 28 | + "babel-loader": "^6.2.3", |
| 29 | + "babel-preset-es2015": "^6.5.0", |
| 30 | + "babel-preset-react": "^6.5.0", |
| 31 | + "babel-preset-stage-0": "^6.5.0", |
| 32 | + "css-loader": "0.23.1", |
23 | 33 | "extract-text-webpack-plugin": "^1.0.1",
|
24 |
| - "style-loader": "^0.13.0", |
25 |
| - "webpack": "^1.12.10" |
26 |
| - }, |
27 |
| - "dependencies": { |
28 |
| - "babel-core": "^6.4.0", |
29 |
| - "babel-preset-es2015": "^6.3.13", |
30 |
| - "babel-preset-react": "^6.3.13", |
31 |
| - "babel-preset-stage-0": "^6.3.13", |
32 |
| - "css-modules-require-hook": "^2.1.0", |
33 |
| - "express": "^4.13.3", |
34 |
| - "lodash": "^3.10.1", |
35 |
| - "postcss": "^5.0.14", |
36 |
| - "postcss-modules-extract-imports": "^1.0.0", |
37 |
| - "postcss-modules-local-by-default": "^1.0.1", |
38 |
| - "postcss-modules-scope": "^1.0.0", |
39 |
| - "postcss-modules-values": "^1.1.1", |
40 |
| - "react": "^0.14.6", |
41 |
| - "react-dom": "^0.14.6" |
| 34 | + "npm-install-webpack-plugin": "^2.0.2", |
| 35 | + "style-loader": "0.13.0", |
| 36 | + "webpack": "^1.12.14" |
42 | 37 | }
|
43 | 38 | }
|
0 commit comments