forked from lidofinance/stsol-unstake-widget
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
71 lines (71 loc) · 2.11 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
{
"name": "stsol-unstake-widget",
"version": "0.0.0",
"scripts": {
"dev": "vite --force",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint . --ext .ts,.tsx",
"lint:fix": "yarn lint --fix",
"prepare": "husky install"
},
"dependencies": {
"@ledgerhq/hw-transport": "^6.28.5",
"@ledgerhq/hw-transport-webhid": "^6.27.16",
"@lidofinance/lido-ui": "^3.7.2",
"@lidofinance/solido-sdk": "0.12.0",
"@solana-mobile/wallet-adapter-mobile": "^2.0.1",
"@solana/buffer-layout": "4.0.0",
"@solana/spl-token": "0.2.0",
"@solana/wallet-adapter-base": "^0.9.22",
"@solana/wallet-adapter-react": "^0.15.33",
"@solana/wallet-adapter-wallets": "^0.19.19",
"@solana/web3.js": "1.58.0",
"bn.js": "^5.2.0",
"formik": "^2.2.6",
"react": "^17.0.2",
"react-collapsible": "^2.8.3",
"react-copy-to-clipboard": "^5.0.3",
"react-device-detect": "^1.17.0",
"react-dom": "^17.0.2",
"react-is": "^17.0.2",
"react-jazzicon": "^0.1.3",
"react-toastify": "^7.0.3",
"styled-components": "^5.0.0",
"swr": "^0.4.2",
"typescript": "4.6",
"ua-parser-js": "1.0.33",
"use-interval": "^1.4.0",
"yup": "^0.32.9"
},
"devDependencies": {
"@commitlint/cli": "^17.3.0",
"@commitlint/config-conventional": "^17.3.0",
"@types/node": "^17.0.23",
"@types/react": "^17.0.43",
"@types/react-dom": "^17.0.2",
"@types/styled-components": "^5.1.24",
"@typescript-eslint/eslint-plugin": "^5.27.1",
"@typescript-eslint/parser": "^5.27.1",
"@vitejs/plugin-react": "^4.1.1",
"eslint": "^8.17.0",
"eslint-config-prettier": "^8.5.0",
"eslint-import-resolver-typescript": "^2.7.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react-hooks": "^4.5.0",
"husky": "^8.0.2",
"lint-staged": "^13.1.0",
"prettier": "^2.6.2",
"vite": "^4.5.0",
"vite-plugin-node-polyfills": "^0.19.0",
"vite-plugin-svgr": "^4.1.0",
"vite-tsconfig-paths": "^4.2.1"
},
"license": "MIT",
"lint-staged": {
"*.{js,jsx,ts,tsx}": "eslint --fix"
},
"volta": {
"node": "18.19.0"
}
}