-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
75 lines (73 loc) · 2.06 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
{
"name": "polconnect",
"version": "0.1.5",
"description": "Polconnect - Your Seamless Polkadot Wallet Connector",
"homepage": "polconnect.kabugu.xyz/",
"repository": {
"url": "https://github.com/abdul-kabugu/polconnect"
},
"bugs": {
"url": "https://github.com/abdul-kabugu/polconnect/issues"
},
"main": "lib/index.js",
"module": "lib/index.esm.js",
"types": "lib/index.d.ts",
"files": [
"lib",
"README.md"
],
"author": "abdul-kabugu",
"license": "MIT",
"peerDependencies": {
"@polkadot/api": "^10.9.1",
"@polkadot/extension-dapp": "^0.46.5",
"@polkadot/types": "^10.9.1",
"@polkadot/util": "^12.5.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwindcss": "^3.3.3",
"@polkadot/react-identicon": "^3.6.3"
},
"resolutions": {
"jackspeak": "2.1.1"
},
"devDependencies": {
"@polkadot/api": "^10.9.1",
"@polkadot/extension-dapp": "^0.46.5",
"@polkadot/types": "^10.9.1",
"@polkadot/util": "^12.5.1",
"@rollup/plugin-commonjs": "^25.0.4",
"@rollup/plugin-node-resolve": "^15.2.1",
"@rollup/plugin-typescript": "^11.1.3",
"@storybook/addon-essentials": "7.4.2",
"@storybook/addon-interactions": "7.4.2",
"@storybook/addon-links": "7.4.2",
"@storybook/addon-onboarding": "1.0.8",
"@storybook/addon-styling": "^1.3.7",
"@storybook/blocks": "7.4.2",
"@storybook/react": "7.4.2",
"@storybook/react-webpack5": "7.4.2",
"@storybook/testing-library": "0.2.1",
"@types/react": "^18.2.21",
"autoprefixer": "^10.4.15",
"postcss": "^8.4.29",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rollup": "^3.29.2",
"rollup-plugin-dts": "^6.0.2",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.2",
"storybook": "7.4.2",
"tailwindcss": "^3.3.3",
"typescript": "^5.2.2"
},
"scripts": {
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"build": "rollup -c"
},
"dependencies": {
"string-width": "^6.1.0",
"@polkadot/react-identicon": "^3.6.3"
}
}