-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·34 lines (34 loc) · 1.1 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
{
"private": true,
"name": "Mexili",
"description": "Mexili is a Free and Open Source organization whose motivation is to funnel learning and implementation through Open Source Software Development.",
"version": "0.2.8",
"author": "Mexili Org",
"license": "0BSD",
"starter-name": "mexili org",
"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"
},
"dependencies": {
"@lekoarts/gatsby-theme-cara": "^1.2.18",
"gatsby": "^2.25.3",
"gatsby-plugin-google-analytics": "^2.4.1",
"gatsby-plugin-manifest": "^2.5.2",
"gatsby-plugin-netlify": "^2.4.0",
"gatsby-plugin-offline": "^3.3.3",
"gatsby-plugin-webpack-bundle-analyser-v2": "^1.1.13",
"react": "^16.13.1",
"react-dom": "^16.13.1"
},
"devDependencies": {
"cross-env": "^7.0.2",
"gh-pages": "^3.1.0"
}
}