-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.23 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.23 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
{
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.685.0",
"@aws-sdk/lib-storage": "^3.685.0",
"@aws-sdk/s3-request-presigner": "^3.685.0",
"@bynect/markdown-it-class": "^1.0.2",
"@nuxtjs/tailwindcss": "^6.12.1",
"@radix-icons/vue": "^1.0.0",
"@shikijs/markdown-it": "^1.10.0",
"@tabler/icons-vue": "^2.47.0",
"@tailwindcss/forms": "^0.5.7",
"@vee-validate/zod": "^4.13.2",
"@vueuse/core": "^12.5.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"dom-parser": "^1.1.5",
"markdown-it": "^14.1.0",
"markdown-it-deflist": "^3.0.0",
"nuxt": "^3.14.0",
"preline": "^2.5.1",
"radix-vue": "^1.9.8",
"vee-validate": "^4.14.6",
"vue-router": "^4.4.4"
},
"devDependencies": {
"@types/markdown-it": "^14.1.1",
"bun-types": "^1.1.18",
"shadcn-nuxt": "^0.10.4",
"tailwind-merge": "^2.5.2",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.5.4",
"vue": "^3.5.4",
"zod": "^3.23.8"
}
}