2020-12-27 20:11:50 -05:00
|
|
|
{
|
2022-10-13 00:28:33 -04:00
|
|
|
"name": "quickchess",
|
2020-12-27 20:11:50 -05:00
|
|
|
"version": "0.1.0",
|
|
|
|
"private": true,
|
2023-05-18 11:57:15 -04:00
|
|
|
"type": "module",
|
2020-12-27 20:11:50 -05:00
|
|
|
"dependencies": {
|
|
|
|
"@testing-library/jest-dom": "^5.11.4",
|
|
|
|
"@testing-library/react": "^11.1.0",
|
|
|
|
"@testing-library/user-event": "^12.1.10",
|
2021-01-06 12:05:57 -05:00
|
|
|
"express": "^4.17.1",
|
2020-12-27 20:11:50 -05:00
|
|
|
"react": "^17.0.1",
|
|
|
|
"react-dom": "^17.0.1",
|
2022-10-12 22:01:09 -04:00
|
|
|
"react-scripts": "5.0.1",
|
2021-01-06 12:05:57 -05:00
|
|
|
"socket.io": "^3.0.5",
|
|
|
|
"socket.io-client": "^3.0.5",
|
2020-12-27 20:11:50 -05:00
|
|
|
"web-vitals": "^0.2.4"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"start": "react-scripts start",
|
|
|
|
"build": "react-scripts build",
|
|
|
|
"test": "react-scripts test",
|
2023-05-18 11:57:15 -04:00
|
|
|
"eject": "react-scripts eject",
|
|
|
|
"server": "node server.js"
|
2020-12-27 20:11:50 -05:00
|
|
|
},
|
|
|
|
"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"
|
|
|
|
]
|
2020-12-28 15:12:35 -05:00
|
|
|
},
|
2023-05-18 11:57:15 -04:00
|
|
|
"homepage": "https://quickchess.sage.boats",
|
2021-01-03 13:32:58 -05:00
|
|
|
"devDependencies": {
|
|
|
|
"react-test-renderer": "^17.0.1"
|
|
|
|
}
|
2020-12-27 20:11:50 -05:00
|
|
|
}
|