-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.44 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
{
"private": true,
"name": "emilia",
"description": "Minimalistic portfolio/photography site with masonry grid, page transitions and big images. Themeable with Theme UI. Includes Light/Dark mode.",
"version": "0.3.0",
"author": "LekoArts <hello@lekoarts.de>",
"license": "MIT",
"starter-name": "gatsby-starter-portfolio-emilia",
"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",
"deploy": "gatsby build && gh-pages -d public -b master"
},
"dependencies": {
"@lekoarts/gatsby-theme-emilia": "^1.3.11",
"@theme-ui/presets": "^0.3.0",
"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-offline": "^3.0.1",
"gatsby-plugin-sitemap": "^2.2.7",
"gatsby-plugin-theme-ui": "^0.3.0",
"gatsby-plugin-webpack-bundle-analyser-v2": "^1.1.10",
"gatsby-remark-images": "^3.3.30",
"gatsby-remark-relative-images": "2.0.2",
"gatsby-remark-images-grid": "^1.1.0",
"gatsby-transformer-remark": "^2.8.35",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"theme-ui": "^0.3.1"
},
"devDependencies": {
"cross-env": "^5.2.1",
"gh-pages": "^3.1.0"
}
}