forked from unjs/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.33 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
{
"name": "website",
"private": true,
"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",
"verify:packages": "jiti scripts/package-has-puzzle-part.ts && jiti scripts/puzzle-part-has-package.ts"
},
"devDependencies": {
"@antfu/eslint-config": "^0.40.2",
"@headlessui/vue": "^1.7.16",
"@iconify-json/heroicons": "^1.1.12",
"@iconify-json/logos": "^1.1.34",
"@iconify-json/noto": "^1.1.12",
"@iconify-json/vscode-icons": "^1.1.28",
"@nuxt/content": "^2.7.2",
"@nuxt/devtools": "^0.8.0",
"@nuxthq/studio": "^0.13.4",
"@nuxtjs/plausible": "^0.2.1",
"@types/node": "^20.5.0",
"@unocss/nuxt": "^0.55.1",
"@unocss/reset": "^0.55.1",
"@vueuse/core": "^10.3.0",
"@vueuse/nuxt": "^10.3.0",
"case-police": "^0.6.1",
"consola": "^3.2.3",
"eslint": "^8.47.0",
"jiti": "^1.19.1",
"markdownlint-cli": "^0.35.0",
"minisearch": "^6.1.0",
"nuxt": "^3.6.5",
"nuxt-simple-robots": "^3.1.1",
"nuxt-simple-sitemap": "^3.1.7",
"unstorage": "^1.9.0"
}
}