This repository has been archived by the owner on Dec 13, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
73 lines (73 loc) · 1.97 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
{
"name": "xataform",
"version": "0.0.1",
"private": true,
"engines": {
"node": ">=18",
"pnpm": ">=8"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"xata": "xata",
"xata:init": "node scripts/init.mjs",
"test": "vitest"
},
"dependencies": {
"@clerk/backend-core": "^2.13.2",
"@clerk/nextjs": "^4.11.13",
"@headlessui/react": "^1.7.7",
"@headlessui/tailwindcss": "^0.1.2",
"@heroicons/react": "^2.0.14",
"@monaco-editor/react": "^4.4.6",
"@next/font": "13.1.2",
"@popperjs/core": "^2.11.6",
"@tailwindcss/forms": "^0.5.3",
"@tanstack/react-query": "^4.20.4",
"@tanstack/react-query-devtools": "^4.20.4",
"@trpc/client": "^10.16.0",
"@trpc/next": "^10.16.0",
"@trpc/react-query": "^10.16.0",
"@trpc/server": "^10.16.0",
"@xata.io/client": "^0.23.3",
"ag-grid-community": "^29.2.0",
"ag-grid-react": "^29.2.0",
"case": "^1.6.3",
"clsx": "^1.2.1",
"next": "13.1.2",
"nextjs-routes": "^1.0.8",
"react": "18.2.0",
"react-beautiful-dnd": "^13.1.1",
"react-dom": "18.2.0",
"react-popper": "^2.3.0",
"react-toastify": "^9.1.1",
"slugify": "^1.6.5",
"superjson": "^1.12.1",
"tailwindcss": "^3.2.4",
"zod": "^3.21.4"
},
"devDependencies": {
"@clack/prompts": "^0.6.3",
"@swc-node/register": "^1.5.5",
"@swc/core": "^1.3.27",
"@types/node": "18.11.18",
"@types/react": "18.0.26",
"@types/react-beautiful-dnd": "^13.1.3",
"@types/react-dom": "18.0.10",
"@xata.io/cli": "^0.11.15",
"@xata.io/codegen": "^0.23.2",
"autoprefixer": "^10.4.13",
"eslint": "8.32.0",
"eslint-config-next": "13.1.2",
"eslint-config-prettier": "^8.5.0",
"postcss": "^8.4.21",
"prettier": "^2.8.1",
"prettier-plugin-tailwindcss": "^0.2.2",
"tailwind-scrollbar": "^2.1.0",
"ts-mockery": "^1.2.0",
"typescript": "4.9.4",
"vitest": "^0.27.1"
}
}