-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.01 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.01 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
{
"name": "nuxt-content-starter",
"private": true,
"type": "module",
"engines": {
"node": ">=22.5"
},
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"format": "prettier --write \"**/*.{js,ts,vue,json,css,less,scss,html}\"",
"format:check": "prettier --check \"**/*.{js,ts,vue,json,css,less,scss,html}\""
},
"dependencies": {
"@nuxt/content": "^3.7.1",
"@nuxtjs/i18n": "^10.2.1",
"@nuxtjs/seo": "^3.2.2",
"@waline/client": "^3.7.0",
"mermaid": "^11.12.1",
"nuxt": "^4.1.2",
"vue": "^3.5.21"
},
"devDependencies": {
"@iconify/json": "^2.2.408",
"fast-xml-parser": "^4.5.1",
"less": "^4.4.1",
"prettier": "^3.6.2",
"rehype-stringify": "^10.0.1",
"remark-gfm": "^4.0.1",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.2",
"unified": "^11.0.5",
"unist-util-visit": "^5.0.0",
"unplugin-icons": "^22.5.0",
"unplugin-vue-components": "^30.0.0"
}
}