-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.83 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
{
"name": "ocean-node-dashboard",
"author": "Ocean Protocol Foundation",
"license": "Apache-2.0",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "NODE_ENV=production next build",
"start": "next start",
"lint": "eslint --ignore-path .gitignore --ext .ts,.tsx .",
"lint:fix": "eslint --ignore-path .gitignore --ext .ts,.tsx . --fix"
},
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.16.7",
"@mui/material": "^5.16.7",
"@mui/x-data-grid": "^7.13.0",
"@mui/x-date-pickers": "^7.2.0",
"@rainbow-me/rainbowkit": "^2.0.2",
"@tanstack/react-query": "^5.28.4",
"axios": "^1.7.4",
"classnames": "^2.5.0",
"dayjs": "^1.11.10",
"ethers": "^6.10.0",
"express": "^4.18.2",
"jparticles": "^3.5.0",
"leaflet": "^1.9.4",
"micromodal": "^0.4.10",
"next": "^14.1.1",
"react": "^18",
"react-data-table-component": "^7.5.4",
"react-dom": "^18",
"react-leaflet": "^4.2.1",
"react-paginate": "^8.2.0",
"react-query": "^3.39.3",
"recharts": "^2.13.0",
"styled-components": "^6.1.1",
"three": "^0.169.0",
"vanta": "^0.5.24",
"viem": "^2.8.14",
"wagmi": "^2.5.11"
},
"devDependencies": {
"@types/leaflet": "^1.9.12",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react-leaflet": "^3.0.0",
"@types/three": "^0.169.0",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"eslint": "^8.57.0",
"eslint-config-next": "14.0.4",
"eslint-config-oceanprotocol": "^2.0.4",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-promise": "^6.6.0",
"prettier": "^3.3.3",
"typescript": "^5"
}
}