-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.1 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.1 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
{
"private": true,
"name": "SavioRibiero",
"description": "Photographer.",
"version": "0.2.10",
"author": "HappyRobot <hellp@happyrobot.studio>",
"license": "MIT",
"starter-name": "savio-ribiero",
"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": {
"@lekoarts/gatsby-theme-emilia": "^1.3.10",
"gatsby": "^2.20.36",
"gatsby-plugin-google-analytics": "^2.1.13",
"gatsby-plugin-manifest": "^2.2.13",
"gatsby-plugin-netlify": "^2.1.11",
"gatsby-plugin-netlify-cms": "^4.3.11",
"gatsby-plugin-offline": "^3.0.1",
"gatsby-plugin-sitemap": "^2.2.7",
"gatsby-source-filesystem": "^2.3.19",
"gatsby-transformer-remark": "^2.8.25",
"netlify-cms": "^2.10.52",
"netlify-cms-app": "^2.12.16",
"react": "^16.13.1",
"react-dom": "^16.13.1"
},
"devDependencies": {
"cross-env": "^5.2.1"
}
}