forked from code-423n4/code423n4.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
114 lines (114 loc) · 3.48 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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
{
"name": "code423n4.com",
"private": true,
"description": "C4 website",
"version": "0.2.0",
"author": "Adam Avenir <adam@andyet.com>",
"dependencies": {
"@babel/core": "^7.0.0",
"@babel/eslint-parser": "^7.0.0",
"@babel/preset-env": "^7.13.9",
"@babel/preset-react": "^7.12.13",
"@babel/register": "^7.13.8",
"@hcaptcha/react-hcaptcha": "^0.3.7",
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"@netlify/functions": "^0.7.2",
"@notionhq/client": "^0.4.13",
"@octokit/core": "^3.5.1",
"@octokit/graphql": "^4.8.0",
"@octokit/plugin-create-or-update-text-file": "^2.0.1",
"@walletconnect/web3-provider": "^1.7.8",
"assert": "^2.0.0",
"babel-eslint": "^10.0.0",
"clsx": "^1.1.1",
"core-js": "^2.6.5",
"crypto-browserify": "^3.12.0",
"csvtojson": "^2.0.10",
"date-fns": "^2.28.0",
"dedent": "^0.7.0",
"dotenv": "^9.0.2",
"eslint": "^7.5.0",
"esm": "^3.2.25",
"form-data": "^4.0.0",
"gatsby": "^3.0.4",
"gatsby-image": "^3.0.0",
"gatsby-plugin-gatsby-cloud": "^2.0.0",
"gatsby-plugin-manifest": "^3.4.0",
"gatsby-plugin-mdx": "^2.4.0",
"gatsby-plugin-offline": "^4.0.0",
"gatsby-plugin-react-helmet": "^4.0.0",
"gatsby-plugin-sass": "^4.4.0",
"gatsby-plugin-sharp": "^3.4.2",
"gatsby-remark-autolink-headers": "^5.16.0",
"gatsby-remark-copy-linked-files": "^3.0.0",
"gatsby-remark-emojis": "^0.4.3",
"gatsby-remark-mathjax-ssr": "^1.2.1",
"gatsby-remark-smartypants": "^3.0.0",
"gatsby-remark-vscode": "^3.3.1",
"gatsby-source-filesystem": "^3.0.0",
"gatsby-transformer-csv": "^3.5.0",
"gatsby-transformer-json": "^3.0.0",
"gatsby-transformer-remark": "^3.0.0",
"gatsby-transformer-sharp": "^3.4.0",
"hcaptcha": "^0.1.0",
"https-browserify": "^1.0.0",
"isomorphic-dompurify": "^0.19.0",
"jsonwebtoken": "^8.5.1",
"kickbox": "^2.0.4",
"mailgun.js": "^6.0.1",
"moralis-v1": "^1.11.0",
"node-fetch": "^2.6.6",
"octokit-plugin-create-pull-request": "^3.9.3",
"os-browserify": "^0.3.0",
"prop-types": "^15.7.2",
"react": "^17.0.1",
"react-avatar": "^3.10.0",
"react-dom": "^17.0.1",
"react-helmet": "^6.1.0",
"react-markdown": "^7.1.2",
"react-moralis": "^1.4.0",
"react-select": "^4.3.1",
"react-table": "^7.6.3",
"react-tabs": "^3.2.3",
"react-toastify": "^8.2.0",
"react-twitter-widgets": "^1.10.0",
"rehype-katex": "^6.0.2",
"remark-breaks": "^3.0.2",
"remark-gfm": "^3.0.1",
"remark-math": "^5.1.1",
"sass": "^1.32.12",
"sharp": "0.28.2",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"typescript": "^4.4.2",
"url": "^0.11.0",
"webpack": "^5.2.0"
},
"devDependencies": {
"@types/jsonwebtoken": "^8.5.5",
"@types/react": "^18.0.9",
"moralis-admin-cli": "^2.1.16",
"netlify-cli": "^10.5.0",
"prettier": "2.2.1",
"tiny-glob": "^0.2.8"
},
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"",
"start": "netlify dev",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1",
"validate": "node bin/validate.js"
},
"repository": {
"type": "git",
"url": "https://github.com/code-423n4/code423n4.com"
},
"bugs": {
"url": "https://github.com/code-423n4/code423n4.com/issues"
}
}