-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
72 lines (72 loc) · 2.3 KB
/
package.json
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
{
"packageManager": "pnpm@9.12.1",
"type": "module",
"scripts": {
"prepare": "pnpm --package husky@9.1.1 dlx husky",
"build": "vite build",
"build:watch": "vite build --watch",
"start": "vite dev",
"deploy": "rm -rf dist follow-it-later.zip && vite build && cd dist && zip -r ../follow-it-later.zip .",
"ci-deploy": "./.github/ci-deploy.bash",
"update-api-client": "pnpx tsx scripts/update-follow-api.ts && pnpx tsx scripts/update-internal-api.ts"
},
"nano-staged": {
"*.{js,ts,tsx,mjs,mts,css,json,cjs,cts}": "biome check --write --diagnostic-level=error --no-errors-on-unmatched"
},
"dependencies": {
"@biomejs/biome": "^1.9.3",
"@crxjs/vite-plugin": "2.0.0-beta.25",
"@hono/zod-openapi": "^0.16.4",
"@hookform/resolvers": "^3.9.0",
"@mozilla/readability": "^0.5.0",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-popover": "^1.1.2",
"@radix-ui/react-scroll-area": "^1.2.0",
"@radix-ui/react-select": "^2.1.2",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.3",
"@types/chrome": "^0.0.269",
"@types/dompurify": "^3.0.5",
"@types/lodash-es": "^4.17.12",
"@types/node": "^22.7.5",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.2",
"autoprefixer": "^10.4.20",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"dompurify": "^3.1.7",
"framer-motion": "^11.11.9",
"hono": "^4.6.5",
"jotai": "^2.10.1",
"lodash-es": "^4.17.21",
"lucide-react": "^0.447.0",
"next-themes": "^0.3.0",
"openapi-fetch": "^0.12.2",
"openapi-typescript": "^7.4.1",
"postcss": "^8.4.47",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.53.0",
"rollup-plugin-license": "^3.5.3",
"sonner": "^1.5.0",
"swr": "^2.2.5",
"tailwind-merge": "^2.5.4",
"tailwindcss": "^3.4.14",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.6.3",
"vite": "^5.4.9",
"workbox-strategies": "^7.1.0",
"zod": "^3.23.8"
},
"pnpm": {
"overrides": {
"@webcomponents/custom-elements": "link:./empty",
"rollup@2.78.1": "^2.79.2"
},
"patchedDependencies": {
"@crxjs/vite-plugin": "patches/@crxjs__vite-plugin.patch"
}
}
}