forked from OpenUpSA/eviction-process
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 982 Bytes
/
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
{
"name": "protest-guide",
"version": "1.0.0",
"dependencies": {
"@material-ui/core": "^3.2.2",
"@material-ui/icons": "^3.0.1",
"@material-ui/lab": "^3.0.0-alpha.23",
"@mdi/js": "^3.3.92",
"@mdi/react": "^1.1.0",
"babel-plugin-styled-components": "^1.10.0",
"gatsby-plugin-styled-components": "^3.0.7",
"jss": "^9.8.7",
"react": "^16.5.2",
"react-dom": "^16.5.2",
"react-helmet": "^5.2.0",
"styled-components": "^4.1.3"
},
"license": "MIT",
"scripts": {
"build": "gatsby build",
"start": "gatsby develop"
},
"devDependencies": {
"@wapps/gatsby-plugin-material-ui": "^1.1.0",
"gatsby": "^2.0.89",
"gatsby-plugin-google-fonts": "0.0.4",
"gatsby-plugin-manifest": "^2.0.5",
"gatsby-plugin-offline": "^2.0.5",
"gatsby-plugin-react-helmet": "^3.0.0",
"prop-types": "^15.6.2"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-default"
}
}