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

40 lines
1,000 B
JSON
Raw Permalink Normal View History

2020-02-05 23:29:36 +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",
"react-router-dom": "^5.1.2",
"react-scripts": "^3.4.0",
2020-04-17 07:01:04 +00:00
"socket.io-client": "^2.3.0",
2020-04-17 06:19:39 +00:00
"react": "^16.13.1",
"react-dom": "^16.13.1"
},
2020-02-06 00:54:09 +00:00
"scripts": {
"start": "REACT_APP_ENVIRONMENT='development' react-scripts start",
"build": "react-scripts build",
2020-04-17 06:19:39 +00:00
"test": "CI=true react-scripts test",
2020-02-06 00:54:09 +00:00
"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
}
}