-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.6 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": "webinars-listing",
"description": "View webinars",
"version": "1.0.0",
"author": "Kiran Anto<[email protected]>",
"license": "MIT",
"scripts": {
"build": "gatsby build",
"deploy": "gatsby build && gh-pages -d public",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"dependencies": {
"autoprefixer": "^9.7.6",
"classnames": "^2.2.6",
"date-fns": "^2.13.0",
"dotenv": "^8.2.0",
"gatsby": "^2.21.9",
"gatsby-image": "^2.4.0",
"gatsby-plugin-google-analytics": "^2.3.1",
"gatsby-plugin-google-fonts": "^1.0.1",
"gatsby-plugin-google-tagmanager": "^2.3.1",
"gatsby-plugin-manifest": "^2.4.1",
"gatsby-plugin-modal-routing": "^1.1.0",
"gatsby-plugin-postcss": "^2.3.0",
"gatsby-plugin-purgecss": "^5.0.0",
"gatsby-plugin-react-helmet": "^3.3.0",
"gatsby-plugin-sharp": "^2.6.0",
"gatsby-source-airtable": "^2.1.1",
"gatsby-source-filesystem": "^2.3.0",
"gatsby-transformer-sharp": "^2.5.0",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-helmet": "^6.0.0",
"react-icons": "^3.10.0",
"tailwindcss": "^1.4.4",
"typeface-roboto": "0.0.75"
},
"devDependencies": {
"gh-pages": "^2.2.0",
"prettier": "^2.0.5"
},
"keywords": [
"airtable",
"gatsby"
],
"repository": {
"type": "git",
"url": "https://github.com/kirananto/webinars"
},
"bugs": {
"url": "https://github.com/kirananto/webinars/issues"
}
}