js_react__github-battle/package.json
2016-04-04 22:32:41 +02:00

34 lines
1 KiB
JSON

{
"name": "github-battle",
"version": "1.0.0",
"description": "http://courses.reactjsprogram.com/courses/reactjsfundamentals",
"main": "index.js",
"scripts": {
"start": "if-env NODE_ENV=production && npm run start:prod || npm run start:dev",
"start:dev": "webpack-dev-server --inline --content-base . --history-api-fallback",
"start:prod": "webpack -p",
"babel": "babel app -d dist"
},
"author": "Tyler McGinnis <tylermcginnis33@gmail.com> (http://ylermcginnis.com)",
"license": "ISC",
"dependencies": {
"axios": "^0.9.1",
"if-env": "^1.0.0",
"react": "^0.14.7",
"react-addons-css-transition-group": "^0.14.7",
"react-dom": "^0.14.7",
"react-router": "^2.0.1"
},
"devDependencies": {
"babel-cli": "^6.6.5",
"babel-core": "^6.7.4",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"css-loader": "^0.23.1",
"html-webpack-plugin": "^2.14.0",
"style-loader": "^0.13.1",
"webpack": "^1.12.14",
"webpack-dev-server": "^1.14.1"
}
}