-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.42 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
{
"name": "pay-people-ext",
"description": "manifest.json description",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "wxt",
"dev:firefox": "wxt -b firefox",
"build": "bun run generate-routes && wxt build",
"build:firefox": "wxt build -b firefox",
"zip": "wxt zip",
"zip:firefox": "wxt zip -b firefox",
"compile": "tsc --noEmit",
"postinstall": "wxt prepare",
"generate-routes": "tsr generate",
"watch-routes": "tsr watch"
},
"dependencies": {
"@hookform/resolvers": "^3.9.0",
"@nextui-org/react": "^2.4.6",
"@radix-ui/react-icons": "^1.3.0",
"@tanstack/react-query": "^5.52.2",
"@tanstack/react-router": "^1.51.0",
"@tanstack/router-cli": "^1.57.13",
"@webext-core/messaging": "^1.4.0",
"@webext-core/proxy-service": "^1.2.0",
"crypto-js": "^4.2.0",
"date-fns": "^3.6.0",
"framer-motion": "^11.3.31",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.53.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@semantic-release/exec": "^6.0.3",
"@types/crypto-js": "^4.2.2",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@wxt-dev/module-react": "^1.1.0",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.41",
"prettier": "^3.3.3",
"semantic-release": "^24.1.1",
"tailwindcss": "^3.4.10",
"typescript": "^5.5.4",
"wxt": "^0.19.1"
}
}