forked from kingwrcy/moments
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 920 Bytes
/
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
{
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev --host 0.0.0.0",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@fancyapps/ui": "^5.0.36",
"@iconify-json/carbon": "^1.1.37",
"@nuxt/ui": "^2.18.7",
"date-fns": "^3.6.0",
"markdown-it": "^14.1.0",
"nuxt": "^3.12.4",
"sortablejs": "^1.15.6",
"v-calendar": "^3.1.2",
"vue": "latest",
"vue-sonner": "^1.1.5"
},
"packageManager": "[email protected]",
"devDependencies": {
"@shikijs/markdown-it": "^1.12.1",
"@types/grecaptcha": "^3.0.9",
"@types/markdown-it": "^14.1.2",
"@vueuse/core": "^10.11.1",
"@vueuse/nuxt": "^10.11.1",
"dayjs": "^1.11.13",
"dayjs-nuxt": "^2.1.11",
"sass": "^1.77.8",
"shiki": "^1.12.1",
"typescript": "^5.5.4"
}
}