forked from notnull/mwe-comments
36 lines
806 B
JSON
36 lines
806 B
JSON
{
|
|
"name": "comments",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"axios": "^0.19.0",
|
|
"bootstrap": "^4.3.1",
|
|
"concurrently": "^4.1.1",
|
|
"react": "^16.8.6",
|
|
"react-bootstrap": "^1.0.0-beta.9",
|
|
"react-dom": "^16.8.6",
|
|
"react-scripts": "3.0.1"
|
|
},
|
|
"scripts": {
|
|
"start": "concurrently --kill-others-on-fail \"react-scripts start\" \" cd server && npm run 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"
|
|
]
|
|
}
|
|
}
|