-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
69 lines (69 loc) · 2.2 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
{
"name": "southfact",
"private": true,
"description": "Southern Forest Area Change Tools",
"version": "1.0.0",
"author": "Jeff Bliss <[email protected]>",
"scripts": {
"build": "gatsby build",
"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 --prefix-paths && gh-pages -d public"
},
"repository": {
"type": "git",
"url": "https://github.com/SouthFACT/southfact-gatsby-site"
},
"dependencies": {
"@blocks/kit": "0.0.28",
"@emotion/core": "^10.3.1",
"@emotion/react": "^11.9.3",
"@emotion/styled": "^11.9.3",
"@mui/icons-material": "^5.8.4",
"@mui/material": "^5.9.1",
"@mui/styles": "^5.9.1",
"@mui/system": "^5.9.1",
"gatsby": "^4.12.1",
"gatsby-image": "^3.11.0",
"gatsby-plugin-emotion": "^7.19.0",
"gatsby-plugin-layout": "^3.19.0",
"gatsby-plugin-manifest": "^4.12.1",
"gatsby-plugin-material-ui": "^4.1.0",
"gatsby-plugin-netlify-cms": "^6.12.1",
"gatsby-plugin-netlify-cms-paths": "^1.3.0",
"gatsby-plugin-page-creator": "^4.12.1",
"gatsby-plugin-react-helmet": "^5.12.1",
"gatsby-plugin-resolve-src": "^2.1.0",
"gatsby-plugin-sharp": "^4.12.1",
"gatsby-plugin-styled-components": "^5.19.0",
"gatsby-remark-image-attributes": "^1.1.0",
"gatsby-remark-images": "^6.12.1",
"gatsby-remark-relative-images": "^2.0.2",
"gatsby-source-filesystem": "^4.12.1",
"gatsby-source-graphql": "^4.12.1",
"gatsby-theme-material-ui": "^5.2.0",
"gatsby-transformer-remark": "^5.12.1",
"gatsby-transformer-sharp": "^4.12.1",
"netlify-cms-app": "^2.15.72",
"prop-types": "^15.8.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-draggable": "^4.4.4",
"react-helmet": "^6.1.0",
"react-icons": "^4.3.1",
"remark-image-attributes": "^0.2.1",
"typeface-roboto": "^1.1.13",
"unified-ui": "^0.0.3"
},
"devDependencies": {
"gh-pages": "^2.2.0",
"prettier": "^1.19.1"
},
"keywords": [
"gatsby"
]
}