-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
125 lines (125 loc) · 4.74 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
{
"name": "tanstack-boilerplate",
"type": "module",
"scripts": {
"dev": "pnpm clean && dotenv -e .env.development vinxi dev",
"build": "pnpm clean && dotenv -e .env.production vinxi build",
"start": "dotenv -e .env.production node ./.output/server/index.mjs",
"typecheck": "tsc --noEmit",
"lint": "eslint --flag unstable_ts_config .",
"lint:fix": "eslint --flag unstable_ts_config . --fix",
"db:push:d": "dotenv -e .env.development prisma db push",
"db:push:p": "dotenv -e .env.production prisma db push",
"db:studio:d": "dotenv -e .env.development prisma studio",
"db:studio:p": "dotenv -e .env.production prisma studio",
"db:generate": "prisma generate",
"email": "email dev --dir src/emails --port 3001",
"ui": "pnpm dlx shadcn@latest add",
"postinstall": "prisma generate",
"clean": "rimraf --glob app.config.timestamp_*"
},
"dependencies": {
"@fontsource-variable/inter": "^5.1.0",
"@fontsource-variable/jetbrains-mono": "^5.1.1",
"@fontsource-variable/noto-sans-tc": "^5.1.0",
"@mantine/hooks": "^7.14.3",
"@node-rs/argon2": "^2.0.2",
"@prisma/adapter-pg": "^6.0.1",
"@prisma/client": "^6.0.1",
"@radix-ui/react-aspect-ratio": "^1.1.0",
"@radix-ui/react-avatar": "^1.1.1",
"@radix-ui/react-checkbox": "^1.1.2",
"@radix-ui/react-collapsible": "^1.1.1",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-dropdown-menu": "^2.1.2",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-popover": "^1.1.2",
"@radix-ui/react-scroll-area": "^1.2.1",
"@radix-ui/react-select": "^2.1.2",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-switch": "^1.1.1",
"@radix-ui/react-tooltip": "^1.1.4",
"@radix-ui/react-use-controllable-state": "^1.1.0",
"@react-email/components": "^0.0.29",
"@tanstack/react-form": "^0.39.0",
"@tanstack/react-form-zod-adapter": "npm:@tanstack/zod-form-adapter@^0.39.0",
"@tanstack/react-query": "^5.62.2",
"@tanstack/react-query-devtools": "^5.62.2",
"@tanstack/react-router": "^1.85.10",
"@tanstack/react-router-devtools": "npm:@tanstack/router-devtools@^1.85.10",
"@tanstack/react-router-with-query": "^1.85.10",
"@tanstack/react-store": "^0.6.1",
"@tanstack/react-virtual": "^3.10.9",
"@tanstack/start": "^1.85.10",
"@tanstack/zod-adapter": "^1.85.10",
"@twemoji/api": "^15.1.0",
"ansi-colors": "^4.1.3",
"better-auth": "1.0.10",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.0.4",
"date-fns": "^4.1.0",
"dotenv-cli": "^7.4.4",
"es-toolkit": "^1.29.0",
"http-status": "^2.0.0",
"nodemailer": "^6.9.16",
"outdent": "^0.8.0",
"pg": "^8.13.1",
"react": "19.0.0",
"react-day-picker": "^9.4.1",
"react-dom": "19.0.0",
"react-email": "^3.0.3",
"react-icons": "^5.4.0",
"react-phone-number-input": "^3.4.10",
"sonner": "^1.7.0",
"tailwind-merge": "^2.5.5",
"use-intl": "4.0.0-beta-db95243",
"vaul": "^1.1.1",
"vinxi": "^0.5.1",
"zod": "^3.23.8"
},
"devDependencies": {
"@eslint/compat": "^1.2.4",
"@eslint/js": "^9.16.0",
"@nekochan0122/config": "^1.14.0",
"@stylistic/eslint-plugin": "^2.11.0",
"@total-typescript/ts-reset": "^0.6.1",
"@types/eslint-plugin-tailwindcss": "^3.17.0",
"@types/node": "^22.10.1",
"@types/nodemailer": "^6.4.17",
"@types/pg": "^8.11.10",
"@types/react": "npm:[email protected]",
"@types/react-dom": "npm:[email protected]",
"@vitejs/plugin-react": "^4.3.4",
"autoprefixer": "^10.4.20",
"babel-plugin-react-compiler": "19.0.0-beta-df7b47d-20241124",
"eslint": "^9.16.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-compiler": "19.0.0-beta-df7b47d-20241124",
"eslint-plugin-react-hooks": "5.1.0",
"eslint-plugin-react-refresh": "^0.4.16",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-tailwindcss": "3.17.5",
"eslint-plugin-tanstack-query": "npm:@tanstack/eslint-plugin-query@^5.62.1",
"eslint-plugin-tanstack-router": "npm:@tanstack/eslint-plugin-router@^1.85.3",
"eslint-plugin-unicorn": "^56.0.1",
"faker": "npm:@faker-js/faker@^9.3.0",
"globals": "^15.13.0",
"postcss": "^8.4.49",
"prisma": "^6.0.1",
"rimraf": "^6.0.1",
"tailwindcss": "3.4.16",
"tailwindcss-plugin-animate": "npm:tailwindcss-animate@^1.0.7",
"type-fest": "^4.30.0",
"typescript": "^5.7.2",
"typescript-eslint": "^8.17.0",
"vite-plugin-tsconfig-paths": "npm:vite-tsconfig-paths@^5.1.3"
},
"overrides": {
"@types/react": "npm:types-react@rc",
"@types/react-dom": "npm:types-react-dom@rc"
}
}