47 lines
1.3 KiB
JSON
47 lines
1.3 KiB
JSON
{
|
|
"name": "frontend",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"dev": "webpack-dev-server --config ./webpack.config.js --mode development",
|
|
"build": "webpack --config ./webpack.config.js --mode production",
|
|
"prod": "node server.js",
|
|
"test": "echo \"No test specified\" && exit 0"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"@babel/core": "^7.4.0",
|
|
"@babel/polyfill": "^7.4.0",
|
|
"@babel/preset-env": "^7.4.2",
|
|
"@babel/preset-react": "^7.0.0",
|
|
"babel-loader": "^8.0.5",
|
|
"eslint-plugin-react": "^7.12.4",
|
|
"webpack": "^4.29.6",
|
|
"webpack-cli": "^3.3.0",
|
|
"webpack-dev-server": "^3.2.1"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^0.18.0",
|
|
"babel-eslint": "^10.0.1",
|
|
"eslint": "^5.16.0",
|
|
"history": "^4.9.0",
|
|
"http-proxy-middleware": "^0.19.1",
|
|
"morgan": "^1.9.1",
|
|
"react": "^16.8.5",
|
|
"react-audio-player": "^0.11.0",
|
|
"react-audio-waveform": "0.0.5",
|
|
"react-bootstrap": "^1.0.0-beta.6",
|
|
"react-dom": "^16.8.5",
|
|
"react-redux": "^6.0.1",
|
|
"react-router-bootstrap": "^0.24.4",
|
|
"react-router-dom": "^5.0.0",
|
|
"redux": "^4.0.1",
|
|
"redux-devtools-extension": "^2.13.8",
|
|
"redux-logger": "^3.0.6",
|
|
"redux-thunk": "^2.3.0"
|
|
}
|
|
}
|