simple-kiosk/package.json

63 lines
1.9 KiB
JSON

{
"name": "vite-react-typescript-starter",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"preinstall": "npx only-allow pnpm",
"dev": "nodemon -w src/server -x tsx src/server/main.ts",
"start": "cross-env NODE_ENV=production tsx src/server/main.ts",
"build": "vite build",
"format": "dprint fmt --allow-no-files",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"shadcn-ui": "shadcn-ui"
},
"dependencies": {
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-navigation-menu": "^1.1.4",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-tabs": "^1.0.4",
"@tanstack/react-query": "^5.32.1",
"axios": "^1.6.8",
"better-sqlite3": "^9.6.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cross-env": "^7.0.3",
"dotenv": "^16.4.5",
"express": "^4.18.2",
"kysely": "^0.27.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwind-merge": "^2.3.0",
"tailwindcss-animate": "^1.0.7",
"tsx": "^4.3.0",
"typescript": "^5.3.2",
"vaul": "^0.9.0",
"vite-express": "*",
"wouter": "^3.1.2",
"zod": "^3.23.5"
},
"devDependencies": {
"@types/better-sqlite3": "^7.6.10",
"@types/express": "^4.17.21",
"@types/node": "^20.9.3",
"@types/react": "^18.0.38",
"@types/react-dom": "^18.2.16",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"@vitejs/plugin-react": "^4.2.0",
"autoprefixer": "^10.4.19",
"dprint": "^0.45.1",
"eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.6",
"lefthook": "^1.6.10",
"nodemon": "^3.0.1",
"postcss": "^8.4.38",
"shadcn-ui": "^0.8.0",
"tailwindcss": "^3.4.3",
"vite": "^5.0.2"
}
}