-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
54 lines (54 loc) · 1.45 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
{
"name": "cms",
"version": "0.0.0",
"private": true,
"engines": {
"node": ">=20.0.0 <21.0.0"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"proxy": "netlify-cms-proxy-server",
"lint": "next lint",
"lint:fix": "next lint --fix",
"format": "prettier -c .",
"format:fix": "yarn format -w",
"types": "tsc --noEmit"
},
"dependencies": {
"@lidofinance/api-logger": "^0.20.0",
"@lidofinance/api-metrics": "^0.20.0",
"@lidofinance/next-api-wrapper": "^0.20.0",
"@lidofinance/next-cache-files-middleware": "^0.18.0",
"@lidofinance/next-ip-rate-limit": "^0.20.0",
"@lidofinance/next-pages": "^0.20.0",
"@lidofinance/rpc": "^0.20.0",
"@next/font": "13.1.1",
"@types/node": "^20.0.0",
"@types/react": "18.0.26",
"@types/react-dom": "18.0.10",
"@types/styled-components": "^5.1.26",
"@uppy/react": "^3.1.2",
"eslint": "8.31.0",
"eslint-config-next": "13.1.1",
"js-yaml": "^4.1.0",
"nanoid": "^4.0.0",
"netlify-cms-app": "^2.15.72",
"next": "13.1.1",
"octokit": "^2.0.14",
"prom-client": "^14.2.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"styled-components": "^6.0.0-rc.1",
"typescript": "4.9.4",
"uppy": "^3.9.1",
"uuid": "^9.0.0"
},
"devDependencies": {
"@types/js-yaml": "^4.0.5",
"@types/uuid": "^9.0.1",
"netlify-cms-proxy-server": "^1.3.24",
"prettier": "^2.8.2"
}
}