58 lines
1.4 KiB
JSON
58 lines
1.4 KiB
JSON
{
|
|
name: "a-cool-games-manager",
|
|
version: "0.1.0",
|
|
private: true,
|
|
dependencies: {
|
|
"@rjsf/core": "^5.14.2",
|
|
"@rjsf/mui": "^5.14.2",
|
|
"@rjsf/utils": "^5.14.2",
|
|
"@rjsf/validator-ajv8": "^5.14.2",
|
|
"@testing-library/jest-dom": "^5.17.0",
|
|
"@testing-library/react": "^13.4.0",
|
|
"@testing-library/user-event": "^13.5.0",
|
|
"@types/jest": "^27.5.2",
|
|
"@types/js-cookie": "^3.0.6",
|
|
"@types/node": "^16.18.63",
|
|
"@types/react": "^18.2.38",
|
|
"@types/react-dom": "^18.2.16",
|
|
"@types/react-router-dom": "^5.3.3",
|
|
axios: "^1.6.2",
|
|
dotenv: "^16.3.1",
|
|
"js-cookie": "^3.0.5",
|
|
jsonpath: "^1.1.1",
|
|
react: "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-jsonschema-form": "^1.8.1",
|
|
"react-router-dom": "^6.19.0",
|
|
"react-routes": "^0.2.6",
|
|
"react-scripts": "5.0.1",
|
|
serve: "^14.2.1",
|
|
typescript: "^4.9.5",
|
|
"web-vitals": "^2.1.4"
|
|
},
|
|
scripts: {
|
|
start: "react-scripts start",
|
|
build: "/usr/bin/env 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"
|
|
]
|
|
}
|
|
}
|