-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 1.16 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
{
"private": true,
"name": "cara",
"description": "Playful and Colorful One-Page portfolio featuring Parallax effects and animations",
"version": "0.2.4",
"author": "LekoArts <hello@lekoarts.de>",
"license": "0BSD",
"starter-name": "gatsby-starter-portfolio-cara",
"scripts": {
"deploy": "gatsby build && gh-pages -d public -b master",
"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-cara": "^1.2.14",
"gatsby": "^2.20.36",
"gatsby-plugin-google-analytics": "^2.1.8",
"gatsby-plugin-google-fonts": "^1.0.1",
"gatsby-plugin-manifest": "^2.2.6",
"gatsby-plugin-netlify": "^2.1.6",
"gatsby-plugin-offline": "^2.2.7",
"gatsby-plugin-smoothscroll": "^1.2.0",
"gatsby-plugin-webpack-bundle-analyser-v2": "^1.1.10",
"react": "^16.13.1",
"react-dom": "^16.13.1"
},
"devDependencies": {
"cross-env": "^5.2.0",
"gh-pages": "^3.1.0"
}
}