-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
77 lines (77 loc) · 2.25 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
72
73
74
75
76
77
{
"name": "learn.nuxt.com",
"type": "module",
"private": true,
"packageManager": "pnpm@9.7.1",
"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",
"textlint": "textlint --format pretty-error content/**"
},
"dependencies": {
"@shikijs/core": "^1.14.1",
"@shikijs/monaco": "^1.14.1",
"@volar/monaco": "~2.4.0",
"@vue/language-service": "^2.0.29",
"@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.14.1",
"splitpanes": "^3.1.5",
"strip-json-comments": "^5.0.1",
"textlint": "^14.0.4",
"textlint-rule-preset-vuejs-jp": "github:vuejs-jp/textlint-rule-preset-vuejs-jp",
"theme-vitesse": "^0.8.3",
"unified": "^11.0.5",
"vscode-uri": "^3.0.8",
"vue": "^3.4.38",
"vue-router": "^4.4.3"
},
"devDependencies": {
"@antfu/eslint-config": "^2.26.0",
"@iconify-json/catppuccin": "^1.1.4",
"@iconify-json/logos": "^1.1.44",
"@iconify-json/ph": "^1.1.14",
"@iconify-json/svg-spinners": "^1.1.3",
"@nuxt/content": "^2.13.2",
"@nuxt/devtools": "^1.3.14",
"@nuxt/eslint": "^0.5.1",
"@nuxt/icon": "^1.4.7",
"@nuxt/image": "^1.7.0",
"@nuxt/kit": "^3.12.4",
"@nuxthub/core": "^0.7.14",
"@nuxtjs/color-mode": "^3.4.4",
"@nuxtjs/seo": "2.0.0-rc.10",
"@pinia/nuxt": "^0.5.3",
"@unocss/eslint-plugin": "^0.62.2",
"@unocss/extractor-mdc": "^0.62.2",
"@unocss/nuxt": "^0.62.2",
"@vueuse/nuxt": "^11.0.1",
"eslint": "^9.9.0",
"eslint-plugin-format": "^0.1.2",
"execa": "^9.3.1",
"fast-glob": "^3.3.2",
"fuse.js": "^7.0.0",
"monaco-editor-core": "^0.50.0",
"nuxt": "^3.12.4",
"pathe": "^1.1.2",
"remark-external-links": "^9.0.1",
"typescript": "^5.5.4",
"vue-tsc": "^2.0.29"
},
"pnpm": {
"patchedDependencies": {
"splitpanes@3.1.5": "patches/splitpanes@3.1.5.patch"
}
}
}