-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·44 lines (44 loc) · 1.46 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
{
"private": true,
"name": "my-portfolio",
"description": "I am Mudit Juneja",
"version": "1.3.10",
"author": "Mudit Juneja",
"starter-name": "gatsby-starter-minimal-blog",
"scripts": {
"build": "npm run build:landing && gatsby build",
"develop": "gatsby develop",
"develop:cypress": "cross-env CYPRESS_SUPPORT=y yarn develop",
"build:cypress": "cross-env CYPRESS_SUPPORT=y yarn build",
"start": "npm run build:landing && gatsby develop",
"build:landing": "cd index && npm i && npm run build && cp -r dist/ ../static/landing",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"dependencies": {
"@lekoarts/gatsby-theme-minimal-blog": "^2.7.3",
"gatsby": "^2.25.3",
"gatsby-plugin-gatsby-cloud": "^1.0.1",
"gatsby-plugin-google-analytics": "^2.4.1",
"gatsby-plugin-manifest": "^2.5.2",
"gatsby-plugin-netlify": "^2.4.0",
"gatsby-plugin-offline": "^3.3.3",
"gatsby-plugin-react-helmet": "^4.3.0",
"gatsby-plugin-sass": "^4.3.0",
"gatsby-plugin-sitemap": "^2.5.1",
"gatsby-plugin-svg-sprite": "^2.0.1",
"gatsby-plugin-vercel": "^1.0.3",
"gatsby-plugin-web-font-loader": "^1.0.4",
"gatsby-plugin-webpack-bundle-analyser-v2": "^1.1.13",
"gsap": "^3.6.1",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-helmet": "^6.1.0",
"react-typeform-embed": "^0.2.1",
"sass": "^1.32.10",
"webfontloader": "^1.6.28"
},
"devDependencies": {
"cross-env": "^7.0.2"
}
}