|
7 | 7 | "main": "index.js", |
8 | 8 | "scripts": { |
9 | 9 | "start": "./node_modules/.bin/webpack-dev-server --history-api-fallback --hot --progress --port 3000", |
10 | | - "build": "node build.js production", |
11 | | - "lint": "./node_modules/.bin/eslint client" |
| 10 | + "build": "node build.js production" |
12 | 11 | }, |
13 | 12 | "license": "MIT", |
14 | 13 | "devDependencies": { |
15 | 14 | "babel-core": "^6.5.0", |
16 | | - "babel-eslint": "^4.1.8", |
17 | 15 | "babel-loader": "^6.2.2", |
18 | 16 | "babel-plugin-transform-runtime": "^6.3.13", |
19 | 17 | "babel-preset-es2015-native-modules": "^6.3.13", |
20 | 18 | "babel-preset-react": "^6.3.13", |
21 | 19 | "css-loader": "^0.23.1", |
22 | | - "eslint": "^1.10.3", |
23 | | - "eslint-config-airbnb": "^5.0.0", |
24 | | - "eslint-plugin-react": "^3.16.1", |
25 | 20 | "file-loader": "^0.8.4", |
26 | | - "image-webpack-loader": "^1.6.3", |
27 | 21 | "node-sass": "^3.4.2", |
28 | 22 | "sass-loader": "^3.1.2", |
29 | 23 | "style-loader": "^0.13.0", |
|
34 | 28 | "babel-polyfill": "^6.5.0", |
35 | 29 | "babel-runtime": "^6.3.19", |
36 | 30 | "extract-text-webpack-plugin": "^1.0.1", |
37 | | - "react": "^0.15.0-alpha.1", |
38 | | - "react-dom": "^0.14.0", |
| 31 | + "react": "^15.0.0-rc.1", |
| 32 | + "react-dom": "^15.0.0-rc.1", |
39 | 33 | "react-router": "^2.0.0" |
40 | 34 | } |
41 | 35 | } |
0 commit comments