-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
54 lines (54 loc) · 1.44 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
{
"name": "magnet-app",
"version": "1.0.0",
"private": true,
"description": "MagnetApp",
"author": "Will Hennessy",
"keywords": [
"gatsby"
],
"engines": {
"node": ">=14.0.0"
},
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"deduplicate": "yarn-deduplicate yarn.lock"
},
"dependencies": {
"@fontsource/poppins": "^4.2.1",
"@types/moment-duration-format": "^2.2.2",
"@web3-react/core": "^6.1.9",
"@web3-react/injected-connector": "^6.0.7",
"antd": "^4.12.3",
"electron": "^12.0.7",
"eth-typed-data": "^0.1.0-beta.0",
"ethers": "^5.0.31",
"gatsby": "^2.32.3",
"gatsby-image": "^2.11.0",
"gatsby-plugin-manifest": "^2.12.0",
"gatsby-plugin-react-helmet": "^3.10.0",
"gatsby-plugin-react-svg": "^3.0.0",
"gatsby-plugin-sharp": "^2.14.1",
"gatsby-plugin-typescript": "^2.12.0",
"gatsby-source-filesystem": "^2.11.0",
"gatsby-transformer-sharp": "^2.12.0",
"ipfs-http-client": "^49.0.4",
"lodash": "^4.17.21",
"moment": "^2.29.1",
"moment-duration-format": "^2.3.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-helmet": "^6.1.0"
},
"devDependencies": {
"@types/react": "^17.0.2",
"@types/react-dom": "^17.0.1",
"@types/react-helmet": "^6.1.1",
"typescript": "^4.1.5",
"yarn-deduplicate": "^3.1.0"
}
}