-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
89 lines (89 loc) · 2.56 KB
/
package.json
File metadata and controls
89 lines (89 loc) · 2.56 KB
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
{
"name": "space-hackability-t3",
"version": "0.1.0",
"private": true,
"scripts": {
"build": "SKIP_ENV_VALIDATION=1 next build",
"dev": "next dev",
"postinstall": "prisma generate",
"lint": "next lint",
"start": "next start"
},
"prisma": {
"seed": "ts-node ./prisma/seed.ts"
},
"dependencies": {
"@editorjs/checklist": "^1.4.0",
"@editorjs/code": "^2.8.0",
"@editorjs/delimiter": "^1.3.0",
"@editorjs/editorjs": "^2.26.5",
"@editorjs/embed": "^2.5.3",
"@editorjs/header": "^2.7.0",
"@editorjs/image": "^2.8.1",
"@editorjs/inline-code": "^1.4.0",
"@editorjs/list": "^1.8.0",
"@editorjs/marker": "^1.3.0",
"@editorjs/paragraph": "^2.9.0",
"@editorjs/quote": "^2.5.0",
"@editorjs/table": "^2.2.0",
"@fortawesome/free-brands-svg-icons": "^6.2.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@google-cloud/storage": "^6.9.1",
"@headlessui/react": "^1.7.8",
"@heroicons/react": "^2.0.14",
"@next-auth/prisma-adapter": "^1.0.5",
"@prisma/client": "^4.9.0",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/typography": "^0.5.9",
"@tanstack/react-query": "^4.24.4",
"@trpc/client": "^10.9.1",
"@trpc/next": "^10.9.1",
"@trpc/react-query": "^10.9.1",
"@trpc/server": "^10.9.1",
"axios": "^1.3.1",
"cloudinary": "^1.33.0",
"clsx": "^1.2.1",
"cuid": "^2.1.8",
"daisyui": "^2.50.0",
"fast-deep-equal": "^3.1.3",
"final-form": "^4.20.9",
"final-form-arrays": "^3.1.0",
"kannon.js": "^0.3.0",
"next": "13.1.6",
"next-auth": "^4.19.2",
"next-mdx-remote": "^4.3.0",
"next-superjson": "^0.0.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-editor-js": "^2.1.0",
"react-final-form": "^6.5.9",
"react-final-form-arrays": "^3.1.4",
"react-toastify": "^9.1.1",
"superjson": "1.12.2",
"telegraf": "^4.11.2",
"vitest": "^0.30.1",
"zod": "^3.20.2",
"zustand": "^4.3.2"
},
"devDependencies": {
"@types/editorjs__header": "^2.6.0",
"@types/node": "^18.11.18",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@typescript-eslint/eslint-plugin": "^5.50.0",
"@typescript-eslint/parser": "^5.50.0",
"autoprefixer": "^10.4.13",
"eslint": "^8.33.0",
"eslint-config-next": "13.1.6",
"node-html-parser": "^6.1.4",
"postcss": "^8.4.21",
"prettier": "^2.8.3",
"prettier-plugin-tailwindcss": "^0.2.2",
"prisma": "^4.9.0",
"tailwindcss": "^3.2.4",
"typescript": "^4.9.5"
},
"ct3aMetadata": {
"initVersion": "6.11.3"
}
}