forked from nuxt/learn.nuxt.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
71 lines (71 loc) · 1.99 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "learn.nuxt.com",
"type": "module",
"private": true,
"packageManager": "pnpm@9.4.0",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"typecheck": "nuxt typecheck",
"prepare": "nuxt prepare && pnpm -C ./templates/basic install && pnpm -C ./templates/basic prepare",
"lint": "eslint .",
"format": "eslint . --fix"
},
"dependencies": {
"@shikijs/core": "^1.10.0",
"@shikijs/monaco": "^1.10.0",
"@volar/monaco": "~2.4.0-alpha.12",
"@vue/language-service": "^2.0.26-alpha.2",
"@webcontainer/api": "^1.2.0",
"@xterm/addon-fit": "^0.10.0",
"@xterm/xterm": "^5.5.0",
"birpc": "^0.2.17",
"floating-vue": "^5.2.2",
"jszip": "^3.10.1",
"monaco-editor": "^0.50.0",
"shiki": "^1.10.0",
"splitpanes": "^3.1.5",
"strip-json-comments": "^5.0.1",
"theme-vitesse": "^0.8.0",
"unified": "^11.0.5",
"vscode-uri": "^3.0.8",
"vue": "^3.4.31",
"vue-router": "^4.4.0"
},
"devDependencies": {
"@antfu/eslint-config": "^2.21.2",
"@iconify-json/logos": "^1.1.43",
"@iconify/json": "^2.2.224",
"@nuxt/content": "^2.13.0",
"@nuxt/devtools": "^1.3.8",
"@nuxt/eslint": "^0.3.13",
"@nuxt/icon": "^1.0.0",
"@nuxt/image": "^1.7.0",
"@nuxt/kit": "^3.12.2",
"@nuxtjs/color-mode": "^3.4.2",
"@nuxtjs/seo": "2.0.0-rc.10",
"@pinia/nuxt": "^0.5.1",
"@unocss/eslint-plugin": "^0.61.0",
"@unocss/extractor-mdc": "^0.61.0",
"@unocss/nuxt": "^0.61.0",
"@vueuse/nuxt": "^10.11.0",
"eslint": "^9.6.0",
"eslint-plugin-format": "^0.1.2",
"execa": "^9.3.0",
"fast-glob": "^3.3.2",
"fuse.js": "^7.0.0",
"monaco-editor-core": "^0.50.0",
"nuxt": "^3.12.2",
"pathe": "^1.1.2",
"remark-external-links": "^9.0.1",
"typescript": "^5.5.3",
"vue-tsc": "^2.0.26-alpha.2"
},
"pnpm": {
"patchedDependencies": {
"splitpanes@3.1.5": "patches/splitpanes@3.1.5.patch"
}
}
}