70 lines
2.0 KiB
JSON
70 lines
2.0 KiB
JSON
{
|
|
"name": "ts-rdo",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"lint": "eslint .",
|
|
"lint:fix": "eslint . --fix",
|
|
"preview": "vite preview",
|
|
"start": "node scripts/start.js",
|
|
"check": "tsc -b --noEmit",
|
|
"analyze": "vite build --mode analyze",
|
|
"clean": "rm -rf dist node_modules/.vite",
|
|
"auto-sync": "node scripts/auto-sync.js"
|
|
},
|
|
"dependencies": {
|
|
"@capacitor/core": "^6.0.0",
|
|
"@capacitor/ios": "^6.0.0",
|
|
"@hookform/resolvers": "^5.2.1",
|
|
"@radix-ui/react-dialog": "^1.0.5",
|
|
"@radix-ui/react-dropdown-menu": "^2.0.6",
|
|
"@radix-ui/react-select": "^2.0.0",
|
|
"@radix-ui/react-toast": "^1.1.5",
|
|
"@supabase/supabase-js": "^2.39.0",
|
|
"@tanstack/react-query": "^5.89.0",
|
|
"@tanstack/react-query-devtools": "^5.89.0",
|
|
"@vitejs/plugin-react": "^4.4.1",
|
|
"autoprefixer": "^10.4.21",
|
|
"chokidar": "^4.0.3",
|
|
"clsx": "^2.1.1",
|
|
"dexie": "^4.2.1",
|
|
"dexie-react-hooks": "^4.2.0",
|
|
"framer-motion": "^10.18.0",
|
|
"lucide-react": "^0.511.0",
|
|
"phosphor-react": "^1.4.1",
|
|
"postcss": "^8.5.3",
|
|
"qrcode.react": "^4.2.0",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"react-hook-form": "^7.48.2",
|
|
"react-router-dom": "^7.3.0",
|
|
"sonner": "^2.0.7",
|
|
"tailwind-merge": "^3.0.2",
|
|
"tailwindcss": "^3.4.17",
|
|
"typescript": "~5.8.3",
|
|
"vite": "^6.3.5",
|
|
"vite-tsconfig-paths": "^5.1.4",
|
|
"zod": "^3.22.4",
|
|
"zustand": "^5.0.3"
|
|
},
|
|
"devDependencies": {
|
|
"@capacitor/cli": "^6.0.0",
|
|
"@eslint/js": "^9.25.0",
|
|
"@types/node": "^22.15.30",
|
|
"@types/react": "^18.3.3",
|
|
"@types/react-dom": "^18.3.0",
|
|
"@typescript-eslint/eslint-plugin": "^7.15.0",
|
|
"@typescript-eslint/parser": "^7.15.0",
|
|
"babel-plugin-react-dev-locator": "^1.0.0",
|
|
"baseline-browser-mapping": "^2.10.0",
|
|
"eslint": "^8.57.0",
|
|
"eslint-plugin-react-hooks": "^4.6.2",
|
|
"eslint-plugin-react-refresh": "^0.4.7",
|
|
"globals": "^16.0.0",
|
|
"typescript-eslint": "^8.30.1"
|
|
}
|
|
}
|