forked from FrederikBolding/chainlist
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.51 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
{
"name": "chainlist",
"version": "1.0.0",
"private": true,
"description": "chainlist",
"author": "Frederik Bolding",
"keywords": [
"gatsby"
],
"scripts": {
"start": "GATSBY_INCOMPLETE_RETRY_LIMIT=1 GATSBY_STALL_RETRY_LIMIT=1 gatsby develop",
"build": "GATSBY_INCOMPLETE_RETRY_LIMIT=1 GATSBY_STALL_RETRY_LIMIT=1 gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@chakra-ui/gatsby-plugin": "^3.1.3",
"@chakra-ui/icons": "^2.0.19",
"@chakra-ui/react": "^2.7.0",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@walletconnect/ethereum-provider": "^2.8.0",
"@walletconnect/modal": "^2.4.5",
"ethers": "^6.5.1",
"framer-motion": "^10.12.16",
"gatsby": "^5.13.7",
"gatsby-plugin-emotion": "^8.10.0",
"gatsby-plugin-image": "^3.10.0",
"gatsby-plugin-netlify": "^5.1.0",
"gatsby-plugin-react-helmet": "^6.10.0",
"gatsby-plugin-sharp": "^5.10.0",
"gatsby-transformer-sharp": "^5.10.0",
"node-fetch": "^2.6.11",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"react-icons": "^4.9.0",
"web3modal": "^1.9.12"
},
"devDependencies": {
"@types/node": "^17.0.45",
"@types/react": "^18.2.10",
"@types/react-dom": "^18.2.4",
"@types/react-helmet": "^6.1.6",
"gatsby-source-filesystem": "^5.10.0",
"gatsby-transformer-json": "^5.10.0",
"typescript": "^4.9.5"
},
"packageManager": "[email protected]"
}