-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.71 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
{
"name": "victor-chan-dev",
"version": "1.0.0",
"description": "Victor Chan dev portfolio",
"author": "Victor Chan <hello@fivetwelve.ca>",
"license": "MIT",
"keywords": [
"gatsby",
"netlify"
],
"scripts": {
"develop": "gatsby develop",
"start": "netlify dev",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"preload-fonts": "gatsby-preload-fonts"
},
"dependencies": {
"@fontsource/zilla-slab": "^4.5.1",
"@fontsource/zilla-slab-highlight": "^4.5.2",
"@fortawesome/fontawesome-svg-core": "^1.3.0",
"@fortawesome/pro-light-svg-icons": "^6.0.0",
"@fortawesome/react-fontawesome": "^0.1.17",
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"@sendgrid/mail": "^7.6.2",
"cross-fetch": "^3.1.5",
"dotenv": "^16.0.0",
"gatsby": "^4.6.2",
"gatsby-plugin-image": "^2.9.0",
"gatsby-plugin-manifest": "^4.12.1",
"gatsby-plugin-mdx": "^3.7.0",
"gatsby-plugin-preload-fonts": "^3.12.1",
"gatsby-plugin-react-helmet": "^5.7.0",
"gatsby-plugin-sass": "^5.9.0",
"gatsby-plugin-sharp": "^4.7.0",
"gatsby-source-filesystem": "^4.7.0",
"gatsby-transformer-sharp": "^4.7.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-google-recaptcha": "^2.1.0",
"react-helmet": "^6.1.0",
"sass": "^1.49.9",
"simple-react-lightbox": "^3.6.9-0"
},
"devDependencies": {
"@netlify/plugin-gatsby": "^3.0.0",
"@tailwindcss/forms": "^0.5.0",
"@tailwindcss/typography": "^0.5.1",
"autoprefixer": "^10.4.2",
"gatsby-plugin-netlify": "^4.2.0",
"gatsby-plugin-postcss": "^5.7.0",
"netlify-cli": "^9.13.5",
"postcss": "^8.4.6",
"tailwindcss": "^3.0.19"
}
}