-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
32 lines (32 loc) · 886 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
{
"name": "gatsby-material-ui-website-starter",
"version": "0.1.0",
"private": true,
"dependencies": {
"@material-ui/core": "latest",
"@material-ui/icons": "^4.5.1",
"clsx": "^1.0.4",
"formik": "^2.1.3",
"gatsby": "latest",
"gatsby-image": "^2.2.40",
"gatsby-plugin-manifest": "^2.2.39",
"gatsby-plugin-material-ui": "latest",
"gatsby-plugin-nprogress": "^2.1.19",
"gatsby-plugin-react-helmet": "latest",
"gatsby-plugin-sharp": "^2.4.3",
"gatsby-source-filesystem": "^2.1.46",
"gatsby-transformer-sharp": "^2.3.13",
"lodash": "^4.17.15",
"prop-types": "^15.7.2",
"react": "latest",
"react-dom": "latest",
"react-helmet": "latest"
},
"scripts": {
"develop": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"start": "gatsby develop",
"clean": "gatsby clean"
}
}