47 lines
1.3 KiB
JSON
47 lines
1.3 KiB
JSON
{
|
|
"name": "flex-template",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "convex dev --once && node setup.mjs && npm-run-all --parallel dev:frontend dev:backend",
|
|
"dev:frontend": "vite --open",
|
|
"dev:backend": "convex dev",
|
|
"build": "vite build",
|
|
"start": "vite preview --port 3000 --host",
|
|
"lint": "tsc -p convex -noEmit --pretty false && tsc -p . -noEmit --pretty false && convex dev --once && vite build"
|
|
},
|
|
"dependencies": {
|
|
"@convex-dev/auth": "^0.0.80",
|
|
"clsx": "^2.1.1",
|
|
"convex": "1.21.1-alpha.1",
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0",
|
|
"sonner": "^2.0.3",
|
|
"tailwind-merge": "^3.1.0"
|
|
},
|
|
"overrides": {
|
|
"convex": "1.21.1-alpha.1"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.21.0",
|
|
"@types/node": "^22.13.10",
|
|
"@types/react": "^19.0.10",
|
|
"@types/react-dom": "^19.0.4",
|
|
"@vitejs/plugin-react": "^4.3.4",
|
|
"autoprefixer": "~10",
|
|
"dotenv": "^16.4.7",
|
|
"eslint": "^9.21.0",
|
|
"eslint-plugin-react-hooks": "^5.1.0",
|
|
"eslint-plugin-react-refresh": "^0.4.19",
|
|
"globals": "^15.15.0",
|
|
"npm-run-all": "^4.1.5",
|
|
"postcss": "~8",
|
|
"prettier": "^3.5.3",
|
|
"tailwindcss": "~3",
|
|
"typescript": "~5.7.2",
|
|
"typescript-eslint": "^8.24.1",
|
|
"vite": "^6.2.0"
|
|
}
|
|
}
|