1
0
forked from notnull/chatz
chatz/package.json
2019-07-14 02:33:46 -04:00

39 lines
890 B
JSON

{
"name": "nn-cre",
"version": "0.1.0",
"private": true,
"dependencies": {
"bootstrap": "^4.3.1",
"concurrently": "^4.1.1",
"nodemon": "^1.19.1",
"react": "^16.8.6",
"react-bootstrap": "^1.0.0-beta.9",
"react-dom": "^16.8.6",
"react-scripts": "3.0.1",
"react-scroll-to-bottom": "^1.3.2",
"socket.io-client": "^2.2.0",
"uuid": "^3.3.2"
},
"scripts": {
"start": "concurrently --kill-others-on-fail \"react-scripts start\" \"nodemon server\" ",
"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"
]
}
}