-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·33 lines (33 loc) · 1.04 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
{
"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.11",
"author": "John Bang",
"license": "0BSD",
"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"
},
"dependencies": {
"@lekoarts/gatsby-theme-emilia": "^3.0.0",
"firebase": "^9.6.1",
"firebase-admin": "^10.0.1",
"gatsby": "^4.0.0",
"gatsby-plugin-gatsby-cloud": "^4.0.0",
"gatsby-plugin-manifest": "^4.0.0",
"gatsby-plugin-sitemap": "^5.0.0",
"gatsby-plugin-webpack-bundle-analyser-v2": "^1.1.22",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"devDependencies": {
"cross-env": "^7.0.3"
}
}