-
Notifications
You must be signed in to change notification settings - Fork 25
/
package.json
57 lines (57 loc) · 1.62 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
{
"name": "website",
"type": "module",
"private": true,
"packageManager": "[email protected]",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"typecheck": "nuxt typecheck",
"lint": "eslint .",
"lint:fix": "eslint --fix .",
"lint:md": "markdownlint ./content && case-police content/**/*",
"lint:md:fix": "markdownlint --fix ./content && case-police --fix content/**/*",
"prepare": "nuxt prepare",
"preview": "nuxt preview",
"cli": "jiti bin"
},
"devDependencies": {
"@antfu/eslint-config": "2.8.2",
"@headlessui/vue": "1.7.19",
"@iconify-json/heroicons": "^1.1.20",
"@iconify-json/logos": "^1.1.42",
"@iconify-json/noto": "^1.1.18",
"@iconify-json/ph": "^1.1.11",
"@iconify-json/simple-icons": "^1.1.95",
"@iconify-json/vscode-icons": "^1.1.33",
"@nuxt/content": "^2.12.1",
"@nuxt/fonts": "^0.3.0",
"@nuxt/ui": "^2.14.2",
"@nuxtjs/plausible": "^0.2.4",
"@nuxtjs/seo": "2.0.0-rc.8",
"@types/js-yaml": "^4.0.9",
"@types/node": "^20.11.27",
"@vueuse/core": "^10.9.0",
"@vueuse/nuxt": "^10.9.0",
"case-police": "^0.6.1",
"citty": "^0.1.6",
"consola": "^3.2.3",
"eslint": "^8.57.0",
"jiti": "^1.21.0",
"js-yaml": "^4.1.0",
"magicast": "^0.3.3",
"markdownlint-cli": "^0.39.0",
"minisearch": "^6.3.0",
"myzod": "^1.11.0",
"nuxt": "^3.10.3",
"nuxt-payload-analyzer": "^0.1.4",
"ofetch": "^1.3.3",
"pkg-types": "^1.0.3",
"scule": "^1.3.0",
"slugify": "^1.6.6",
"unstorage": "^1.10.2",
"vis-data": "^7.1.9",
"vis-network": "^9.1.9"
}
}