-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.71 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
43
44
45
46
47
48
49
50
51
{
"name": "@stackrole/gatsby-starter-foundation",
"description": "Betasso Website",
"version": "2.0.0",
"author": "Mark mark@betasso.com",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/marroyo/betasso-frontend.git"
},
"scripts": {
"build": "GATSBY_EXPERIMENTAL_PAGE_BUILD_ON_DATA_CHANGES=true gatsby build --log-pages",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
},
"dependencies": {
"@gatsby-contrib/gatsby-plugin-elasticlunr-search": "^3.0.2",
"@theme-ui/color": "^0.6.0",
"gatsby": "^3.1.2",
"gatsby-plugin-google-analytics": "^3.1.0",
"gatsby-plugin-image": "^1.1.2",
"gatsby-plugin-manifest": "^3.1.0",
"gatsby-plugin-netlify-cms": "5.1.0",
"gatsby-plugin-netlify-cms-paths": "^1.3.0",
"gatsby-plugin-offline": "^4.1.0",
"gatsby-plugin-react-helmet": "^4.1.0",
"gatsby-plugin-sass": "^4.1.0",
"gatsby-plugin-sharp": "^3.1.2",
"gatsby-plugin-sitemap": "^3.1.0",
"gatsby-plugin-theme-ui": "^0.6.0",
"gatsby-remark-images": "^4.1.1",
"gatsby-remark-prismjs": "^4.1.0",
"gatsby-remark-responsive-iframe": "^3.1.0",
"gatsby-source-filesystem": "^3.1.0",
"gatsby-transformer-remark": "^3.1.0",
"gatsby-transformer-sharp": "^3.1.0",
"netlify-cms-app": "2.14.32",
"node-sass": "^4.14.1",
"prismjs": "^1.23.0",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-helmet": "^6.0.0",
"react-icons": "^3.11.0",
"theme-ui": "^0.6.0"
},
"devDependencies": {}
}