-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
111 lines (111 loc) · 3.46 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
{
"name": "social",
"version": "1.0.0",
"scripts": {
"dev": "blitz dev",
"email": "cd email/react-email && yarn dev --port 3009",
"email-install-dependencies": "cd email/react-email && yarn install",
"build": "yarn blitz prisma migrate deploy && yarn blitz prisma generate && yarn email-install-dependencies && yarn contentlayer build && yarn blitz build ",
"start": "blitz start",
"db:migrate": "npx blitz prisma migrate dev",
"studio": "blitz prisma studio",
"railway:dev": "railway run yarn dev",
"test": "vitest",
"coverage": "vitest run --coverage"
},
"prisma": {
"schema": "db/schema.prisma"
},
"dependencies": {
"@blitzjs/auth": "2.0.10",
"@blitzjs/next": "2.0.10",
"@blitzjs/rpc": "2.0.10",
"@emotion/cache": "^11.11.0",
"@emotion/react": "^11.11.4",
"@emotion/serialize": "^1.1.4",
"@emotion/server": "^11.11.0",
"@emotion/styled": "^11.11.5",
"@emotion/utils": "^1.2.1",
"@floating-ui/core": "^1.6.2",
"@floating-ui/react": "^0.26.16",
"@floating-ui/react-dom": "^2.1.0",
"@hookform/error-message": "2.0.1",
"@hookform/resolvers": "2.9.11",
"@lemonsqueezy/lemonsqueezy.js": "^2.2.0",
"@logsnag/next": "^1.0.3",
"@mantine/code-highlight": "^7.10.1",
"@mantine/core": "^7.10.1",
"@mantine/ds": "^7.3.0-alpha.1",
"@mantine/emotion": "^7.10.1",
"@mantine/form": "^7.10.1",
"@mantine/hooks": "^7.10.1",
"@mantine/modals": "^7.10.1",
"@mantine/notifications": "^7.10.1",
"@mantine/spotlight": "^7.11.2",
"@prisma/adapter-neon": "^5.14.0",
"@react-email/components": "0.0.14",
"@t3-oss/env-nextjs": "^0.7.1",
"@tabler/icons-react": "^2.42.0",
"@testing-library/jest-dom": "^6.4.6",
"@types/jest": "^29.5.12",
"@uploadthing/react": "^6.1.0",
"add": "^2.0.6",
"blitz": "2.0.10",
"clsx": "^2.0.0",
"contentlayer": "^0.3.4",
"date-fns": "^2.30.0",
"eslint-config-next": "^14.0.3",
"lodash": "^4.17.21",
"next": "^14.2.10",
"next-contentlayer": "^0.3.4",
"nodemailer": "^6.9.13",
"passport-github2": "^0.1.12",
"raw-body": "^2.5.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-email": "2.0.0",
"react-hook-form": "7.47.0",
"resend": "^2.0.0",
"secure-password": "4.0.0",
"swr": "^2.2.4",
"uploadthing": "^6.1.1",
"yarn": "^1.22.22",
"zod": "^3.22.4",
"zod-error": "^1.5.0"
},
"devDependencies": {
"@mdx-js/mdx": "^3.0.1",
"@next/bundle-analyzer": "12.0.8",
"@next/env": "13.4.19",
"@prisma/client": "^5.15.0",
"@testing-library/dom": "^10.3.1",
"@testing-library/react": "^16.0.0",
"@types/lodash": "^4.17.7",
"@types/node": "18.11.9",
"@types/preview-email": "2.0.1",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.0.10",
"@typescript-eslint/eslint-plugin": "5.42.1",
"@vitejs/plugin-react": "2.2.0",
"@vitest/coverage-v8": "^1.6.0",
"eslint": "^9.6.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"i": "^0.3.7",
"jsdom": "20.0.3",
"lint-staged": "13.0.3",
"npm": "^10.5.0",
"postcss-preset-mantine": "^1.9.0",
"prettier": "^3.3.0",
"prettier-plugin-prisma": "4.4.0",
"pretty-quick": "3.1.3",
"preview-email": "3.0.7",
"prisma": "^5.15.0",
"remark-frontmatter": "^5.0.0",
"remark-gfm": "^4.0.0",
"typescript": "^4.9.5",
"vite-tsconfig-paths": "^3.6.0",
"vitest": "^2.0.2"
},
"private": true
}