mirror of
https://github.com/fmhy/edit.git
synced 2025-07-29 23:32:17 +10:00
feat: feedback v2
This commit is contained in:
parent
d17887ca75
commit
9faa251c86
26 changed files with 1042 additions and 419 deletions
24
package.json
24
package.json
|
@ -1,27 +1,26 @@
|
|||
{
|
||||
"name": "fmhy",
|
||||
"type": "module",
|
||||
"packageManager": "pnpm@9.7.1",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"docs:dev": "vitepress dev docs/",
|
||||
"docs:build": "vitepress build docs/",
|
||||
"docs:preview": "vitepress preview docs/",
|
||||
"api:prepare": "nitropack prepare",
|
||||
"api:dev": "nitropack dev",
|
||||
"api:build": "nitropack build",
|
||||
"api:dev": "nitropack dev",
|
||||
"api:prepare": "nitropack prepare",
|
||||
"api:preview": "node .output/server/index.mjs",
|
||||
"og:dev": "x-satori -t ./docs/.vitepress/hooks/Template.vue -c ./.vitepress/hooks/satoriConfig.ts --dev",
|
||||
"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",
|
||||
"postinstall": "nitropack prepare"
|
||||
"og:dev": "x-satori -t ./docs/.vitepress/hooks/Template.vue -c ./.vitepress/hooks/satoriConfig.ts --dev"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fmhy/colors": "^0.0.11",
|
||||
"@headlessui/vue": "^1.7.22",
|
||||
"@resvg/resvg-js": "^2.6.2",
|
||||
"vitepress": "npm:@taskylizard/vitepress@1.1.1",
|
||||
"consola": "^3.2.3",
|
||||
"feed": "^4.2.2",
|
||||
"itty-fetcher": "^0.9.4",
|
||||
|
@ -30,6 +29,7 @@
|
|||
"nprogress": "^0.2.0",
|
||||
"pathe": "^1.1.2",
|
||||
"unocss": "^0.58.9",
|
||||
"vitepress": "npm:@taskylizard/vitepress@1.1.1",
|
||||
"vue": "^3.4.38",
|
||||
"x-satori": "^0.1.5",
|
||||
"zod": "^3.23.8"
|
||||
|
@ -38,13 +38,17 @@
|
|||
"@biomejs/biome": "^1.8.3",
|
||||
"@iconify-json/carbon": "^1.1.37",
|
||||
"@iconify-json/heroicons-solid": "^1.1.12",
|
||||
"@iconify-json/lucide": "^1.1.207",
|
||||
"@iconify-json/mdi": "^1.1.68",
|
||||
"@iconify-json/twemoji": "^1.1.16",
|
||||
"@taskylizard/biome-config": "^1.0.1",
|
||||
"@types/node": "^20.15.0",
|
||||
"@types/nprogress": "^0.2.3",
|
||||
"prettier": "^3.3.3",
|
||||
"wrangler": "^3.72.0"
|
||||
"prettier-plugin-pkgsort": "^0.2.1",
|
||||
"prettier-plugin-tailwindcss": "^0.6.6",
|
||||
"unplugin-auto-import": "^0.18.2",
|
||||
"wrangler": "^3.68.0"
|
||||
},
|
||||
"pnpm": {
|
||||
"peerDependencyRules": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue