92 lines
2.5 KiB
JSON
92 lines
2.5 KiB
JSON
{
|
|
"name": "white-nights",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@emotion/react": "^11.8.2",
|
|
"@emotion/styled": "^11.8.1",
|
|
"@hello-pangea/dnd": "^18.0.1",
|
|
"@mui/icons-material": "^6.1.6",
|
|
"@mui/lab": "^6.0.0-beta.14",
|
|
"@mui/material": "^6.1.7",
|
|
"@mui/x-data-grid": "^7.22.2",
|
|
"@photo-sphere-viewer/core": "^5.13.2",
|
|
"@react-three/drei": "^10.0.6",
|
|
"@react-three/fiber": "^9.1.2",
|
|
"@refinedev/cli": "^2.16.21",
|
|
"@refinedev/core": "^4.57.9",
|
|
"@refinedev/devtools": "^1.1.32",
|
|
"@refinedev/kbar": "^1.3.16",
|
|
"@refinedev/mui": "^6.0.0",
|
|
"@refinedev/react-hook-form": "^4.8.14",
|
|
"@refinedev/react-router": "^1.0.0",
|
|
"@refinedev/simple-rest": "^5.0.1",
|
|
"@tanstack/react-query": "^5.74.3",
|
|
"@types/react-beautiful-dnd": "^13.1.8",
|
|
"@types/react-simple-maps": "^3.0.6",
|
|
"axios": "^1.7.9",
|
|
"classnames": "^2.5.1",
|
|
"d3-geo": "^3.1.1",
|
|
"easymde": "^2.19.0",
|
|
"i18next": "^24.2.2",
|
|
"js-cookie": "^3.0.5",
|
|
"jwt-decode": "^4.0.0",
|
|
"mobx": "^6.13.7",
|
|
"mobx-react-lite": "^4.1.0",
|
|
"react": "19.0.0",
|
|
"react-beautiful-dnd": "^13.1.1",
|
|
"react-dom": "19.0.0",
|
|
"react-draggable": "^4.4.6",
|
|
"react-dropzone": "^14.3.8",
|
|
"react-hook-form": "^7.30.0",
|
|
"react-i18next": "^15.4.1",
|
|
"react-intl": "^7.1.10",
|
|
"react-markdown": "^10.1.0",
|
|
"react-photo-sphere-viewer": "^6.2.3",
|
|
"react-router": "^7.0.2",
|
|
"react-simple-maps": "^3.0.0",
|
|
"react-simplemde-editor": "^5.2.0",
|
|
"react-swipeable": "^7.0.2",
|
|
"three": "^0.175.0",
|
|
"vite-plugin-svgr": "^4.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/d3-geo": "^3.1.0",
|
|
"@types/js-cookie": "^3.0.6",
|
|
"@types/node": "^18.16.2",
|
|
"@types/react": "^18.0.0",
|
|
"@types/react-dom": "^18.0.0",
|
|
"@types/three": "^0.175.0",
|
|
"@typescript-eslint/eslint-plugin": "^5.57.1",
|
|
"@typescript-eslint/parser": "^5.57.1",
|
|
"@vitejs/plugin-react": "^4.0.0",
|
|
"eslint": "^8.38.0",
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
"eslint-plugin-react-refresh": "^0.3.4",
|
|
"typescript": "^5.4.2",
|
|
"vite": "^4.3.1"
|
|
},
|
|
"scripts": {
|
|
"dev": "refine dev",
|
|
"build": "tsc && refine build",
|
|
"start": "refine start",
|
|
"refine": "refine"
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
},
|
|
"refine": {
|
|
"projectId": "Wv044J-t53S3s-PcbJGe"
|
|
}
|
|
}
|