2021-01-06 19:05:58 +00:00
|
|
|
{
|
|
|
|
"name": "simmadome",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"private": true,
|
|
|
|
"proxy": "http://localhost:5000",
|
|
|
|
"dependencies": {
|
|
|
|
"@testing-library/jest-dom": "^5.11.8",
|
|
|
|
"@testing-library/react": "^11.2.2",
|
|
|
|
"@testing-library/user-event": "^12.6.0",
|
|
|
|
"@types/jest": "^26.0.19",
|
|
|
|
"@types/node": "^12.19.12",
|
|
|
|
"@types/react": "^16.14.2",
|
|
|
|
"@types/react-dom": "^16.9.10",
|
2021-01-08 05:29:39 +00:00
|
|
|
"@types/react-router": "^5.1.10",
|
|
|
|
"@types/react-router-dom": "^5.1.7",
|
2021-01-07 08:10:53 +00:00
|
|
|
"@types/socket.io-client": "^1.4.34",
|
2021-01-08 05:29:39 +00:00
|
|
|
"@types/twemoji": "^12.1.1",
|
2021-01-06 19:05:58 +00:00
|
|
|
"react": "^17.0.1",
|
|
|
|
"react-dom": "^17.0.1",
|
2021-01-08 05:29:39 +00:00
|
|
|
"react-router": "^5.2.0",
|
|
|
|
"react-router-dom": "^5.2.0",
|
2021-01-06 19:05:58 +00:00
|
|
|
"react-scripts": "4.0.1",
|
2021-01-07 08:10:53 +00:00
|
|
|
"socket.io-client": "^3.0.5",
|
2021-01-08 05:29:39 +00:00
|
|
|
"twemoji": "^13.0.1",
|
2021-01-06 19:05:58 +00:00
|
|
|
"typescript": "^4.1.3",
|
|
|
|
"web-vitals": "^0.2.4"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"start": "react-scripts start",
|
|
|
|
"build": "react-scripts build",
|
|
|
|
"test": "react-scripts test",
|
|
|
|
"eject": "react-scripts eject"
|
|
|
|
},
|
|
|
|
"eslintConfig": {
|
|
|
|
"extends": [
|
|
|
|
"react-app",
|
|
|
|
"react-app/jest"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"browserslist": {
|
|
|
|
"production": [
|
|
|
|
">0.2%",
|
|
|
|
"not dead",
|
|
|
|
"not op_mini all"
|
|
|
|
],
|
|
|
|
"development": [
|
|
|
|
"last 1 chrome version",
|
|
|
|
"last 1 firefox version",
|
|
|
|
"last 1 safari version"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|