-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
114 lines (114 loc) · 3.56 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
{
"name": "template",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"asset-generator": "pwa-asset-generator apps/web/public/images/logo-mark.svg apps/web/public/images -m apps/web/public/site.webmanifest --padding 0 -q 100 --favicon --xhtml --icon-only --opaque false"
},
"private": true,
"dependencies": {
"@casl/ability": "^6.5.0",
"@hookform/resolvers": "^3.1.0",
"@lucia-auth/adapter-mysql": "^1.1.1",
"@lucia-auth/oauth": "^1.2.1",
"@nx/next": "16.3.2",
"@planetscale/database": "^1.7.0",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-alert-dialog": "^1.0.4",
"@radix-ui/react-avatar": "^1.0.3",
"@radix-ui/react-dialog": "^1.0.4",
"@radix-ui/react-dropdown-menu": "^2.0.5",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-popover": "^1.0.6",
"@radix-ui/react-radio-group": "^1.1.3",
"@radix-ui/react-select": "^1.2.2",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-tabs": "^1.0.4",
"@radix-ui/react-tooltip": "^1.0.6",
"@swc/helpers": "~0.5.1",
"@tanstack/react-query": "^4.29.12",
"@tanstack/react-table": "^8.9.2",
"@trpc/client": "^10.29.1",
"@trpc/react-query": "^10.29.1",
"@trpc/server": "^10.29.1",
"class-variance-authority": "^0.6.0",
"clsx": "^1.2.1",
"cmdk": "^0.2.0",
"contentlayer": "^0.3.3",
"date-fns": "^2.30.0",
"dayjs": "^1.11.8",
"drizzle-orm": "^0.26.5",
"drizzle-zod": "^0.4.3",
"lemonsqueezy.ts": "^0.1.7",
"lucia-auth": "^1.8.0",
"lucide-react": "^0.241.0",
"mailing-core": "^1.0.1",
"mysql2": "^3.3.4",
"next": "^13.4.5",
"next-contentlayer": "^0.3.3",
"next-themes": "^0.2.1",
"react": "^18.2.0",
"react-day-picker": "^8.7.1",
"react-dom": "^18.2.0",
"react-hook-form": "^7.44.3",
"reading-time": "^1.5.0",
"rehype-autolink-headings": "^6.1.1",
"rehype-slug": "^5.1.0",
"remark-gfm": "^3.0.1",
"resend": "^0.15.1",
"server-only": "^0.0.1",
"sonner": "^0.4.0",
"superjson": "^1.12.3",
"tailwind-merge": "^1.13.1",
"tslib": "^2.5.3",
"url-slug": "^3.0.4",
"zod": "^3.21.4",
"zod-form-data": "^2.0.1"
},
"devDependencies": {
"@babel/preset-react": "^7.22.5",
"@nx/cypress": "16.3.2",
"@nx/eslint-plugin": "16.3.2",
"@nx/jest": "16.3.2",
"@nx/js": "16.3.2",
"@nx/linter": "16.3.2",
"@nx/node": "16.3.2",
"@nx/react": "16.3.2",
"@nx/workspace": "16.3.2",
"@swc/cli": "~0.1.62",
"@swc/core": "~1.3.62",
"@tailwindcss/typography": "^0.5.9",
"@testing-library/react": "14.0.0",
"@types/jest": "^29.5.2",
"@types/node": "20.3.0",
"@types/react": "18.2.11",
"@types/react-dom": "18.2.4",
"@typescript-eslint/eslint-plugin": "^5.59.9",
"@typescript-eslint/parser": "^5.59.9",
"autoprefixer": "10.4.14",
"babel-jest": "^29.5.0",
"cypress": "^12.14.0",
"drizzle-kit": "^0.18.1",
"eslint": "~8.42.0",
"eslint-config-next": "13.4.5",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-cypress": "^2.13.3",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-react-hooks": "4.6.0",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"mailing": "^1.0.1",
"nx": "16.3.2",
"postcss": "8.4.24",
"prettier": "^2.8.8",
"prettier-plugin-tailwindcss": "^0.3.0",
"pwa-asset-generator": "^6.3.1",
"tailwindcss": "3.3.2",
"tailwindcss-animate": "^1.0.6",
"ts-jest": "^29.1.0",
"ts-node": "10.9.1",
"typescript": "~5.1.3"
}
}