Skip to content

Commit

Permalink
remove react deps
Browse files Browse the repository at this point in the history
  • Loading branch information
teddy-ma committed Jan 4, 2016
1 parent 285eca2 commit c64f3a7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 28 deletions.
2 changes: 1 addition & 1 deletion .babelrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"presets": ["es2015", "react"]
"presets": ["es2015"]
}
31 changes: 4 additions & 27 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,48 +1,25 @@
{
"name": "react-webpack-babel",
"version": "0.0.2",
"description": "React Webpack Babel Starter Kit",
"name": "sliders",
"version": "0.0.1",
"description": "",
"main": "''",
"scripts": {
"build": "webpack --progress --profile --colors",
"dev": "webpack-dev-server --progress --profile --colors --hot"
},
"repository": {
"type": "git",
"url": "https://github.com/alicoding/react-webpack-babel"
},
"keywords": [
"React",
"Webpack",
"Babel",
"Starter",
"template"
],
"author": "Ali Al Dallal",
"author": "Ma Lucheng",
"license": "MIT",
"bugs": {
"url": "https://github.com/alicoding/react-webpack-babel/issues"
},
"homepage": "https://github.com/alicoding/react-webpack-babel#readme",
"dependencies": {
"bootstrap": "3.3.5",
"node-libs-browser": "0.5.3",
"react": "0.14.5",
"react-dom": "0.14.3"
},
"devDependencies": {
"babel-core": "6.3.26",
"babel-loader": "6.2.0",
"babel-preset-es2015": "6.3.13",
"babel-preset-react": "6.3.13",
"css-loader": "0.23.1",
"file-loader": "0.8.4",
"cheerio": "^0.19.0",
"front-matter": "^1.0.0",
"json-loader": "^0.5.3",
"marked": "^0.3.5",
"raw-loader": "^0.5.1",
"react-hot-loader": "1.2.7",
"style-loader": "0.13.0",
"url-loader": "0.5.6",
"webpack": "1.12.9",
Expand Down

0 comments on commit c64f3a7

Please sign in to comment.