-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
116 lines (116 loc) · 4.43 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
107
108
109
110
111
112
113
114
115
116
{
"name": "abax-web-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "concurrently -n NEXT,TS -c magenta,cyan \"next dev -p 1234\" \"yarn ts --watch\"",
"dev:ts": "yarn dev & yarn ts:watch",
"ts": "tsc --noEmit --incremental --preserveWatchOutput --pretty",
"ts:watch": "yarn ts --watch",
"build": "next build",
"export": "next export",
"serve:static": "npx serve out",
"start": "next start",
"lint": "yarn lint:format && yarn lint:fix",
"lint:fix": "eslint . --ext .js,.ts,tsx --fix",
"prepare": "husky install",
"localNode": "../abacus-protocol/substrate-contracts-node",
"localDeployment": "cd ../abacus-protocol && yarn deployTest shouldUseMockTimestamp=false && cp ../abacus-protocol/deployedContracts.json .",
"copyArtifacts": "rm -r typechain && rm -r artifacts && cp -r ../abacus-protocol/artifacts . && cp -r ../abacus-protocol/typechain . && git restore typechain/shared/utils.ts",
"fundReserves": "cd ../abacus-protocol && npx ts-node -T ./scripts/fundReserves.ts 1000",
"fundWallet": "cd ../abacus-protocol && npx ts-node -T ./scripts/fundWallet.ts ${0} 5000",
"localSetup": "yarn localDeployment && yarn copyArtifacts && yarn fundReserves && yarn fundWallet ${0}",
"konradSetup": "yarn localDeployment && yarn copyArtifacts && yarn fundReserves && yarn fundWallet 5CCy9aNbXgg9nFukyJrx9URudmvJzpFdW8opZyXrdmxyCoxt"
},
"dependencies": {
"@azns/resolver-core": "^1.6.0",
"@azns/resolver-react": "^1.6.0",
"@c-forge/polkahat-chai-matchers": "^0.0.75",
"@c-forge/polkahat-network-helpers": "^0.0.75",
"@headlessui/react": "^1.7.17",
"@nightlylabs/wallet-selector-polkadot": "^0.1.4",
"@polkadot/api": "^10.12.4",
"@polkadot/api-augment": "^10.12.4",
"@polkadot/api-contract": "^10.12.4",
"@polkadot/extension-dapp": "^0.46.5",
"@polkadot/keyring": "^12.6.2",
"@polkadot/react-identicon": "^3.6.3",
"@polkadot/types": "^10.12.4",
"@polkadot/ui-keyring": "^3.6.3",
"@polkadot/util": "^12.6.2",
"@polkadot/util-crypto": "^12.5.1",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@scio-labs/use-inkathon": "^0.4.3",
"@total-typescript/ts-reset": "^0.5.1",
"@types/bn.js": "^5.1.5",
"@types/chroma-js": "^2.4.1",
"@types/node": "18.18.1",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.8",
"@vercel/analytics": "^1.0.2",
"bn.js": "^5.2.1",
"chart.js": "^4.4.0",
"chroma-js": "^2.4.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"eslint": "8.50.0",
"eslint-config-next": "13.5.3",
"framer-motion": "^10.16.4",
"fuse.js": "^6.6.2",
"lodash": "^4.17.21",
"lucide-react": "^0.276.0",
"mobile-detect": "^1.4.5",
"next": "13.5.3",
"prettier-plugin-tailwindcss": "^0.5.4",
"ramda": "^0.29.0",
"react": "18.2.0",
"react-chartjs-2": "^5.2.0",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "18.2.0",
"react-icons": "^4.11.0",
"react-number-format": "^4.9.4",
"react-popper-tooltip": "^4.4.2",
"react-spinners": "^0.13.8",
"react-toastify": "^9.1.3",
"tailwind-merge": "^1.14.0",
"tailwindcss-animate": "^1.0.7",
"ts-results-es": "^3.6.1",
"typescript": "^5.2.2",
"useink": "^1.14.1",
"wookashwackomytest-contract-helpers": "0.0.102",
"wookashwackomytest-typechain-types": "^0.0.43",
"wookashwackomytest-utils": "0.0.102",
"zustand": "^4.4.1"
},
"devDependencies": {
"@types/lodash": "^4.14.199",
"@types/ramda": "^0.29.5",
"@types/react-copy-to-clipboard": "^5.0.5",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"autoprefixer": "^10.4.16",
"concurrently": "^8.2.1",
"eslint-config-prettier": "^8.10.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-prettier": "5.0.0",
"eslint-plugin-promise": "^6.1.1",
"husky": "^8.0.3",
"lint-staged": "^13.3.0",
"postcss": "^8.4.31",
"prettier": "^3.0.3",
"tailwindcss": "^3.3.3"
},
"packageManager": "[email protected]",
"resolutions": {
"@polkadot/api": "^10.9.1",
"@polkadot/api-contract": "^10.9.1",
"@polkadot/extension-dapp": "^0.46.5",
"@polkadot/keyring": "^12.5.1",
"@polkadot/react-identicon": "^3.6.3",
"@polkadot/ui-keyring": "^3.6.3",
"@polkadot/util": "^12.5.1",
"@polkadot/util-crypto": "^12.5.1"
}
}