-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
135 lines (135 loc) · 4.4 KB
/
package.json
File metadata and controls
135 lines (135 loc) · 4.4 KB
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
126
127
128
129
130
131
132
133
134
135
{
"name": "monfly",
"private": true,
"sideEffects": false,
"type": "module",
"version": "1.0.1",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"start": "node .output/server/index.mjs",
"prisma-generate": "prisma generate",
"prisma-studio": "prisma studio",
"prisma-migrate": "prisma migrate dev",
"migrate:prod": "prisma migrate deploy",
"install:legacy": "pnpm install --no-strict-peer-dependencies",
"test": "jest",
"test:watch": "jest --watch",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
"lint:fix": "eslint . --ext .js,.jsx,.ts,.tsx --fix",
"format": "prettier . --write",
"postinstall": "prisma generate"
},
"dependencies": {
"@base-ui/react": "^1.3.0",
"@dicebear/collection": "~9.2.4",
"@dicebear/core": "~9.2.4",
"@fontsource-variable/inter": "5.2.8",
"@hookform/resolvers": "^5.2.2",
"@ncdai/react-wheel-picker": "^1.2.2",
"@prisma/client": "6.18.0",
"@radix-ui/react-alert-dialog": "^1.1.15",
"@radix-ui/react-avatar": "^1.1.11",
"@radix-ui/react-checkbox": "^1.3.3",
"@radix-ui/react-collapsible": "^1.1.12",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-label": "^2.1.8",
"@radix-ui/react-navigation-menu": "^1.2.14",
"@radix-ui/react-popover": "^1.1.15",
"@radix-ui/react-scroll-area": "^1.2.10",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-separator": "^1.1.8",
"@radix-ui/react-slot": "^1.2.4",
"@radix-ui/react-switch": "^1.2.6",
"@radix-ui/react-tabs": "^1.1.13",
"@radix-ui/react-toggle": "^1.1.10",
"@radix-ui/react-tooltip": "^1.2.8",
"@tanstack/react-query": "^5.96.1",
"@tanstack/react-router": "^1.168.10",
"@tanstack/react-router-devtools": "^1.166.11",
"@tanstack/react-start": "^1.167.16",
"@tanstack/react-table": "8.21.3",
"@types/lodash": "4.17.21",
"@types/lodash-es": "4.17.12",
"@uidotdev/usehooks": "~2.4.1",
"bcrypt": "^6.0.0",
"boring-avatars": "2.0.4",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"date-fns": "^4.1.0",
"embla-carousel-react": "^8.6.0",
"framer-motion": "12.23.24",
"input-otp": "^1.4.2",
"jotai": "2.18.0",
"lodash": "4.17.21",
"lodash-es": "4.17.22",
"lucide-react": "^1.7.0",
"motion": "^12.38.0",
"next-themes": "^0.4.6",
"nitro": "3.0.1-alpha.1",
"radix-ui": "^1.4.3",
"react": "^19.2.4",
"react-aria-components": "1.13.0",
"react-day-picker": "9.14.0",
"react-dom": "^19.2.4",
"react-hook-form": "^7.72.0",
"react-icons": "^5.6.0",
"react-resizable-panels": "^4.8.0",
"recharts": "3.8.0",
"redaxios": "^0.5.1",
"shadcn": "^4.1.2",
"sileo": "^0.1.5",
"sonner": "^2.0.7",
"tailwind-merge": "^3.5.0",
"vaul": "^1.1.2",
"vinxi": "0.5.3",
"web-haptics": "0.0.6",
"zod": "^3.25.76"
},
"devDependencies": {
"@eslint/js": "^9.39.4",
"@ianvs/prettier-plugin-sort-imports": "^4.7.1",
"@tailwindcss/vite": "^4.2.2",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@testing-library/react-hooks": "^8.0.1",
"@testing-library/user-event": "^14.6.1",
"@types/bcrypt": "^5.0.2",
"@types/jest": "^29.5.14",
"@types/node": "^22.19.15",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@types/react-test-renderer": "^19.1.0",
"@typescript-eslint/eslint-plugin": "^8.58.0",
"@typescript-eslint/parser": "^8.58.0",
"@vitejs/plugin-react": "5.1.0",
"eslint": "^9.39.4",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-prettier": "^5.5.5",
"eslint-plugin-prisma": "^1.0.1",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-tailwindcss": "^3.18.2",
"eslint-plugin-unused-imports": "^4.4.1",
"globals": "^16.5.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "30.0.0-beta.3",
"jsdom": "^26.1.0",
"prettier": "3.5.3",
"prisma": "^6.19.3",
"react-test-renderer": "^19.2.4",
"tailwindcss": "^4.2.2",
"ts-jest": "^29.4.9",
"ts-node": "^10.9.2",
"tw-animate-css": "^1.4.0",
"typescript": "^5.9.3",
"typescript-eslint": "^8.58.0",
"vite": "7.1.12",
"vite-tsconfig-paths": "^5.1.4"
}
}