mirror of
https://github.com/fmhy/edit.git
synced 2025-08-05 18:52:13 +10:00
dropdown, and bg restyling
This commit is contained in:
parent
1f06675dc0
commit
e2c36289fc
7 changed files with 603 additions and 250 deletions
12
package.json
12
package.json
|
@ -41,6 +41,8 @@
|
|||
"zod": "^3.24.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/helper-create-class-features-plugin": "^7.27.1",
|
||||
"@babel/plugin-syntax-import-attributes": "^7.27.1",
|
||||
"@cloudflare/workers-types": "^4.20241230.0",
|
||||
"@ianvs/prettier-plugin-sort-imports": "^4.3.1",
|
||||
"@iconify-json/carbon": "^1.2.5",
|
||||
|
@ -68,6 +70,7 @@
|
|||
"unplugin-auto-import": "^0.18.3",
|
||||
"vite-plugin-optimize-exclude": "^0.0.1",
|
||||
"vite-plugin-terminal": "^1.2.0",
|
||||
"vue-tsc": "^2.2.10",
|
||||
"wrangler": "^3.114.1"
|
||||
},
|
||||
"pnpm": {
|
||||
|
@ -76,6 +79,13 @@
|
|||
"@algolia/client-search",
|
||||
"search-insights"
|
||||
]
|
||||
}
|
||||
},
|
||||
"onlyBuiltDependencies": [
|
||||
"@parcel/watcher",
|
||||
"esbuild",
|
||||
"sharp",
|
||||
"vue-demi",
|
||||
"workerd"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue