forked from bluepeter/gatsby-material-ui-business-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 1.07 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
{
"name": "gatsby-material-ui-business-starter",
"version": "1.0.0",
"author": "Peter Bray <[email protected]>",
"description": "Beautiful Gatsby Material Design Business Starter",
"license": "MIT",
"scripts": {
"develop": "gatsby develop",
"start": "npm run develop",
"build": "gatsby build --prefix-paths",
"serve": "gatsby serve",
"deploy": "gatsby build --prefix-paths && gh-pages -d public"
},
"dependencies": {
"@material-ui/core": "^3.9.3",
"@material-ui/styles": "^3.0.0-alpha.10",
"gatsby": "^2.3.6",
"gatsby-plugin-react-helmet": "^3.0.11",
"gatsby-plugin-remove-serviceworker": "^1.0.0",
"gatsby-plugin-stylus": "^2.0.7",
"gatsby-source-filesystem": "^2.0.28",
"gatsby-transformer-remark": "^2.3.8",
"gh-pages": "^2.0.1",
"jss": "^9.8.7",
"mdi-material-ui": "^5.10.0",
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-helmet": "^5.2.0",
"react-jss": "^8.6.1",
"react-swipeable-views": "^0.13.1",
"react-swipeable-views-utils": "^0.13.1"
}
}