-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 884 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
{
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev --host",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"devDependencies": {
"@nuxt/content": "^2.12.1",
"@nuxt/devtools": "latest",
"@nuxt/ui": "^2.13.0",
"@pinia-plugin-persistedstate/nuxt": "^1.2.0",
"@shikijs/markdown-it": "^1.3.0",
"nuxt": "^3.10.1",
"nuxt-shiki": "^0.3.0",
"shiki": "^1.3.0"
},
"dependencies": {
"@formkit/auto-animate": "^0.8.2",
"@nuxt/ui-pro": "^1.1.0",
"@pinia/nuxt": "^0.5.1",
"@types/markdown-it": "^14.0.1",
"@vueuse/core": "^10.9.0",
"markdown-it": "^14.1.0",
"markdown-it-abbr": "^2.0.0",
"pinia": "^2.1.7",
"pinia-plugin-persistedstate": "^3.2.1"
},
"overrides": {
"vue": "latest"
}
}