bc-stories/package.json
2019-07-13 16:03:04 -04:00

42 lines
960 B
JSON

{
"name": "blockchain-stories",
"version": "0.1.0",
"private": true,
"dependencies": {
"axios": "^0.19.0",
"bootstrap": "^4.3.1",
"concurrently": "^4.1.1",
"cors": "^2.8.5",
"express": "^4.17.1",
"morgan": "^1.9.1",
"pg": "^7.11.0",
"react": "^16.8.6",
"react-bootstrap": "^1.0.0-beta.9",
"react-datetime-picker": "^2.6.0",
"react-dom": "^16.8.6",
"react-scripts": "3.0.1",
"sequelize": "^5.10.0"
},
"scripts": {
"start": "concurrently --kill-others-on-fail \"node server\" \"react-scripts start\"",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}