-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.78 KB
/
Copy pathpackage.json
File metadata and controls
56 lines (56 loc) · 1.78 KB
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
{
"name": "oduck",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"dev:wxt": "pnpm --filter @oduck/search-wxt exec wxt",
"build:wxt": "pnpm --filter @oduck/search-wxt exec wxt build",
"zip:wxt": "pnpm --filter @oduck/search-wxt exec wxt zip",
"lint": "oxlint",
"test": "vitest run",
"preview": "nr build && wrangler dev",
"deploy": "nr build && wrangler deploy",
"up": "nlx taze -I major",
"prepare": "npx simple-git-hooks"
},
"devDependencies": {
"@antfu/ni": "catalog:cli",
"@cloudflare/vite-plugin": "catalog:cli",
"@iconify-json/carbon": "catalog:cli",
"@iconify-json/ph": "catalog:cli",
"@iconify-json/simple-icons": "catalog:cli",
"@iconify-json/svg-spinners": "catalog:cli",
"@types/node": "catalog:types",
"nano-staged": "catalog:cli",
"oxlint": "catalog:cli",
"oxlint-tsgolint": "catalog:cli",
"simple-git-hooks": "catalog:cli",
"taze": "catalog:cli",
"typescript": "catalog:cli",
"unocss": "catalog:",
"vite": "catalog:cli",
"vite-plugin-vue-devtools": "^8.1.2",
"vitest": "catalog:testing",
"wrangler": "catalog:cli"
},
"dependencies": {
"@antfu/utils": "catalog:inlined",
"@oduck/ui": "workspace:*",
"@vitejs/plugin-vue": "catalog:cli",
"@vueuse/core": "catalog:",
"fuse.js": "catalog:",
"react-grab": "catalog:",
"vite-plugin-pwa": "catalog:cli",
"vue": "catalog:"
},
"simple-git-hooks": {
"pre-commit": "npx nano-staged"
},
"nano-staged": {
"*.{js,ts,mjs,mts,cts,cjs,vue}": "oxlint --fix"
},
"packageManager": "pnpm@11.5.1+sha512.93f7b57422ea7068257235b4c16eb60762eb68e1dc23723199cc739043ea9be2c4143274a399d8c6defa2b1176226d9ca1c4b63482d6200c1a8fbaa78c1d1485"
}