-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.03 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.03 KB
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
{
"name": "gen-zdev",
"version": "1.0.0",
"private": true,
"description": "genZdev",
"author": "Suman Kisku",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"dependencies": {
"@emotion/react": "^11.1.4",
"@emotion/styled": "^11.0.0",
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"autoprefixer": "^10.2.3",
"gatsby": "^2.26.1",
"gatsby-image": "^2.9.0",
"gatsby-plugin-emotion": "^5.2.0",
"gatsby-plugin-google-analytics": "^2.9.0",
"gatsby-plugin-mdx": "^1.8.0",
"gatsby-plugin-postcss": "^3.6.0",
"gatsby-plugin-scroll-reveal": "0.0.7",
"gatsby-plugin-sharp": "^2.12.2",
"gatsby-plugin-sitemap": "^2.10.0",
"gatsby-source-filesystem": "^2.9.1",
"gatsby-transformer-remark": "^2.15.0",
"gatsby-transformer-sharp": "^2.10.1",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"tailwindcss": "^2.0.2"
}
}