forked from molvqingtai/WebChat
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
153 lines (153 loc) · 4.68 KB
/
package.json
File metadata and controls
153 lines (153 loc) · 4.68 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
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
{
"name": "ghost-chat",
"displayName": "GhostChat",
"version": "0.6.4",
"description": "GhostChat - Decentralized Web3 chat extension for secure on-site conversations and DeFi safety checks.",
"type": "module",
"scripts": {
"dev": "wxt",
"dev:firefox": "wxt -b firefox",
"build": "cross-env NODE_ENV=production run-p build:*",
"build:chrome": "wxt build -b chrome",
"build:firefox": "wxt build -b firefox",
"pack": "cross-env NODE_ENV=production run-p pack:*",
"pack:chrome": "wxt zip -b chrome",
"pack:edge": "wxt zip -b edge",
"pack:firefox": "wxt zip -b firefox",
"release:build-all": "bash scripts/release/build-all.sh",
"release:publish": "bash scripts/release/publish-release.sh",
"release:verify": "bash scripts/release/verify-release.sh",
"lint": "eslint --fix --cache",
"clear": "rimraf .output",
"check": "tsc --noEmit",
"prepare": "husky",
"postinstall": "wxt prepare"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SapienXai/GhostChat.git"
},
"keywords": [
"GhostChat",
"Web3",
"DeFi",
"Crypto",
"Blockchain",
"Security",
"Decentralized Chat",
"Browser Extension",
"Chrome Extension",
"Firefox Extension",
"WebRTC",
"P2P",
"SapienX",
"Smart Contract Safety"
],
"author": "SapienX Team",
"license": "MIT",
"bugs": {
"url": "https://github.com/SapienXai/GhostChat/issues"
},
"homepage": "https://github.com/SapienXai/GhostChat",
"dependencies": {
"@hookform/resolvers": "^5.0.1",
"@number-flow/react": "^0.5.9",
"@perfsee/jsonr": "^1.14.2",
"@radix-ui/react-avatar": "^1.1.9",
"@radix-ui/react-checkbox": "^1.3.1",
"@radix-ui/react-dropdown-menu": "^2.1.14",
"@radix-ui/react-hover-card": "^1.1.13",
"@radix-ui/react-icons": "^1.3.2",
"@radix-ui/react-label": "^2.1.6",
"@radix-ui/react-popover": "^1.1.13",
"@radix-ui/react-portal": "^1.1.8",
"@radix-ui/react-presence": "^1.1.4",
"@radix-ui/react-radio-group": "^1.3.6",
"@radix-ui/react-scroll-area": "^1.2.8",
"@radix-ui/react-slot": "^1.2.2",
"@radix-ui/react-switch": "^1.2.4",
"@resreq/event-hub": "^1.6.0",
"@resreq/timer": "^1.3.2",
"@rtco/client": "^0.3.2",
"@tailwindcss/typography": "^0.5.16",
"@types/react-syntax-highlighter": "^15.5.13",
"@webcomponents/custom-elements": "^1.6.0",
"@webext-core/messaging": "^2.2.0",
"@webext-core/proxy-service": "^1.2.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cobe": "^0.6.3",
"danmu": "^0.16.0",
"date-fns": "^4.1.0",
"framer-motion": "^12.12.1",
"idb-keyval": "^6.2.2",
"lucide-react": "^0.511.0",
"motion": "^12.12.1",
"nanoid": "^5.1.5",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-hook-form": "^7.56.4",
"react-markdown": "^10.1.0",
"react-syntax-highlighter": "^15.6.1",
"react-use": "^17.6.0",
"react-virtuoso": "^4.12.7",
"remark-breaks": "^4.0.0",
"remark-gfm": "^4.0.1",
"remesh": "^4.2.2",
"remesh-logger": "^4.1.0",
"remesh-react": "^4.1.2",
"rxjs": "^7.8.2",
"sonner": "^2.0.3",
"tailwind-merge": "^3.3.0",
"type-fest": "^4.41.0",
"unstorage": "^1.16.0",
"valibot": "1.1.0",
"zod": "^3.25.7"
},
"devDependencies": {
"@commitlint/cli": "^19.8.1",
"@commitlint/config-conventional": "^19.8.1",
"@eslint-react/eslint-plugin": "^1.49.0",
"@eslint/js": "^9.27.0",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/exec": "^7.1.0",
"@semantic-release/git": "^10.0.1",
"@tailwindcss/postcss": "^4.1.7",
"@tailwindcss/vite": "^4.1.7",
"@types/eslint": "^9.6.1",
"@types/eslint-plugin-tailwindcss": "^3.17.0",
"@types/node": "^22.15.19",
"@types/react": "^19.1.4",
"@types/react-dom": "^19.1.5",
"@typescript-eslint/parser": "^8.32.1",
"@vitejs/plugin-react": "^4.4.1",
"autoprefixer": "^10.4.21",
"cross-env": "^7.0.3",
"eslint": "^9.27.0",
"eslint-config-prettier": "^10.1.5",
"eslint-plugin-prettier": "^5.4.0",
"eslint-plugin-tailwindcss": "^3.18.0",
"globals": "^16.1.0",
"husky": "^9.1.7",
"lint-staged": "^16.0.0",
"npm-run-all": "^4.1.5",
"postcss": "^8.5.3",
"postcss-rem-to-responsive-pixel": "^6.0.2",
"prettier": "^3.5.3",
"rimraf": "^6.0.1",
"semantic-release": "^24.2.4",
"tailwindcss": "^4.1.7",
"tw-animate-css": "^1.3.0",
"typescript": "^5.8.3",
"typescript-eslint": "^8.32.1",
"vite-plugin-svgr": "^4.3.0",
"webext-bridge": "^6.0.1",
"wxt": "^0.20.6"
},
"lint-staged": {
"*.{js,jsx,ts,tsx}": "eslint --fix --cache"
},
"engines": {
"node": ">=20.0.0"
}
}