-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1005 Bytes
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 1005 Bytes
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
{
"name": "x-reply-plugin",
"private": true,
"version": "0.3.1",
"type": "module",
"scripts": {
"dev": "wxt",
"test": "node --loader ./test-loader.mjs --test src/lib/*.test.ts",
"typecheck": "tsc --noEmit",
"build": "wxt build",
"zip": "wxt zip",
"postinstall": "patch-package && wxt prepare",
"build:ext": "wxt build && node scripts/sync-extension-dist.mjs"
},
"dependencies": {
"@page-agent/core": "^1.6.2",
"@page-agent/llms": "^1.6.2",
"@page-agent/page-controller": "^1.6.2"
},
"devDependencies": {
"@tailwindcss/vite": "^4.1.0",
"@types/chrome": "^0.0.304",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@wxt-dev/module-react": "^1.2.0",
"clsx": "^2.1.1",
"idb": "^8.0.3",
"lucide-react": "^0.469.0",
"patch-package": "^8.0.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"tailwind-merge": "^3.0.0",
"tailwindcss": "^4.1.0",
"typescript": "^5.7.0",
"wxt": "^0.20.0"
},
"peerDependencies": {
"zod": "^3.25.0 || ^4.0.0"
}
}