-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
80 lines (80 loc) · 2.25 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
{
"name": "deliverdaniel",
"version": "0.0.0",
"license": "MIT",
"scripts": {},
"private": true,
"devDependencies": {
"@nx/eslint-plugin": "16.1.4",
"@nx/js": "16.1.4",
"@nx/linter": "16.1.4",
"@nx/next": "^16.1.4",
"@nx/react": "16.1.4",
"@nx/vite": "16.1.4",
"@nx/workspace": "16.1.4",
"@prisma/client": "^4.14.0",
"@testing-library/react": "14.0.0",
"@types/node": "18.14.2",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"@types/uuid": "^9.0.1",
"@typescript-eslint/eslint-plugin": "^5.58.0",
"@typescript-eslint/parser": "^5.58.0",
"@vitejs/plugin-react": "^3.0.0",
"@vitest/ui": "^0.31.0",
"autoprefixer": "10.4.13",
"eslint": "~8.15.0",
"eslint-config-next": "13.3.0",
"eslint-config-prettier": "8.1.0",
"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",
"jsdom": "~20.0.3",
"nx": "16.1.4",
"nx-cloud": "latest",
"postcss": "8.4.21",
"prettier": "^2.6.2",
"prettier-plugin-tailwindcss": "^0.2.8",
"prisma": "^4.14.0",
"react-test-renderer": "18.2.0",
"sass": "1.61.0",
"tailwindcss": "3.2.7",
"ts-node": "10.9.1",
"typescript": "~5.0.2",
"vite": "^4.3.4",
"vite-plugin-dts": "~1.7.1",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-svgr": "^3.2.0",
"vite-tsconfig-paths": "^4.0.2",
"vitest": "^0.31.0"
},
"dependencies": {
"@next/font": "^13.4.2",
"@planetscale/database": "^1.7.0",
"@radix-ui/react-dialog": "^1.0.3",
"@radix-ui/react-dropdown-menu": "^2.0.4",
"@radix-ui/react-toggle": "^1.0.2",
"@trpc/client": "10.26.0",
"@trpc/next": "^10.26.0",
"@trpc/server": "10.26.0",
"@upstash/qstash": "^0.3.6",
"clsx": "^1.2.1",
"crypto": "^1.0.1",
"kysely": "^0.24.2",
"kysely-planetscale": "^1.3.0",
"next": "13.3.0",
"next-auth": "^4.22.1",
"nextjs-cors": "^2.1.2",
"node-base64-image": "^2.0.5",
"prisma-kysely": "^1.2.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hot-toast": "^2.4.1",
"superjson": "1.12.3",
"trpc-openapi": "^1.1.2",
"tslib": "2.5.0",
"uuid": "^9.0.0",
"zod": "^3.21.4"
}
}