-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
38 lines (38 loc) · 952 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
37
38
{
"name": "gatsby-starter-material-ui",
"description": "Gatsby Material-UI Starter",
"version": "1.0.0",
"license": "MIT",
"author": "Naresh Bhatia",
"keywords": [
"gatsby"
],
"repository": {
"type": "git",
"url": "https://github.com/nareshbhatia/gatsby-starter-material-ui"
},
"scripts": {
"develop": "gatsby develop",
"format": "prettier --write '*.js' 'src/**/*.js'",
"build": "gatsby build",
"serve": "gatsby serve"
},
"dependencies": {
"@material-ui/core": "^3.4.0",
"@material-ui/icons": "^3.0.1",
"core-js": "^2.5.7",
"gatsby": "2.0.43",
"gatsby-plugin-manifest": "2.0.8",
"gatsby-plugin-offline": "2.0.13",
"gatsby-plugin-react-helmet": "3.0.1",
"jss": "^9.8.7",
"prop-types": "^15.6.2",
"react": "^16.6.1",
"react-dom": "^16.6.1",
"react-helmet": "^5.2.0",
"react-jss": "^8.6.1"
},
"devDependencies": {
"prettier": "^1.15.1"
}
}