2020-02-05 23:29:36 +00:00
|
|
|
{
|
2020-02-11 06:21:31 +00:00
|
|
|
"name": "play-node-go",
|
2020-02-06 00:54:09 +00:00
|
|
|
"version": "0.1.0",
|
2020-02-05 23:29:36 +00:00
|
|
|
"private": true,
|
2020-02-06 00:54:09 +00:00
|
|
|
"dependencies": {
|
|
|
|
"@mars/heroku-js-runtime-env": "^3.0.2",
|
|
|
|
"@testing-library/user-event": "^7.1.2",
|
|
|
|
"node-sass": "^4.13.0",
|
2020-03-30 18:33:07 +00:00
|
|
|
"react": "^16.13.1",
|
|
|
|
"react-dom": "^16.13.1",
|
2020-02-06 00:54:09 +00:00
|
|
|
"react-router-dom": "^5.1.2",
|
2020-03-30 07:24:00 +00:00
|
|
|
"react-scripts": "^3.4.0",
|
2020-02-06 00:54:09 +00:00
|
|
|
"socket.io-client": "^2.3.0"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"start": "REACT_APP_ENVIRONMENT='development' react-scripts start",
|
|
|
|
"build": "react-scripts build",
|
|
|
|
"test": "react-scripts test",
|
|
|
|
"eject": "react-scripts eject",
|
|
|
|
"flow": "./node_modules/.bin/flow",
|
|
|
|
"predeploy": "REACT_APP_ENVIRONMENT=production npm run build",
|
|
|
|
"postinstall": "react-scripts build"
|
|
|
|
},
|
|
|
|
"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"
|
|
|
|
]
|
2020-02-05 23:29:36 +00:00
|
|
|
}
|
|
|
|
}
|