forked from dialectlabs/blinks-chrome-extension
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.18 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
{
"name": "blink-twitter-inject",
"displayName": "Dialect Blinks",
"version": "0.5.2",
"author": "dialect",
"description": "Enable Solana Blinks on Twitter, with wallet support for Phantom, Backpack and Solflare.",
"type": "module",
"license": "MIT",
"keywords": [
"chrome-extension",
"react",
"vite",
"create-chrome-ext"
],
"engines": {
"node": ">=14.18.0"
},
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"fmt": "prettier --write '**/*.{tsx,ts,json,css,scss,md}'",
"zip": "npm run build && node src/zip.js"
},
"dependencies": {
"@dialectlabs/blinks": "^0.14.1",
"@solana/web3.js": "^1.95.3",
"bs58": "^6.0.0",
"buffer": "^6.0.3",
"posthog-js": "^1.164.2",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@crxjs/vite-plugin": "2.0.0-beta.26",
"@types/chrome": "^0.0.271",
"@types/react": "^18.3.8",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"tailwindcss": "^3.4.13",
"typescript": "^5.6.2",
"vite": "^5.4.7"
}
}