tasks-mockup/package.json
2019-09-12 14:08:52 +01:00

44 lines
994 B
JSON

{
"name": "tasks-mockup",
"version": "0.1.0",
"private": true,
"dependencies": {
"axios": "^0.19.0",
"concurrently": "^4.0.1",
"cors": "^2.8.5",
"express": "^4.17.1",
"morgan": "^1.9.1",
"nodemon": "^1.19.1",
"pg": "^7.11.0",
"sequelize": "^5.8.11",
"bootstrap-imageupload": "^1.1.3",
"http-proxy-middleware": "^0.19.1",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-scripts": "3.0.1",
"uuid": "^3.3.2"
},
"scripts": {
"start": "concurrently \"react-scripts start\" \"nodemon server\"",
"seed": "node server/db/seed.js",
"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"
]
}
}