forked from 2018kguo/2018kguo.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.26 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.26 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
38
39
{
"private": true,
"name": "cara",
"description": "Playful and Colorful One-Page portfolio featuring Parallax effects and animations",
"version": "0.2.9",
"author": "LekoArts <hello@lekoarts.de>",
"license": "0BSD",
"starter-name": "gatsby-starter-portfolio-cara",
"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 --prefix-paths && gh-pages -d public -b master"
},
"dependencies": {
"@lekoarts/gatsby-theme-cara": "^1.2.18",
"@types/theme-ui": "^0.3.7",
"gatsby": "^2.32.13",
"gatsby-plugin-gatsby-cloud": "^1.0.1",
"gatsby-plugin-google-analytics": "^2.11.0",
"gatsby-plugin-gtag": "^1.0.13",
"gatsby-plugin-manifest": "^2.5.2",
"gatsby-plugin-netlify": "^2.11.1",
"gatsby-plugin-offline": "^3.3.3",
"gatsby-plugin-webpack-bundle-analyser-v2": "^1.1.22",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-icons": "^4.2.0",
"react-responsive": "^8.2.0"
},
"devDependencies": {
"cross-env": "^7.0.2",
"gh-pages": "^3.1.0"
}
}