76 lines
1.9 KiB
JSON
76 lines
1.9 KiB
JSON
{
|
|
"name": "games-database-client",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@chakra-ui/icons": "^2.1.1",
|
|
"@chakra-ui/react": "^2.8.2",
|
|
"@emotion/react": "^11.13.3",
|
|
"@emotion/styled": "^11.13.0",
|
|
"@hookstate/core": "^4.0.1",
|
|
"@hookstate/localstored": "^4.0.2",
|
|
"axios": "1.7.5",
|
|
"bson-objectid": "^2.0.4",
|
|
"chakra-react-select": "^4.9.1",
|
|
"chakra-ui-contextmenu": "^1.0.5",
|
|
"framer-motion": "^11.3.30",
|
|
"interweave": "^13.1.0",
|
|
"jodit-react": "^4.1.2",
|
|
"js-base64": "^3.7.7",
|
|
"react": "^18.3.1",
|
|
"react-device-detect": "^2.2.3",
|
|
"react-dom": "^18.3.1",
|
|
"react-hook-form": "^7.53.0",
|
|
"react-icons": "^5.3.0",
|
|
"react-rating": "^2.0.5",
|
|
"react-responsive-carousel": "^3.2.23",
|
|
"react-router-dom": "^6.26.1",
|
|
"react-select": "^5.8.0",
|
|
"react-toastify": "^10.0.5",
|
|
"web-vitals": "^4.2.3"
|
|
},
|
|
"scripts": {
|
|
"start": "bunx --bun vite",
|
|
"build": "bunx --bun vite build",
|
|
"serve": "vite preview",
|
|
"serveprod": "serve ./dist/index.html"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": [
|
|
"react-app",
|
|
"react-app/jest"
|
|
]
|
|
},
|
|
"resolutions": {
|
|
"@types/react": "18.2.21",
|
|
"@types/react-dom": "18.2.7"
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
},
|
|
"devDependencies": {
|
|
"@chakra-ui/cli": "^2.4.1",
|
|
"@hookstate/devtools": "^4.0.1",
|
|
"@testing-library/jest-dom": "^6.5.0",
|
|
"@testing-library/react": "^16.0.0",
|
|
"@testing-library/user-event": "^14.5.2",
|
|
"@types/jest": "^29.5.12",
|
|
"@types/node": "^22.5.1",
|
|
"@types/react": "^18.2.21",
|
|
"@types/react-dom": "^18.2.7",
|
|
"@types/react-table": "^7.7.20",
|
|
"@vitejs/plugin-react": "^4.3.1",
|
|
"typescript": "^5.5.4",
|
|
"vite": "^5.4.2"
|
|
}
|
|
}
|