Skip to content

Commit f00a188

Browse files
committed
removed unnecessary packages
1 parent 34d4b69 commit f00a188

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

package.json

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,23 +7,17 @@
77
"main": "index.js",
88
"scripts": {
99
"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"
1211
},
1312
"license": "MIT",
1413
"devDependencies": {
1514
"babel-core": "^6.5.0",
16-
"babel-eslint": "^4.1.8",
1715
"babel-loader": "^6.2.2",
1816
"babel-plugin-transform-runtime": "^6.3.13",
1917
"babel-preset-es2015-native-modules": "^6.3.13",
2018
"babel-preset-react": "^6.3.13",
2119
"css-loader": "^0.23.1",
22-
"eslint": "^1.10.3",
23-
"eslint-config-airbnb": "^5.0.0",
24-
"eslint-plugin-react": "^3.16.1",
2520
"file-loader": "^0.8.4",
26-
"image-webpack-loader": "^1.6.3",
2721
"node-sass": "^3.4.2",
2822
"sass-loader": "^3.1.2",
2923
"style-loader": "^0.13.0",
@@ -34,8 +28,8 @@
3428
"babel-polyfill": "^6.5.0",
3529
"babel-runtime": "^6.3.19",
3630
"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",
3933
"react-router": "^2.0.0"
4034
}
4135
}

0 commit comments

Comments
 (0)