-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
113 lines (113 loc) · 3.86 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
{
"name": "Rooch Scan",
"author": "Jason Chan",
"version": "0.1.0",
"description": "Rooch Scan",
"private": true,
"scripts": {
"dev": "next dev -p 8084",
"start": "next start -p 8083",
"build": "next build",
"lint": "eslint \"src/**/*.{js,jsx,ts,tsx}\"",
"lint:fix": "eslint --fix \"src/**/*.{js,jsx,ts,tsx}\"",
"fm:check": "prettier --check \"src/**/*.{js,jsx,ts,tsx}\"",
"fm:fix": "prettier --write \"src/**/*.{js,jsx,ts,tsx}\"",
"rm:all": "rm -rf node_modules .next out dist build",
"re:start": "pnpm run rm:all && pnpm install && pnpm dev",
"re:build": "pnpm run rm:all && pnpm install && pnpm build",
"re:build-npm": "npm run rm:all && npm install && npm run build",
"dev:ts": "pnpm dev & pnpm run ts:watch",
"ts": "tsc --noEmit --incremental",
"ts:watch": "pnpm run ts --watch",
"start:out": "npx serve@latest out -p 8083"
},
"dependencies": {
"@ant-design/icons": "^5.5.2",
"@emotion/cache": "^11.11.0",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@fontsource-variable/plus-jakarta-sans": "^5.0.21",
"@fontsource-variable/raleway": "^5.0.20",
"@fontsource-variable/red-hat-mono": "^5.0.19",
"@fontsource/barlow": "^5.0.13",
"@fontsource/dm-sans": "^5.0.21",
"@fontsource/inter": "^5.0.18",
"@fontsource/nunito-sans": "^5.0.13",
"@fontsource/public-sans": "^5.0.18",
"@hookform/resolvers": "^3.6.0",
"@iconify/react": "^5.0.1",
"@mui/icons-material": "^6.1.6",
"@mui/lab": "^5.0.0-alpha.170",
"@mui/material": "^5.15.20",
"@mui/material-nextjs": "^5.15.11",
"@mui/system": "^6.1.6",
"@mui/x-data-grid": "^7.7.0",
"@mui/x-date-pickers": "^7.7.0",
"@mui/x-tree-view": "^7.7.0",
"@mysten/bcs": "^1.2.0",
"@roochnetwork/rooch-sdk": "0.2.7",
"@roochnetwork/rooch-sdk-kit": "0.2.7",
"@tanstack/react-query": "^5.51.11",
"@types/react-copy-to-clipboard": "^5.0.7",
"@types/react-syntax-highlighter": "^15.5.13",
"antd": "^5.22.2",
"autoprefixer": "^10.4.19",
"autosuggest-highlight": "^3.3.4",
"axios": "^1.7.7",
"bignumber.js": "^9.1.2",
"copy-to-clipboard": "^3.3.3",
"dayjs": "^1.11.11",
"dompurify": "^3.1.6",
"framer-motion": "^11.2.10",
"lodash": "^4.17.21",
"next": "^14.2.4",
"nprogress": "^0.2.0",
"numeral": "^2.0.6",
"postcss": "^8.4.39",
"react": "^18.3.1",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "^18.3.1",
"react-hook-form": "^7.51.5",
"react-icons": "^5.3.0",
"react-syntax-highlighter": "^15.5.0",
"react-use": "^17.5.1",
"simplebar-react": "^3.2.5",
"sonner": "^1.5.0",
"stylis": "^4.3.2",
"stylis-plugin-rtl": "^2.1.1",
"swr": "^2.2.5",
"tailwindcss": "^3.4.6",
"zod": "^3.23.8",
"zustand": "^5.0.1"
},
"devDependencies": {
"@svgr/webpack": "^8.1.0",
"@types/autosuggest-highlight": "^3.2.3",
"@types/dompurify": "^3.0.5",
"@types/lodash": "^4.17.13",
"@types/node": "^20.14.2",
"@types/nprogress": "^0.2.3",
"@types/numeral": "^2.0.5",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/stylis": "^4.2.6",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"eslint": "^8.57.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^18.0.0",
"eslint-config-next": "^15.0.3",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-perfectionist": "^2.11.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.2",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.3",
"eslint-plugin-unused-imports": "^3.2.0",
"prettier": "^3.3.2",
"typescript": "^5.4.5"
}
}