-
-
Notifications
You must be signed in to change notification settings - Fork 144
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 905 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 905 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
{
"name": "@orpc/browser-extension-playground",
"type": "module",
"version": "1.13.9",
"private": true,
"description": "manifest.json description",
"scripts": {
"dev": "wxt",
"dev:firefox": "wxt -b firefox",
"build": "wxt build",
"build:firefox": "wxt build -b firefox",
"zip": "wxt zip",
"zip:firefox": "wxt zip -b firefox",
"type:check": "tsc --noEmit",
"postinstall": "wxt prepare"
},
"devDependencies": {
"@orpc/client": "next",
"@orpc/openapi": "next",
"@orpc/react": "next",
"@orpc/server": "next",
"@orpc/tanstack-query": "next",
"@orpc/zod": "next",
"@tanstack/react-query": "^5.95.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@wxt-dev/module-react": "^1.2.2",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"typescript": "~5.9.3",
"wxt": "^0.20.20",
"zod": "^4.3.6"
}
}