-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
executable file
·39 lines (39 loc) · 1.22 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
{
"name": "edvins-io",
"description": "Personal blog about software development and side-hustle",
"version": "2.0.0",
"author": "Edvins Antonovs <[email protected]>",
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"develop:cypress": "cross-env CYPRESS_SUPPORT=y yarn develop",
"build:cypress": "cross-env CYPRESS_SUPPORT=y yarn build",
"start": "gatsby develop",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"dependencies": {
"@gatsbyjs/reach-router": "^2.0.1",
"@lekoarts/gatsby-theme-minimal-blog": "^2.2.2",
"date-fns": "^2.28.0",
"gatsby": "^2.32.3",
"gatsby-plugin-google-analytics": "^2.1.4",
"gatsby-plugin-manifest": "^2.2.3",
"gatsby-plugin-netlify": "^2.1.3",
"gatsby-plugin-offline": "^2.2.4",
"gatsby-plugin-sitemap": "^2.2.19",
"gatsby-remark-responsive-iframe": "^2.10.0",
"gatsby-transformer-remark": "^2.15.0",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react-feather": "^2.0.9",
"react-share": "^4.3.1",
"use-sound": "^4.0.1",
"utterances-react": "^0.1.3"
},
"devDependencies": {
"cross-env": "^5.2.0",
"gatsby-plugin-webpack-bundle-analyser-v2": "^1.1.8"
}
}