mirror of
https://github.com/shishantbiswas/bknd.git
synced 2026-03-16 04:27:21 +00:00
33 lines
769 B
JSON
33 lines
769 B
JSON
{
|
|
"name": "react",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc -b && vite build",
|
|
"lint": "eslint .",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@bknd/sqlocal": "file:../../packages/sqlocal",
|
|
"bknd": "file:../../app",
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0",
|
|
"sqlocal": "^0.14.0",
|
|
"wouter": "^3.6.0"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/vite": "^4.0.14",
|
|
"@types/react": "^19.0.10",
|
|
"@types/react-dom": "^19.0.4",
|
|
"@vitejs/plugin-react": "^4.3.4",
|
|
"globals": "^15.15.0",
|
|
"tailwindcss": "^4.0.14",
|
|
"typescript": "~5.7.2",
|
|
"typescript-eslint": "^8.24.1",
|
|
"vite": "^6.2.0",
|
|
"vite-tsconfig-paths": "^5.1.4"
|
|
}
|
|
}
|