Files
chemmazz/client/package.json

53 lines
1.2 KiB
JSON
Raw Normal View History

2021-01-29 15:52:45 +01:00
{
"name": "client",
"version": "0.1.0",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"@types/jest": "^26.0.19",
"@types/node": "^14.14.19",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@types/simple-peer": "^9.6.1",
"antd": "^4.9.4",
"colyseus.js": "^0.14.1",
"http-proxy-middleware": "^1.0.6",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-full-screen": "^0.3.2-0",
"react-router-dom": "^5.2.0",
"react-scripts": "4.0.1",
"simple-peer": "^9.9.3",
"typescript": "^4.1.3",
"uuid": "^8.3.2",
"web-vitals": "^0.2.4",
"wouter": "^2.7.0"
},
"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"
]
}
}