-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
72 lines (72 loc) · 2.24 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
{
"name": "@therootnetwork/block-explorer",
"version": "1.1.5",
"license": "Apache-2.0",
"packageManager": "[email protected]",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "prettier --config .prettierrc.js --check . && next lint",
"format": "prettier --config .prettierrc.js --write .",
"gen": "graphql-codegen --config codegen.yml",
"schema": "gq $GRAPHQL_ENDPOINT --introspect > libs/schema.graphql"
},
"dependencies": {
"@headlessui/react": "^1.6.6",
"@heroicons/react": "^2.0.8",
"@polkadot/api": "^9.2.4",
"@polkadot/util": "^10.1.10",
"@tanstack/react-query": "^4.2.3",
"ace-builds": "^1.13.1",
"ace-mode-solidity": "^0.1.1",
"bignumber.js": "^9.1.0",
"clsx": "^1.2.1",
"cookies-next": "^2.1.1",
"ethers": "^5.7.0",
"fp-ts": "^2.15.0",
"from-exponential": "^1.1.1",
"javascript-time-ago": "^2.5.7",
"jotai": "^1.8.3",
"moment": "^2.29.4",
"next": "12.2.5",
"next-remove-imports": "^1.0.8",
"nprogress": "^0.2.0",
"react": "18.2.0",
"react-ace": "^10.1.0",
"react-countup": "^6.3.1",
"react-dom": "18.2.0",
"react-ga": "^3.3.1",
"react-jazzicon": "^1.0.4",
"react-json-pretty": "^2.2.0",
"react-loading": "^2.0.3",
"react-qr-code": "^2.0.7",
"react-syntax-highlighter": "^15.5.0",
"react-tooltip": "^4.5.0"
},
"devDependencies": {
"@graphql-codegen/cli": "^2.11.3",
"@graphql-codegen/typescript": "^2.7.2",
"@graphql-codegen/typescript-operations": "^2.5.2",
"@graphql-codegen/typescript-react-query": "^4.0.0",
"@polkadot/types": "^9.4.3",
"@tailwindcss/typography": "^0.5.4",
"@trivago/prettier-plugin-sort-imports": "^3.3.0",
"@types/javascript-time-ago": "^2.0.3",
"@types/lodash": "^4.14.184",
"@types/node": "18.6.3",
"@types/react": "18.0.15",
"@types/react-dom": "18.0.6",
"@types/react-syntax-highlighter": "^15",
"autoprefixer": "^10.4.8",
"eslint": "8.21.0",
"eslint-config-next": "12.2.3",
"graphql": "^16.6.0",
"graphql-request": "^4.3.0",
"postcss": "^8.4.14",
"prettier": "^2.7.1",
"prettier-plugin-tailwindcss": "^0.1.13",
"tailwindcss": "^3.1.7",
"typescript": "4.7.4"
}
}