-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
78 lines (78 loc) · 2.73 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"name": "hiform",
"private": true,
"description": "High-resolution forest mapping",
"version": "1.0.0",
"author": "Jeff Bliss <[email protected]>",
"scripts": {
"eslint": "eslint ./src",
"build": "gatsby clean && gatsby build --prefix-paths && gh-pages -d public",
"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",
"deploy": "gatsby clean && gatsby build && gatsby-plugin-s3 deploy -y",
"sync": "gatsby clean && gatsby build && aws s3 sync --delete --no-follow-symlinks public/ s3://hiform-gatsby.nemac.org --acl public-read && aws cloudfront create-invalidation --distribution-id E378BOJ4NBOKXV --paths '/*'"
},
"repository": {
"type": "git",
"url": "https://github.com/nemac/hiform-gatsby"
},
"dependencies": {
"@blocks/kit": "0.0.28",
"@browniebroke/gatsby-image-gallery": "^3.4.0",
"@emotion/core": "^10.0.28",
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"@material-ui/styles": "^4.10.0",
"@material-ui/system": "^4.9.14",
"@mdx-js/mdx": "^1.6.6",
"@mdx-js/react": "^1.6.6",
"gatsby": "^2.23.22",
"gatsby-cli": "^2.12.59",
"gatsby-image": "^2.4.12",
"gatsby-plugin-breadcrumb": "^10.0.0",
"gatsby-plugin-feed-mdx": "^1.0.1",
"gatsby-plugin-manifest": "^2.4.17",
"gatsby-plugin-material-ui": "^2.1.9",
"gatsby-plugin-mdx": "^1.2.22",
"gatsby-plugin-netlify-cms": "^4.3.10",
"gatsby-plugin-netlify-cms-paths": "^1.3.0",
"gatsby-plugin-page-creator": "^2.3.16",
"gatsby-plugin-react-helmet": "^3.3.9",
"gatsby-plugin-s3": "^0.3.3",
"gatsby-plugin-sass": "^2.3.10",
"gatsby-plugin-sharp": "^2.6.18",
"gatsby-remark-copy-linked-files": "^2.3.10",
"gatsby-remark-image-attributes": "^0.2.1",
"gatsby-remark-images": "^3.3.17",
"gatsby-remark-relative-images": "^0.3.0",
"gatsby-source-filesystem": "^2.3.18",
"gatsby-transformer-remark": "^2.8.23",
"gatsby-transformer-sharp": "^2.5.10",
"netlify-cms-app": "^2.12.16",
"node-sass": "^4.14.1",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-draggable": "^4.4.3",
"react-helmet": "^5.2.1",
"remark-image-attributes": "^0.1.3",
"styled-components": "^5.1.1",
"typeface-roboto": "0.0.75",
"unified-ui": "0.0.3"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"eslint": "^7.4.0",
"eslint-config-airbnb-base": "^14.2.0",
"eslint-plugin-import": "^2.22.0",
"gh-pages": "^2.2.0",
"prettier": "^1.19.1"
},
"keywords": [
"gatsby"
]
}