27 lines
790 B
JSON
27 lines
790 B
JSON
{
|
|
"scripts": {
|
|
"build": "webpack -p --define process.env.NODE_ENV='\"production\"' --progress --colors",
|
|
"watch": "webpack -p --define process.env.NODE_ENV='\"production\"' --watch --progress --colors",
|
|
"serve": "DEV_SERVER_PORT=10667 DEV_SERVER_ROOT=. dev-server"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"babel-core": "^6.2.1",
|
|
"babel-loader": "^6.2.0",
|
|
"babel-preset-es2015": "^6.1.18",
|
|
"babel-preset-react": "^6.1.18",
|
|
"redux-saga": "^1.0.2",
|
|
"webpack": "^1.12.9",
|
|
"webpack-cli": "^3.2.3"
|
|
},
|
|
"dependencies": {
|
|
"babel-polyfill": "^6.26.0",
|
|
"babel-preset-stage-1": "^6.1.18",
|
|
"dev-server": "^0.1.0",
|
|
"react": "16.3.2",
|
|
"react-dom": ">=16.3.3",
|
|
"react-redux": "5.0.7",
|
|
"redux": "4.0.0"
|
|
}
|
|
}
|