-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
129 lines (129 loc) · 4.18 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
117
118
119
120
121
122
123
124
125
126
127
128
129
{
"name": "pendulum-chain-portal",
"private": true,
"version": "1.5.4",
"type": "module",
"packageManager": "[email protected]",
"scripts": {
"dev": "vite",
"build": "tsc && vite build && yarn generate-netlify-redirects",
"generate-netlify-redirects": "echo '/* /index.html 200' > dist/_redirects",
"preview": "vite preview",
"lint": "eslint . --ext .ts,.tsx",
"lint:fix": "eslint . --ext .ts,.tsx --fix",
"lint:ts": "tsc --noEmit",
"test": "jest",
"test:watch": "jest --watchAll=true",
"test:coverage": "jest --coverage",
"codegen": "graphql-codegen --config codegen.ts",
"format": "prettier . --write",
"verify": "yarn lint && yarn lint:ts && yarn test",
"postinstall": "husky install"
},
"dependencies": {
"@chainsafe/metamask-polkadot-adapter": "^0.8.1",
"@chainsafe/metamask-polkadot-types": "^0.9.1",
"@heroicons/react": "^2.1.5",
"@hookform/resolvers": "^2.9.11",
"@netlify/functions": "^2.8.2",
"@pendulum-chain/api": "^1.1.1",
"@pendulum-chain/api-solang": "^0.7.0",
"@polkadot/api": "^13.2.1",
"@polkadot/api-base": "^13.2.1",
"@polkadot/api-contract": "^13.2.1",
"@polkadot/api-derive": "^13.2.1",
"@polkadot/extension-dapp": "^0.54.1",
"@polkadot/keyring": "^13.1.1",
"@polkadot/rpc-augment": "^13.2.1",
"@polkadot/rpc-core": "^13.2.1",
"@polkadot/rpc-provider": "^13.2.1",
"@polkadot/types": "^13.2.1",
"@polkadot/util": "^13.1.1",
"@polkadot/util-crypto": "^13.1.1",
"@stellar/stellar-sdk": "^12.3.0",
"@talismn/connect-components": "^1.1.7",
"@talismn/connect-ui": "^1.1.2",
"@talismn/connect-wallets": "^1.2.3",
"@tanstack/query-sync-storage-persister": "~4.32.6",
"@tanstack/react-query": "~4.32.6",
"@tanstack/react-query-devtools": "~4.32.6",
"@tanstack/react-table": "^8.11.2",
"@testing-library/react": "^16.0.1",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.3",
"@walletconnect/modal": "^2.6.2",
"@walletconnect/universal-provider": "^2.11.1",
"big.js": "^6.2.1",
"bs58": "^5.0.0",
"framer-motion": "^11.11.9",
"graphql": "~16.9.0",
"graphql-request": "~6.1.0",
"lodash": "^4.17.21",
"luxon": "^3.5.0",
"match-sorter": "^6.3.1",
"qrcode.react": "^3.1.0",
"react": "^18.3.1",
"react-daisyui": "^5.0.5",
"react-device-detect": "^2.2.3",
"react-dom": "^18.3.1",
"react-hook-form": "^7.53.0",
"react-lottie": "^1.2.4",
"react-router-dom": "^6.27.0",
"react-toastify": "^9.1.3",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"yup": "^1.4.0"
},
"devDependencies": {
"@graphql-codegen/cli": "^5.0.2",
"@graphql-codegen/client-preset": "^4.2.6",
"@pendulum-chain/types": "^1.1.1",
"@polkadot/types-augment": "^13.2.1",
"@polkadot/types-codec": "^13.2.1",
"@polkadot/types-create": "^13.2.1",
"@polkadot/types-known": "^13.2.1",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.1.6",
"@testing-library/user-event": "^14.5.2",
"@types/big.js": "^6.2.2",
"@types/jest": "^29.5.11",
"@types/lodash": "^4.17.10",
"@types/luxon": "^3.3.7",
"@types/node": "^18.19.4",
"@types/react": "^18.2.46",
"@types/react-lottie": "^1",
"@types/testing-library__jest-dom": "^6.0.0",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"autoprefixer": "^10.4.20",
"daisyui": "^4.12.13",
"eslint": "^8.56.0",
"eslint-plugin-jest": "^27.6.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^5.0.0",
"husky": ">=6",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"lint-staged": ">=10",
"postcss": "^8.4.47",
"postcss-import": "^16.1.0",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.8",
"react-error-overlay": "6.0.9",
"tailwindcss": "^3.4.14",
"typescript": "^5.6.3",
"vite": "^5.4.9"
},
"engines": {
"npm": "please-use-yarn",
"yarn": ">=4.0.0"
},
"resolutions": {
"@polkadot/api": "^13.2.1",
"@polkadot/util": "^13.2.1"
},
"lint-staged": {
"*.{ts,tsx}": "eslint --cache --fix",
"*.--write": "prettier --write"
}
}