{ "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 (http://ylermcginnis.com)", "license": "ISC", "dependencies": { "axios": "^0.9.1", "if-env": "^1.0.0", "react": "^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", "html-webpack-plugin": "^2.14.0", "webpack": "^1.12.14", "webpack-dev-server": "^1.14.1" } }