-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
37 lines (37 loc) · 968 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",
"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",
"@nuxtjs/sitemap": "^7.2.3",
"@vueuse/core": "^11.0.3",
"front-matter": "^4.0.2",
"markdown-it": "^14.1.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-toc-done-right": "^4.2.0",
"medium-zoom": "^1.1.0",
"nuxt": "^3.13.0",
"prismjs": "^1.29.0",
"vite-svg-loader": "^5.1.0",
"vue": "latest"
},
"devDependencies": {
"sass": "^1.77.8"
}
}