-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.78 KB
/
Copy pathpackage.json
File metadata and controls
61 lines (61 loc) · 1.78 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
{
"name": "nuxt-app",
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "patch-package && nuxt prepare"
},
"engines": {
"node": "24.x"
},
"devDependencies": {
"@iconify-json/akar-icons": "^1.1.17",
"@nuxt/content": "^2.5.2",
"@nuxt/icon": "1.15.0",
"@nuxtjs/color-mode": "^3.2.0",
"@nuxtjs/vuetify": "^1.12.3",
"@types/vue-markdown": "^2.2.1",
"@unocss/nuxt": "^0.53.5",
"@unocss/preset-icons": "^0.53.5",
"dayjs-nuxt": "^1.1.2",
"markdown-it": "^13.0.1",
"markdown-it-abbr": "^1.0.4",
"markdown-it-deflist": "^2.1.0",
"markdown-it-emoji": "^2.0.2",
"markdown-it-footnote": "^3.0.3",
"markdown-it-ins": "^3.0.1",
"markdown-it-katex": "^2.0.3",
"markdown-it-mark": "^3.0.1",
"markdown-it-sub": "^1.0.0",
"markdown-it-sup": "^1.0.0",
"markdown-it-task-lists": "^2.1.1",
"markdown-it-toc-and-anchor": "^4.2.0",
"nuxt": "^3.14.159",
"nuxt-jsonapi": "^2.0.2",
"patch-package": "^8.0.0",
"vite": "^4.0.0"
},
"dependencies": {
"@nuxt/fonts": "^0.10.2",
"@nuxt/ui": "^0.4.1",
"@nuxtjs/bulma": "^1.3.0",
"@nuxtjs/emotion": "^1.0.2",
"babel-runtime": "^6.26.0",
"flag-icons": "^6.6.6",
"masto": "^6.8.0",
"pocketbase": "^0.22.0",
"prism-themes": "^1.9.0",
"sass": "^1.88.0",
"vanilla-tilt": "^1.8.1",
"vue-i18n": "^9.2.2",
"vue-markdown": "^2.2.4",
"vue-meta": "^2.4.0",
"vue-sessionstorage": "^1.0.0",
"vue-slick-carousel": "^1.0.6",
"xhr2": "^0.2.1"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}