-
Notifications
You must be signed in to change notification settings - Fork 788
/
package.json
73 lines (73 loc) · 2.15 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
{
"name": "fmhy",
"packageManager": "pnpm@9.12.2",
"type": "module",
"engines": {
"node": "21.7.3"
},
"scripts": {
"api:build": "nitropack build",
"api:deploy": "wrangler deploy",
"api:dev": "nitropack dev",
"api:prepare": "nitropack prepare",
"api:preview": "node .output/server/index.mjs",
"docs:build": "vitepress build docs/",
"docs:dev": "vitepress dev docs/",
"docs:preview": "vitepress preview docs/",
"format": "prettier -w --cache --check .",
"postinstall": "nitropack prepare",
"lint": "biome lint .",
"lint:fix": "biome lint . --write",
"lint:fix:unsafe": "biome lint . --write --unsafe",
"og:dev": "x-satori -t ./docs/.vitepress/hooks/Template.vue -c ./.vitepress/hooks/satoriConfig.ts --dev"
},
"dependencies": {
"@fmhy/colors": "^0.0.11",
"@fmhy/components": "^0.0.3",
"@headlessui/vue": "^1.7.23",
"@resvg/resvg-js": "^2.6.2",
"consola": "^3.2.3",
"feed": "^4.2.2",
"itty-fetcher": "^0.9.4",
"nitro-cors": "^0.7.1",
"nitropack": "^2.9.7",
"nprogress": "^0.2.0",
"pathe": "^1.1.2",
"unocss": "^0.63.4",
"vitepress": "^1.4.1",
"vue": "^3.5.12",
"x-satori": "^0.2.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@biomejs/biome": "^1.9.3",
"@ianvs/prettier-plugin-sort-imports": "^4.3.1",
"@iconify-json/carbon": "^1.2.3",
"@iconify-json/heroicons-solid": "^1.2.0",
"@iconify-json/lucide": "^1.2.10",
"@iconify-json/mdi": "^1.2.1",
"@iconify-json/twemoji": "^1.2.1",
"@taskylizard/biome-config": "^1.0.5",
"@types/node": "^20.16.12",
"@types/nprogress": "^0.2.3",
"prettier": "^3.3.3",
"prettier-plugin-pkgsort": "^0.2.1",
"prettier-plugin-tailwindcss": "^0.6.8",
"sass": "^1.80.1",
"stylelint": "^16.10.0",
"stylelint-config-standard-scss": "^13.1.0",
"typescript": "^5.6.3",
"unplugin-auto-import": "^0.18.3",
"vite-plugin-optimize-exclude": "^0.0.1",
"vite-plugin-terminal": "^1.2.0",
"wrangler": "^3.80.5"
},
"pnpm": {
"peerDependencyRules": {
"ignoreMissing": [
"@algolia/client-search",
"search-insights"
]
}
}
}