-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
75 lines (75 loc) · 2.17 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
{
"name": "cryptostats-site",
"private": true,
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"test": "jest",
"generate-editor-context": "yarn api-extractor run --local",
"prettier": "prettier --write ."
},
"dependencies": {
"@cryptostats/sdk": "^0.2.20",
"@graphprotocol/graph-cli": "^0.68.3",
"@graphprotocol/graph-ts": "^0.27.0",
"@monaco-editor/react": "^4.2.1",
"@types/react-modal": "^3.12.1",
"@types/react-syntax-highlighter": "^13.5.2",
"@web3-react/core": "^6.1.9",
"@web3-react/injected-connector": "^6.0.7",
"@web3-react/walletconnect-connector": "^6.2.8",
"add": "^2.0.6",
"assemblyscript": "^0.20.3",
"copy-to-clipboard": "^3.3.1",
"ethers": "^5.5.1",
"graphql": "^16.3.0",
"gray-matter": "^4.0.3",
"ipfs-http-client": "^54.0.2",
"ipfs-only-hash": "^4.0.0",
"js-yaml": "^4.1.0",
"lucide-react": "^0.48.0",
"next": "latest",
"next-mdx-remote": "^4.1.0",
"next-plausible": "^3.1.4",
"react": "^17.0.2",
"react-datepicker": "^4.5.0",
"react-dom": "^17.0.2",
"react-gh-like-diff": "^2.0.2",
"react-is": "^17.0.2",
"react-modal": "^3.14.3",
"react-select": "^5.2.2",
"react-spaces": "^0.2.6",
"react-syntax-highlighter": "^15.4.4",
"react-tooltip": "^4.2.21",
"react-twitter-embed": "^4.0.4",
"semver": "^7.3.7",
"sitemap": "^7.1.1",
"styled-components": "^5.2.3",
"typescript": "^4.8.4",
"use-ens-name": "^0.1.8"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.32.0",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.1.1",
"@types/js-yaml": "^4.0.5",
"@types/node": "15.0.0",
"@types/react": "17.0.4",
"@types/react-datepicker": "^4.3.2",
"@types/react-dom": "17.0.3",
"@types/semver": "^7.3.10",
"@types/styled-components": "5.1.9",
"babel-plugin-styled-components": "^1.12.0",
"jest": "^28.0.3",
"jest-environment-jsdom": "^28.0.2",
"prettier": "^2.6.0",
"raw-loader": "^4.0.2"
},
"resolutions": {
"@types/react": "17.0.4",
"js-yaml": "4.1.0",
"yaml": "1.10.2"
},
"license": "MIT"
}