node-go/packages/server/play-node-go/package.json

46 lines
1.1 KiB
JSON
Raw Normal View History

2020-01-06 21:01:40 +00:00
{
2020-01-07 20:19:11 +00:00
"name": "react-boilerplate",
"version": "0.1.0",
2020-01-06 21:01:40 +00:00
"private": true,
2020-01-07 20:19:11 +00:00
"dependencies": {
"@mars/heroku-js-runtime-env": "^3.0.2",
2020-01-07 20:19:11 +00:00
"@testing-library/user-event": "^7.1.2",
"flow-bin": "^0.114.0",
"node-sass": "^4.13.0",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-router-dom": "^5.1.2",
"react-scripts": "3.3.0",
"socket.io-client": "^2.3.0"
},
2020-01-06 21:01:40 +00:00
"scripts": {
2020-01-07 21:03:59 +00:00
"start": "REACT_APP_ENVIRONMENT='development' react-scripts start",
2020-01-07 20:19:11 +00:00
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"flow": "./node_modules/.bin/flow",
2020-01-09 18:53:24 +00:00
"predeploy": "REACT_APP_ENVIRONMENT=production npm run build",
"postinstall": "react-scripts build"
2020-01-06 21:01:40 +00:00
},
2020-01-07 20:19:11 +00:00
"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"
]
},
"devDependencies": {
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.4.0",
"react-test-renderer": "^16.12.0"
2020-01-06 21:01:40 +00:00
}
}