mirror of
https://github.com/mgerb/react-starter
synced 2026-01-09 16:42:48 +00:00
init
This commit is contained in:
34
package.json
Normal file
34
package.json
Normal file
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"name": "todoapp",
|
||||
"version": "1.0.0",
|
||||
"description": "A seed for a simple react application",
|
||||
"scripts": {
|
||||
"build": "webpack -p --progress --colors",
|
||||
"dev": "webpack-dev-server --inline --hot --history-api-fallback"
|
||||
},
|
||||
"author": "Mitchell Gerber",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"autoprefixer": "^6.6.0",
|
||||
"babel-core": "^6.21.0",
|
||||
"babel-loader": "^6.2.10",
|
||||
"babel-preset-es2015": "^6.18.0",
|
||||
"babel-preset-react": "^6.16.0",
|
||||
"babel-preset-stage-0": "^6.16.0",
|
||||
"clean-webpack-plugin": "^0.1.14",
|
||||
"css-loader": "^0.26.1",
|
||||
"eslint": "^3.12.2",
|
||||
"eslint-plugin-react": "^6.8.0",
|
||||
"extract-text-webpack-plugin": "2.0.0-beta.4",
|
||||
"html-webpack-plugin": "^2.24.1",
|
||||
"node-sass": "^4.1.1",
|
||||
"postcss-loader": "^1.2.1",
|
||||
"react": "^15.4.1",
|
||||
"react-dom": "^15.4.1",
|
||||
"react-router": "^3.0.0",
|
||||
"sass-loader": "^4.1.1",
|
||||
"style-loader": "^0.13.1",
|
||||
"webpack": "2.2.0-rc.3",
|
||||
"webpack-dev-server": "2.2.0-rc.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user