-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.09 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.09 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
{
"name": "nuxt-autoadmin",
"type": "module",
"version": "0.1.0",
"license": "MIT",
"homepage": "https://github.com/awecode/autoadmin#readme",
"imports": {
"#layers/autoadmin/*": "./*"
},
"main": "./nuxt.config.ts",
"scripts": {
"lint": "eslint ."
},
"peerDependencies": {
"drizzle-orm": "^0.45.1"
},
"dependencies": {
"@iconify-json/lucide": "^1.2.57",
"@libsql/client": "^0.15.9",
"@nuxt/ui": "^4.5.1",
"@peculiar/webcrypto": "^1.5.0",
"@tailwindcss/typography": "^0.5.16",
"@tiptap/extension-file-handler": "^3.20.1",
"@tiptap/extension-table": "^3.20.1",
"@tiptap/extension-text-align": "^3.20.0",
"@tiptap/y-tiptap": "^3.0.2",
"@vueuse/router": "^14.2.1",
"aws4fetch": "^1.0.20",
"drizzle-zod": "0.8.3",
"pg": "^8.16.3",
"tailwindcss": "^4.2.1",
"uuid": "^13.0.0",
"y-protocols": "^1.0.7",
"yjs": "^13.6.29",
"zod": "^4.0.17",
"zodex": "^4.0.0"
},
"devDependencies": {
"@types/pg": "^8.18.0",
"vite": "^8.0.1"
},
"pnpm": {
"overrides": {
"unimport": "~5.6.0"
}
}
}