-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
116 lines (116 loc) · 3.6 KB
/
package.json
File metadata and controls
116 lines (116 loc) · 3.6 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
{
"name": "hoarder-pipette",
"version": "1.6.3",
"private": true,
"description": "An extension to inject bookmarks from your Hoarder app",
"keywords": [
"browser-extension",
"extension",
"hoarder"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/DanSnow/hoarder-pipette.git"
},
"type": "module",
"scripts": {
"build": "moon run build --",
"start": "moon run start --",
"dev": "moon run dev --",
"test": "moon run test --",
"lint": "oxlint",
"lint:fix": "oxlint --fix",
"format": "oxfmt --ignore-path=.gitignore && prettier . --write --ignore-unknown",
"format:check": "oxfmt --check --ignore-path=.gitignore && prettier . --check --ignore-unknown",
"storybook": "storybook dev -p 6006",
"typecheck": "moon run typecheck --",
"typecheck-watch": "moon run typecheck-watch --",
"postinstall": "wxt prepare"
},
"dependencies": {
"@autoform/react": "4.0.0",
"@autoform/zod": "5.0.0",
"@hookform/resolvers": "5.2.2",
"@orpc/client": "1.13.5",
"@orpc/hey-api": "1.13.5",
"@orpc/server": "1.13.5",
"@orpc/tanstack-query": "1.13.5",
"@radix-ui/react-checkbox": "1.3.3",
"@radix-ui/react-dropdown-menu": "2.1.16",
"@radix-ui/react-label": "2.1.8",
"@radix-ui/react-navigation-menu": "1.2.14",
"@radix-ui/react-scroll-area": "1.2.10",
"@radix-ui/react-select": "2.2.6",
"@radix-ui/react-slot": "1.2.4",
"@radix-ui/react-tooltip": "1.2.8",
"@tanstack/react-query": "5.90.21",
"@tanstack/react-router": "1.160.2",
"@webext-core/storage": "1.2.0",
"@wxt-dev/module-react": "1.1.5",
"class-variance-authority": "0.7.1",
"clsx": "2.1.1",
"effect": "3.19.18",
"jotai": "2.17.1",
"lucide-react": "0.574.0",
"next-themes": "0.4.6",
"react": "19.2.4",
"react-aria-components": "1.15.1",
"react-dom": "19.2.4",
"react-hook-form": "7.71.1",
"react-twc": "1.5.1",
"react-use": "17.6.0",
"sonner": "2.0.7",
"tailwind-merge": "3.4.1",
"tailwindcss-animate": "1.0.7",
"tiny-invariant": "1.3.3",
"ufo": "1.6.3",
"webextension-polyfill": "0.12.0",
"wxt": "0.20.13",
"zod": "3.25.76"
},
"devDependencies": {
"@effect/language-service": "0.74.0",
"@effect/vitest": "0.27.0",
"@egoist/tailwindcss-icons": "1.9.2",
"@hey-api/openapi-ts": "0.92.3",
"@iconify-json/lucide": "1.2.91",
"@iconify-json/simple-icons": "1.2.71",
"@moonrepo/cli": "1.41.7",
"@storybook/addon-a11y": "10.2.10",
"@storybook/addon-docs": "10.2.10",
"@storybook/addon-vitest": "10.2.10",
"@storybook/react": "10.2.10",
"@storybook/react-vite": "10.2.10",
"@t3-oss/env-core": "0.13.10",
"@tailwindcss/vite": "4.1.18",
"@tanstack/router-plugin": "1.161.0",
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3",
"@types/webextension-polyfill": "0.12.4",
"@types/webpack-env": "1.18.8",
"@vitest/browser": "4.0.18",
"@vitest/browser-playwright": "4.0.18",
"@vitest/coverage-v8": "4.0.18",
"@webext-core/fake-browser": "1.3.4",
"chrome-webstore-upload-cli": "3.5.0",
"image-size": "2.0.2",
"knip": "5.84.1",
"oxfmt": "0.28.0",
"oxlint": "1.43.0",
"playwright": "1.58.2",
"prettier": "3.8.1",
"shadcn": "3.8.5",
"storybook": "10.2.10",
"tailwindcss": "4.1.18",
"tsx": "4.21.0",
"typed-query-selector": "2.12.0",
"typescript": "5.9.3",
"vite": "7.3.1",
"vite-plugin-inspect": "11.3.3",
"vite-plugin-tsconfig-paths": "1.4.1",
"vitest": "4.0.18",
"zx": "8.8.5"
},
"packageManager": "pnpm@10.30.0"
}