-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
126 lines (126 loc) · 3.84 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
126
{
"name": "next-starter-24",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"build": "next build",
"predev": "prisma generate && prisma db push && pnpm run seed",
"db:generate": "prisma generate",
"dev": "next dev",
"e2e": "playwright test",
"e2e:debug": "playwright test --debug",
"e2e:report": "playwright show-report",
"e2e:ui": "playwright test --ui",
"lint": "eslint . --max-warnings 0",
"lint:fix": "pnpm run lint --fix",
"seed": "tsx ./prisma/seed.ts",
"start": "next start",
"test": "vitest run",
"test:coverage": "vitest run --coverage",
"test:ui": "vitest --ui",
"test:watch": "vitest",
"typecheck": "tsc --noEmit",
"postinstall": "prisma generate"
},
"dependencies": {
"@formkit/auto-animate": "^0.8.2",
"@hookform/resolvers": "^3.9.0",
"@prisma/client": "^5.18.0",
"@t3-oss/env-nextjs": "^0.11.0",
"@tanstack/react-query": "^5.51.23",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"date-fns": "^3.6.0",
"dotenv": "^16.4.5",
"lucide-react": "^0.427.0",
"next": "14.2.5",
"next-safe-action": "^7.5.0",
"next-themes": "^0.3.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-hook-form": "^7.52.2",
"react-intersection-observer": "^9.13.0",
"react-wrap-balancer": "^1.1.1",
"recharts": "^2.12.7",
"server-only": "^0.0.1",
"usehooks-ts": "^3.1.0",
"zod": "^3.23.8",
"zustand": "^4.5.4"
},
"devDependencies": {
"@eslint-community/eslint-plugin-eslint-comments": "^4.3.0",
"@eslint/compat": "^1.1.1",
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.9.0",
"@faker-js/faker": "^8.4.1",
"@ianvs/prettier-plugin-sort-imports": "^4.3.1",
"@next/eslint-plugin-next": "^14.2.5",
"@playwright/test": "^1.46.0",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/nesting": "^0.0.0-insiders.565cd3e",
"@tailwindcss/typography": "^0.5.14",
"@tanstack/react-query-devtools": "^5.51.23",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.4.8",
"@testing-library/react": "^16.0.0",
"@testing-library/user-event": "^14.5.2",
"@total-typescript/ts-reset": "^0.5.1",
"@types/eslint": "^8.56.11",
"@types/eslint-config-prettier": "^6.11.3",
"@types/node": "^20.14.15",
"@types/react": "^18.3.3",
"@types/react-color": "^3.0.12",
"@types/react-dom": "^18.3.0",
"@types/testing-library__jest-dom": "^6.0.0",
"@typescript-eslint/eslint-plugin": "^8.0.1",
"@typescript-eslint/parser": "^8.0.1",
"@typescript-eslint/utils": "^8.0.1",
"@vercel/style-guide": "^6.0.0",
"@vitejs/plugin-react": "^4.3.1",
"autoprefixer": "^10.4.20",
"cross-fetch": "^4.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-turbo": "^2.0.12",
"eslint-define-config": "^2.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsdoc": "^50.0.1",
"eslint-plugin-jsx-a11y": "^6.9.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-only-warn": "^1.1.0",
"eslint-plugin-playwright": "^1.6.2",
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-regexp": "^2.6.0",
"eslint-plugin-security": "^3.0.1",
"eslint-plugin-storybook": "^0.8.0",
"eslint-plugin-tailwindcss": "^3.17.4",
"eslint-plugin-turbo": "^2.0.12",
"globals": "^15.9.0",
"jsdom": "^24.1.1",
"msw": "^2.3.5",
"postcss": "8.4.31",
"prettier": "^3.3.3",
"prettier-plugin-jsdoc": "^1.3.0",
"prettier-plugin-packagejson": "^2.5.1",
"prettier-plugin-tailwindcss": "^0.6.6",
"prisma": "^5.18.0",
"superjson": "^2.2.1",
"tailwind-merge": "^2.5.0",
"tailwindcss": "^3.4.9",
"tailwindcss-animate": "^1.0.7",
"ts-node": "^10.9.2",
"tsx": "^4.17.0",
"typescript": "5.5.4",
"typescript-eslint": "^8.0.1",
"vite": "^5.4.0",
"vite-tsconfig-paths": "^5.0.1",
"vitest": "2.0.5"
},
"engines": {
"node": ">=20",
"pnpm": ">=9"
},
"packageManager": "[email protected]"
}