27 lines
769 B
JSON
27 lines
769 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",
|
|
"start": "webpack-dev-server --open"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"@babel/core": "^7.6.0",
|
|
"@babel/polyfill": "^7.6.0",
|
|
"@babel/preset-env": "^7.1.6",
|
|
"@babel/preset-react": "^7.0.0",
|
|
"@babel/preset-stage-1": "^7.0.0",
|
|
"babel-loader": "^8.0.6",
|
|
"webpack": "^4.40.2",
|
|
"webpack-cli": "^3.3.9",
|
|
"webpack-dev-server": "3.8.1"
|
|
},
|
|
"dependencies": {
|
|
"react": "16.3.2",
|
|
"react-dom": "^16.9.0",
|
|
"react-redux": "5.0.7",
|
|
"redux-saga": "^1.1.1",
|
|
"redux": "4.0.0"
|
|
}
|
|
}
|