-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
93 lines (93 loc) · 2.77 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
{
"name": "nextjs-ts-reduxtookit-tailwindcss",
"version": "0.0.1",
"description": "Simple starter template",
"author": "henryliu",
"license": "GPL3",
"scripts": {
"dev": "next --port 3002",
"build": "next build",
"start": "next start",
"type-check": "tsc",
"test": "jest",
"format": "prettier --write 'src/**/*ts'",
"lint": "next lint"
},
"dependencies": {
"@headlessui/react": "^1.4.1",
"@heroicons/react": "^1.0.4",
"@polkadot/api": "^9.6.1",
"@polkadot/extension-dapp": "^0.42.10",
"@polkadot/keyring": "^10.1.11",
"@polkadot/types": "^9.6.1",
"@polkadot/util": "^10.1.11",
"@polkadot/util-crypto": "^10.1.11",
"axios": "^0.27.2",
"bignumber.js": "^9.1.0",
"bn.js": "^5.2.1",
"jotai": "^1.6.1",
"json-bigint": "^1.0.0",
"next": "latest",
"next-i18next": "^10.2.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"recharts": "^2.1.12"
},
"devDependencies": {
"@tailwindcss/aspect-ratio": "^0.4.0",
"@tailwindcss/forms": "^0.5.2",
"@tailwindcss/line-clamp": "^0.4.2",
"@tailwindcss/typography": "^0.5.2",
"@testing-library/jest-dom": "^5.0.0",
"@testing-library/react": "^12.1.0",
"@testing-library/user-event": "^13.0.0",
"@types/jest": "^27.0.1",
"@types/node": "^16.9.1",
"@types/react": "^17.0.21",
"@types/react-dom": "^17.0.9",
"autoprefixer": "^10.4.10",
"eslint": "^7.32.0",
"eslint-config-next": "11.1.2",
"jest": "^27.2.0",
"jest-css-modules-transform": "^4.2.0",
"postcss": "^8.4.16",
"prettier": "^2.4.1",
"tailwind-scrollbar": "^2.0.1",
"tailwindcss": "^3.1.8",
"ts-jest": "^27.0.5",
"ts-node": "^10.2.1",
"typescript": "^4.8.4"
},
"peerDependencies": {
"@polkadot/api": "^9.6.1",
"@polkadot/wasm-crypto": "^6.3.1",
"rxjs": "^7.5.5"
},
"resolutions": {
"@polkadot/api": "^9.6.1",
"@polkadot/api-augment": "^9.6.1",
"@polkadot/api-base": "^9.6.1",
"@polkadot/api-contract": "^9.6.1",
"@polkadot/api-derive": "^9.6.1",
"@polkadot/hw-ledger": "^10.1.11",
"@polkadot/keyring": "^10.1.11",
"@polkadot/networks": "^10.1.11",
"@polkadot/phishing": "^0.18.10",
"@polkadot/rpc-augment": "^9.6.1",
"@polkadot/rpc-core": "^9.6.1",
"@polkadot/rpc-provider": "^9.6.1",
"@polkadot/types": "^9.6.1",
"@polkadot/types-augment": "^9.6.1",
"@polkadot/types-codec": "^9.6.1",
"@polkadot/types-create": "^9.6.1",
"@polkadot/types-known": "^9.6.1",
"@polkadot/types-support": "^9.6.1",
"@polkadot/util": "^10.1.11",
"@polkadot/util-crypto": "^10.1.11",
"@polkadot/wasm-crypto": "^6.3.1",
"babel-core": "^7.0.0-bridge.0",
"styled-components": "^5.3.1",
"typescript": "^4.8.4"
},
"packageManager": "[email protected]"
}