forked from unjs/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.53 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
{
"name": "website",
"type": "module",
"private": true,
"packageManager": "[email protected]",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"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",
"packages:verify": "jiti scripts/logos-packages && jiti scripts/puzzle-packages",
"packages:redirects": "jiti scripts/generate-packages-redirects && pnpm run lint:fix"
},
"devDependencies": {
"@antfu/eslint-config": "2.6.1",
"@headlessui/vue": "^1.7.16",
"@iconify-json/heroicons": "^1.1.19",
"@iconify-json/logos": "^1.1.42",
"@iconify-json/noto": "^1.1.18",
"@iconify-json/simple-icons": "^1.1.86",
"@iconify-json/vscode-icons": "^1.1.32",
"@nuxt/content": "^2.9.0",
"@nuxt/ui": "^2.11.1",
"@nuxthq/studio": "^1.0.5",
"@nuxtjs/fontaine": "^0.4.1",
"@nuxtjs/google-fonts": "^3.1.3",
"@nuxtjs/plausible": "^0.2.4",
"@nuxtseo/module": "2.0.0-beta.40",
"@types/node": "^20.10.5",
"@vueuse/core": "^10.7.1",
"@vueuse/nuxt": "^10.7.1",
"case-police": "^0.6.1",
"consola": "^3.2.3",
"eslint": "^8.56.0",
"jiti": "^1.21.0",
"magicast": "^0.3.2",
"markdownlint-cli": "^0.38.0",
"minisearch": "^6.3.0",
"nuxt": "^3.9.0",
"nuxt-payload-analyzer": "^0.1.4",
"unstorage": "^1.10.1"
}
}