edit/package.json

95 lines
2.9 KiB
JSON
Raw Normal View History

2024-08-07 12:23:35 +00:00
{
"name": "@fmhy/website",
2025-06-24 17:36:01 +00:00
"packageManager": "pnpm@10.12.2+sha256.07b2396c6c99a93b75b5f9ce22be9285c3b2533c49fec51b349d44798cf56b82",
2024-08-25 11:00:20 +00:00
"type": "module",
2024-08-28 11:37:06 +00:00
"engines": {
2025-12-05 16:53:07 +00:00
"node": ">=25.2.1"
2024-08-28 11:37:06 +00:00
},
2024-08-07 12:23:35 +00:00
"scripts": {
"api:build": "nitropack build",
2024-08-28 18:02:42 +00:00
"api:deploy": "wrangler deploy",
2024-08-25 11:00:20 +00:00
"api:dev": "nitropack dev",
"api:prepare": "nitropack prepare",
2024-08-07 12:23:35 +00:00
"api:preview": "node .output/server/index.mjs",
2025-01-01 11:25:05 +00:00
"api:typegen": "wrangler types api/worker-configuration.d.ts",
2024-08-25 11:00:20 +00:00
"docs:build": "vitepress build docs/",
"docs:dev": "vitepress dev docs/",
"docs:preview": "vitepress preview docs/",
2024-08-07 12:23:35 +00:00
"format": "prettier -w --cache --check .",
"licenser": "deno run --allow-read jsr:@kt3k/license-checker@3.3.1/main",
2025-06-30 14:51:52 +00:00
"og:dev": "x-satori -t ./docs/.vitepress/hooks/Template.vue -c ./docs/.vitepress/hooks/satoriConfig.ts --dev"
2024-08-07 12:23:35 +00:00
},
"dependencies": {
"@fmhy/colors": "^0.0.11",
2024-08-31 18:17:01 +00:00
"@fmhy/components": "^0.0.3",
2024-10-17 06:03:48 +00:00
"@headlessui/vue": "^1.7.23",
2024-08-18 05:17:55 +00:00
"@resvg/resvg-js": "^2.6.2",
"@vueuse/core": "^14.2.1",
"@vueuse/integrations": "^14.2.1",
"consola": "^3.4.2",
"feed": "^5.2.0",
"itty-fetcher": "^1.0.10",
"mark.js": "^8.11.1",
"minisearch": "^7.2.0",
2024-08-07 12:23:35 +00:00
"nitro-cors": "^0.7.1",
"nitropack": "^2.13.1",
2024-08-07 12:23:35 +00:00
"nprogress": "^0.2.0",
"pathe": "^2.0.3",
"reka-ui": "^2.9.0",
"sharp": "^0.34.5",
"unocss": "66.6.4",
"vitepress": "^1.6.4",
"vue": "^3.5.29",
"x-satori": "^0.4.0",
"zod": "^4.3.6"
2024-08-07 12:23:35 +00:00
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20260305.1",
"@ianvs/prettier-plugin-sort-imports": "^4.7.1",
"@iconify-json/carbon": "^1.2.19",
"@iconify-json/fluent": "^1.2.40",
"@iconify-json/fluent-mdl2": "^1.2.1",
"@iconify-json/gravity-ui": "^1.2.11",
"@iconify-json/heroicons-solid": "^1.2.1",
"@iconify-json/logos": "^1.2.10",
"@iconify-json/lucide": "^1.2.95",
"@iconify-json/material-symbols": "^1.2.59",
"@iconify-json/mdi": "^1.2.3",
"@iconify-json/ph": "^1.2.2",
"@iconify-json/qlementine-icons": "^1.2.14",
"@iconify-json/simple-icons": "^1.2.72",
"@iconify-json/twemoji": "^1.2.5",
2025-12-05 16:53:07 +00:00
"@iconify/utils": "^3.1.0",
"@types/node": "^25.3.3",
2024-08-07 12:23:35 +00:00
"@types/nprogress": "^0.2.3",
"@vue/compiler-sfc": "^3.5.29",
"floating-vue": "^5.2.2",
"nitro-cloudflare-dev": "^0.2.2",
"prettier": "^3.8.1",
"prettier-plugin-pkgsort": "^0.3.0",
2025-12-05 16:53:07 +00:00
"prettier-plugin-tailwindcss": "^0.7.2",
"sass": "^1.97.3",
"typescript": "^5.9.3",
"unplugin-auto-import": "^21.0.0",
2024-08-31 18:17:01 +00:00
"vite-plugin-optimize-exclude": "^0.0.1",
2025-12-05 16:53:07 +00:00
"vite-plugin-pwa": "^1.2.0",
"vite-plugin-terminal": "^1.4.0",
"wrangler": "^4.70.0"
2024-08-07 12:23:35 +00:00
},
"pnpm": {
"peerDependencyRules": {
"ignoreMissing": [
"@algolia/client-search",
"search-insights"
]
2025-06-30 14:51:52 +00:00
},
"onlyBuiltDependencies": [
"@parcel/watcher",
"esbuild",
"sharp",
"vue-demi",
"workerd"
2025-06-30 14:51:52 +00:00
]
2024-08-07 12:23:35 +00:00
}
}