-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
106 lines (106 loc) · 3.01 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
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
{
"name": "@bonfida/sns-widget",
"version": "1.0.1",
"description": "SNS Widget for 3rd-party apps for quick domain search and register",
"repository": {
"type": "git",
"url": "git+https://github.com/Bonfida/sns-widget.git"
},
"publishConfig": {
"access": "public"
},
"files": [
"dist",
"tailwind.config.js"
],
"type": "module",
"main": "dist/sns-widget.mjs",
"module": "dist/sns-widget.mjs",
"types": "./dist/index.d.ts",
"exports": {
"./style.css": "./dist/style.css",
".": {
"import": "./dist/sns-widget.mjs",
"require": "./dist/sns-widget.umd.js",
"types": "./dist/index.d.ts"
}
},
"bugs": {
"url": "https://github.com/Bonfida/sns-widget/issues"
},
"scripts": {
"dev": "vite",
"build": "tsc && vite build --mode lib",
"build:preview": "tsc && vite build --mode preview",
"deploy:preview": "node ./publish.github-pages.js",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"analyse": "vite-bundle-visualizer"
},
"peerDependencies": {
"@pythnetwork/client": "^2.19.0",
"@solana/wallet-adapter-react": "^0.15",
"@solana/wallet-adapter-react-ui": "^0.9",
"@solana/wallet-adapter-wallets": "^0.19.23",
"@solana/web3.js": "^1.87.6",
"react": "^18",
"react-dom": "^18",
"@tanstack/react-query": "^5"
},
"devDependencies": {
"@bonfida/prettier-config": "^1.1.0",
"@foxwallet/wallet-adapter-foxwallet": "^0.1.1",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-terser": "^0.4.4",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^6.13.2",
"@typescript-eslint/parser": "^6.13.2",
"@vitejs/plugin-react": "^4.3.1",
"autoprefixer": "^10.4.20",
"eslint": "^8.55.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.9",
"gh-pages": "^6.1.1",
"postcss": "^8.4.41",
"prettier": "3.3.3",
"rollup-plugin-banner2": "^1.3.0",
"tailwind-merge": "^2.5.2",
"tailwindcss": "^3.4.9",
"typescript": "^5.5.4",
"vite": "^5.4.0",
"vite-bundle-visualizer": "^0.11.0",
"vite-plugin-dts": "^4.0.2",
"vite-plugin-node-polyfills": "^0.22.0"
},
"dependencies": {
"@bonfida/emojis": "^1.0.4",
"@bonfida/sns-react": "^3.1.2",
"@bonfida/spl-name-service": "3.0.6",
"@pythnetwork/client": "^2.19.0",
"@solana/wallet-adapter-react": "^0.15",
"@solana/wallet-adapter-react-ui": "^0.9",
"@solana/wallet-adapter-wallets": "^0.19.23",
"@solana/web3.js": "^1.87.6",
"@tanstack/react-query": "^5.51.23",
"ahooks": "^3.8.1",
"react-async-hook": "^4.0.0"
},
"volta": {
"node": "20.9.0"
},
"author": "letehaha",
"license": "MIT",
"keywords": [
"sns",
"solana-name-service",
"domain-purchase",
"domain-registration",
"bonfida",
"solana",
"web3",
"web3-domains",
"widget"
],
"prettier": "@bonfida/prettier-config"
}