-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
129 lines (129 loc) · 4.2 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": "lido-staking-widget",
"version": "1.60.1",
"private": true,
"type": "module",
"license": "GPL-3.0-or-later",
"scripts": {
"dev": "NODE_ENV=development node server.mjs",
"dev:ipfs": "IPFS_MODE=true next dev",
"build": "NODE_OPTIONS='--no-warnings=ExperimentalWarning' next build",
"build:analyze": "ANALYZE_BUNDLE=true yarn build",
"build:ipfs": "IPFS_MODE=true yarn build && IPFS_MODE=true next export",
"start": "NODE_ENV=production COLLECT_METRICS=true RUN_STARTUP_CHECKS=true RUN_SECRET_ENV_LOGGING=true node -r next-logger --no-warnings=ExperimentalWarning server.mjs",
"lint": "eslint --ext ts,tsx,js,mjs .",
"lint:fix": "yarn lint --fix",
"types": "tsc --noEmit",
"postinstall": "husky install",
"test": "yarn test:e2e",
"test:unit": "jest",
"test:e2e": "playwright test"
},
"dependencies": {
"@lidofinance/analytics-matomo": "^0.50.0",
"@lidofinance/api-metrics": "^0.48.0",
"@lidofinance/api-rpc": "^0.48.0",
"@lidofinance/eth-api-providers": "^0.48.0",
"@lidofinance/eth-providers": "^0.48.0",
"@lidofinance/lido-ethereum-sdk": "4.3.0-alpha.2",
"@lidofinance/lido-ui": "^3.26.0",
"@lidofinance/next-api-wrapper": "^0.48.0",
"@lidofinance/next-ip-rate-limit": "^0.48.0",
"@lidofinance/next-pages": "^0.48.0",
"@lidofinance/rpc": "^0.48.0",
"@lidofinance/satanizer": "^0.48.0",
"@tanstack/react-query": "^5.51.21",
"copy-to-clipboard": "^3.3.1",
"cors": "^2.8.5",
"date-fns": "2.29.2",
"fs-extra": "^10.1.0",
"js-cookie": "^3.0.1",
"lodash": "^4.17.21",
"memory-cache": "^0.2.0",
"ms": "^2.1.3",
"next": "^12.3.4",
"next-logger": "^3.0.2",
"next-secure-headers": "^2.2.0",
"nprogress": "^0.2.0",
"prom-client": "^14.0.1",
"raw-loader": "^4.0.2",
"react": "^18.2.0",
"react-device-detect": "^1.17.0",
"react-dom": "^18.2.0",
"react-error-boundary": "^4.0.13",
"react-hook-form": "^7.45.2",
"react-is": "^18.2.0",
"react-transition-group": "^4.4.2",
"reef-knot": "7.2.0",
"styled-components": "^5.3.5",
"tiny-async-pool": "^1.2.0",
"tiny-invariant": "^1.1.0",
"uuid": "^8.3.2",
"viem": "2.22.23",
"wagmi": "2.14.11"
},
"devDependencies": {
"@commitlint/cli": "^17.4.4",
"@commitlint/config-conventional": "^17.4.4",
"@commitlint/prompt": "^17.4.4",
"@lidofinance/eslint-config": "^0.34.0",
"@next/bundle-analyzer": "^13.2.4",
"@next/eslint-plugin-next": "^13.4.13",
"@playwright/test": "^1.49.1",
"@svgr/webpack": "^8.0.1",
"@types/jest": "28.1.6",
"@types/js-cookie": "^3.0.0",
"@types/lodash": "^4.14.186",
"@types/memory-cache": "0.2.2",
"@types/ms": "^0.7.31",
"@types/node": "^18.6.1",
"@types/nprogress": "^0.2.0",
"@types/react": "^18.2.22",
"@types/react-transition-group": "^4.4.3",
"@types/styled-components": "^5.1.23",
"@types/styled-system": "^5.1.17",
"@types/uuid": "^8.3.2",
"@types/winston": "^2.4.4",
"@typescript-eslint/eslint-plugin": "^6.2.1",
"@typescript-eslint/parser": "^6.2.1",
"eslint": "^8.46.0",
"eslint-config-prettier": "^9.0.0",
"eslint-import-resolver-typescript": "^3.5.5",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.28.0",
"eslint-plugin-jest": "^27.2.3",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.33.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-sonarjs": "^0.20.0",
"eslint-plugin-unicorn": "^48.0.1",
"husky": "^7.0.1",
"jest": "^29.5.0",
"jsonschema": "^1.4.1",
"lint-staged": "^13.2.3",
"playwright": "^1.49.1",
"prettier": "^3.0.1",
"ts-jest": "^29.1.0",
"typescript": "5.4.5",
"url-loader": "^4.1.1",
"webpack-preprocessor-loader": "^1.3.0"
},
"resolutions": {
"postcss": "^8.4.31",
"crypto-js": "^4.2.0",
"wrap-ansi": "7.0.0"
},
"lint-staged": {
"./**/*.{ts,tsx}": [
"eslint --ignore-path .gitignore --max-warnings=0"
],
"./**/*.{ts,tsx,css,md,json}": [
"prettier --write"
]
},
"browserslist": [
"> 1%, last 2 versions, not dead",
"last 1 ios_saf major versions"
]
}