package.json•825 B
{
"name": "uses-ents",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "shx rm -rf dist && tsc && vite build",
"codegen": "convex codegen",
"lint": "eslint .",
"serve": "vite preview"
},
"dependencies": {
"bootstrap": "^5.0.2",
"convex": "workspace:*",
"convex-ents": "^0.16.0",
"convex-helpers": "^0.1.105",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"@popperjs/core": "~2.11.6"
},
"devDependencies": {
"@convex-dev/eslint-plugin": "workspace:*",
"@eslint/js": "~9.34.0",
"@types/node": "^18.17.0",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^9.37.0",
"shx": "~0.3.4",
"typescript": "~5.0.3",
"typescript-eslint": "~8.38.0",
"vite": "^6.4.1"
}
}