-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
52 lines (52 loc) · 1.5 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
{
"name": "polymesh-explorer",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 3005",
"build": "next build",
"start": "next start",
"lint": "next lint",
"ts:check": "tsc --noEmit"
},
"dependencies": {
"@emotion/cache": "^11.13.5",
"@emotion/react": "^11.13.5",
"@emotion/styled": "^11.13.5",
"@mui/icons-material": "^6.1.9",
"@mui/material": "^6.1.9",
"@mui/material-nextjs": "^6.1.9",
"@mui/toolpad-core": "^0.1.51",
"@polkadot/types": "^11.3.1",
"@polkadot/ui-identicon": "^0.41.1",
"@polymeshassociation/polymesh-sdk": "26.2.0",
"@tanstack/react-query": "^5.62.0",
"@toolpad/core": "^0.7.0",
"@toolpad/studio-runtime": "^0.7.0",
"date-fns": "^4.1.0",
"graphql-request": "^7.1.2",
"next": "14.2.9",
"nextjs-toploader": "^3.7.15",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"recharts": "2.13.0-alpha.5",
"sharp": "^0.33.5"
},
"devDependencies": {
"@types/node": "^20.17.9",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"eslint": "^8.57.1",
"eslint-config-airbnb": "19.0.4",
"eslint-config-airbnb-typescript": "^18.0.0",
"eslint-config-next": "14.2.9",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^4.6.2",
"prettier": "^3.4.1",
"typescript": "^5.7.2"
}
}