-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
79 lines (79 loc) · 2.34 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
{
"name": "vite-template-solid",
"version": "0.0.0",
"type": "module",
"description": "",
"scripts": {
"start": "vite",
"dev": "vite dev",
"build:app": "vite build",
"serve": "vite preview",
"build:extension": "yarn --cwd extension/ build",
"build": "yarn build:app && yarn build:extension"
},
"license": "MIT",
"xo": {
"prettier": true
},
"devDependencies": {
"@types/md5": "^2.3.2",
"@types/qrcode": "^1.5.2",
"@types/three": "^0.156.0",
"@typescript-eslint/eslint-plugin": ">=5.57.0",
"@typescript-eslint/parser": ">=5.57.0",
"autoprefixer": "^10.4.14",
"eslint": ">=8.0.0",
"eslint-config-xo": "^0.43.1",
"eslint-config-xo-typescript": "^0.57.0",
"eslint-plugin-only-warn": "^1.1.0",
"eslint-plugin-solid": "^0.12.1",
"postcss": "^8.4.23",
"rollup-plugin-node-polyfills": "^0.2.1",
"tailwindcss": "^3.3.2",
"vite": "^4.5.2",
"vite-plugin-solid": "^2.5.0",
"webpack": "^5.88.2"
},
"dependencies": {
"@hope-ui/solid": "^0.6.7",
"@invarch/saturn-sdk": "1.0.14",
"@kiltprotocol/sdk-js": "^0.33.0",
"@polkadot-onboard/core": "^1.1.0",
"@polkadot-onboard/injected-wallets": "1.1.0",
"@polkadot-onboard/wallet-connect": "1.1.0",
"@polkadot/api": "10.11.2",
"@polkadot/keyring": "^12.6.2",
"@polkadot/types": "10.11.2",
"@polkadot/util": "12.6.2",
"@polkadot/util-crypto": "12.6.2",
"@solid-primitives/storage": "^1.3.11",
"@solidjs/router": "^0.8.2",
"@stitches/core": "^1.2.8",
"@substrate/asset-transfer-api": "^0.2.0-beta.2",
"@walletconnect/core": "2.11.2",
"@walletconnect/web3wallet": "1.10.2",
"bignumber.js": "^9.1.1",
"colorjs.io": "^0.4.5",
"flowbite": "^2.3.0",
"md5": "^2.3.0",
"qrcode": "^1.5.3",
"solid-forms": "^0.4.8",
"solid-icons": "^1.0.4",
"solid-js": "^1.8.15",
"solid-transition-group": "^0.0.10",
"three": "^0.157.0",
"yaml": "^2.3.0"
},
"resolutions": {
"@polkadot/types": "10.11.2",
"@polkadot/api": "10.11.2",
"@polkadot/rpc-augment": "10.11.2",
"@polkadot/rpc-provider": "10.11.2",
"@polkadot/rpc-core": "10.11.2",
"@polkadot/types-known": "10.11.2",
"@polkadot/types-create": "10.11.2",
"@polkadot/types-codec": "10.11.2",
"@polkadot/api-derive": "10.11.2",
"@invarch/saturn-sdk": "1.0.11"
}
}