-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
47 lines (47 loc) · 1.31 KB
/
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
38
39
40
41
42
43
44
45
46
47
{
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@jamescoyle/vue-icon": "^0.1.2",
"@mdi/js": "^7.4.47",
"@nuxt/content": "^2.13.2",
"@nuxt/image": "1.9.0",
"@nuxtjs/sitemap": "^7.2.3",
"@vueuse/core": "^11.0.3",
"dayjs": "^1.11.13",
"front-matter": "^4.0.2",
"jsdom": "^26.0.0",
"markdown-it": "latest",
"markdown-it-anchor": "^9.2.0",
"markdown-it-external-links": "^0.0.6",
"markdown-it-footnote": "^4.0.0",
"markdown-it-highlight-lines": "^1.0.2",
"markdown-it-mathjax3": "^4.3.2",
"markdown-it-prism": "^2.3.0",
"markdown-it-sub": "^2.0.0",
"markdown-it-sup": "^2.0.0",
"markdown-it-table-of-contents": "^0.9.0",
"medium-zoom": "^1.1.0",
"nuxt": "^3.13.0",
"nzh": "^1.0.14",
"prismjs": "^1.29.0",
"vite-svg-loader": "^5.1.0",
"vue": "3.5.13"
},
"devDependencies": {
"@asamuzakjp/dom-selector": "^6.4.0",
"@shikijs/markdown-it": "^3.0.0",
"@shikijs/transformers": "^3.0.0",
"node-html-parser": "^7.0.1",
"sass": "^1.77.8"
},
"packageManager": "[email protected]+sha1.ac34549e6aa8e7ead463a7407e1c7390f61a6610"
}