-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
53 lines (53 loc) · 1.52 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
{
"name": "explorer-front",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
"lint:fix": "eslint . --ext .js,.jsx,.ts,.tsx --fix",
"format": "prettier --write ."
},
"dependencies": {
"@canvasjs/charts": "^3.12.1",
"@rsksmart/rns-resolver.js": "^1.1.0",
"@rsksmart/rsk-utils": "^2.0.5",
"@types/highlightjs": "^9.12.6",
"axios": "^1.7.9",
"bignumber.js": "^9.1.2",
"chart.js": "^4.4.7",
"date-fns": "^4.1.0",
"date-fns-tz": "^3.2.0",
"highlight.js": "^11.11.1",
"highlightjs-solidity": "^2.0.6",
"lightweight-charts": "^4.2.2",
"next": "^15.1.7",
"prismjs": "^1.29.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"use-debounce": "^10.0.4"
},
"devDependencies": {
"@types/highlight.js": "^10.1.0",
"@types/node": "^20",
"@types/prismjs": "^1.26.5",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"@typescript-eslint/eslint-plugin": "^8.24.0",
"@typescript-eslint/parser": "^8.24.0",
"eslint": "^9.20.0",
"eslint-config-next": "^15.1.7",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-prettier": "^5.2.3",
"eslint-plugin-react": "^7.37.4",
"eslint-plugin-react-hooks": "^5.1.0",
"postcss": "^8.5.2",
"prettier": "^3.5.0",
"tailwindcss": "^3.4.1",
"typescript": "^5.7.3"
}
}