-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
92 lines (92 loc) · 2.83 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
{
"name": "zang",
"version": "1.0.0",
"private": true,
"description": "Text-focused NFT platform.",
"contributors": [
"Samuele Marro",
"Luca Donno"
],
"keywords": [
"gatsby"
],
"scripts": {
"dev": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build && python postbuild.py",
"serve": "gatsby serve",
"clean": "gatsby clean",
"prepare": "husky install",
"precommit": "lint-staged"
},
"lint-staged": {
"*.js": [
"prettier --write ."
]
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/react-fontawesome": "^0.1.16",
"@geoffcox/react-splitter": "^2.1.1",
"@hookform/resolvers": "^2.8.0",
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"@uiw/react-md-editor": "^3.9.3",
"@walletconnect/web3-provider": "^1.6.5",
"ace-builds": "^1.4.14",
"assert": "^2.0.0",
"browserify-fs": "^1.0.0",
"browserslist": "^4.17.0",
"buffer": "^6.0.3",
"bulma": "^0.9.3",
"crypto-browserify": "^3.12.0",
"decimal.js": "^10.3.1",
"dotenv": "^10.0.0",
"eth-provider": "^0.10.0",
"ethers": "^5.5.2",
"file-loader": "^6.2.0",
"gatsby": "^3.14.0",
"gatsby-plugin-mdx": "^2.14.0",
"gatsby-plugin-react-helmet": "^4.14.0",
"gatsby-source-filesystem": "^3.14.0",
"https-browserify": "^1.0.0",
"husky": "^7.0.4",
"javascript-time-ago": "^2.3.13",
"joi": "^17.4.2",
"lint-staged": "^12.3.7",
"net-browserify": "^0.2.4",
"os-browserify": "^0.3.0",
"path-browserify": "^1.0.1",
"query-string": "^7.0.1",
"react": "^17.0.1",
"react-ace": "^9.5.0",
"react-dom": "^17.0.1",
"react-helmet": "^6.1.0",
"react-hook-form": "^7.15.3",
"react-infinite-scroll-component": "^6.1.0",
"react-loading-skeleton": "^3.0.3",
"react-modal": "^3.14.3",
"react-split-pane": "^0.1.92",
"react-toastify": "^8.2.0",
"react-tooltip": "^4.2.21",
"recoil": "^0.5.2",
"rehype-parse": "^8.0.4",
"rehype-react": "^7.0.4",
"rehype-sanitize": "^5.0.0",
"rehype-stringify": "^9.0.3",
"sanitize-html": "^2.7.0",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"tls-browserify": "^0.2.2",
"unified": "^10.1.2",
"web3modal": "^1.9.4",
"ws": "^8.2.2",
"zlib-browserify": "^0.0.3"
},
"devDependencies": {
"eslint-config-react-app": "^6.0.0",
"eslint-plugin-react": "^7.26.0",
"prettier": "2.6.1"
}
}