54 lines
1.4 KiB
JSON
54 lines
1.4 KiB
JSON
{
|
|
"name": "luxe",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc -b && vite build",
|
|
"lint": "oxlint src",
|
|
"format": "prettier --write \"src/**/*.{ts,tsx}\"",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@emotion/react": "^11.14.0",
|
|
"@emotion/styled": "^11.14.1",
|
|
"@hookform/resolvers": "^5.4.0",
|
|
"@mui/icons-material": "^7.3.11",
|
|
"@mui/material": "^7.3.11",
|
|
"@tanstack/react-query": "^5.101.4",
|
|
"@tanstack/react-virtual": "^3.14.8",
|
|
"axios": "^1.18.1",
|
|
"dayjs": "^1.11.21",
|
|
"framer-motion": "^12.42.2",
|
|
"i18next": "^26.3.6",
|
|
"i18next-browser-languagedetector": "^8.2.1",
|
|
"react": "^19.2.7",
|
|
"react-dom": "^19.2.7",
|
|
"react-dropzone": "^19.1.1",
|
|
"react-helmet-async": "^3.0.0",
|
|
"react-hook-form": "^7.82.0",
|
|
"react-i18next": "^17.0.10",
|
|
"react-router-dom": "^7.18.1",
|
|
"recharts": "^3.10.0",
|
|
"socket.io-client": "^4.8.3",
|
|
"swiper": "^14.0.6",
|
|
"zod": "^4.4.3",
|
|
"zustand": "^5.0.14"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^24.13.3",
|
|
"@types/react": "^19.2.17",
|
|
"@types/react-dom": "^19.2.3",
|
|
"@vitejs/plugin-react": "^6.0.3",
|
|
"eslint": "^10.7.0",
|
|
"eslint-config-prettier": "^10.1.8",
|
|
"eslint-plugin-react-hooks": "^7.1.1",
|
|
"oxlint": "^1.71.0",
|
|
"prettier": "^3.9.6",
|
|
"typescript": "~6.0.2",
|
|
"vite": "^8.1.1",
|
|
"vite-plugin-pwa": "^1.3.0"
|
|
}
|
|
}
|