-
Notifications
You must be signed in to change notification settings - Fork 24
/
package.json
43 lines (43 loc) · 1.35 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
{
"name": "gatsby-material-ui-business-starter",
"version": "1.0.1",
"author": "Peter Bray <[email protected]>",
"description": "Beautiful Gatsby Material Design Business Starter",
"license": "MIT",
"scripts": {
"develop": "gatsby develop",
"lint": "eslint src/ && prettier --check 'src/**/*.js'",
"fix": "eslint --fix src/ && prettier --write 'src/**/*.js'",
"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": "4.11.0",
"@material-ui/styles": "4.10.0",
"gatsby": "2.24.27",
"gatsby-plugin-react-helmet": "3.3.10",
"gatsby-plugin-remove-serviceworker": "1.0.0",
"gatsby-plugin-stylus": "2.3.10",
"gatsby-source-filesystem": "2.3.23",
"gatsby-transformer-remark": "2.8.27",
"gh-pages": "3.1.0",
"jss": "10.3.0",
"mdi-material-ui": "6.17.0",
"prop-types": "15.7.2",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-helmet": "6.1.0",
"react-jss": "10.3.0",
"react-swipeable-views": "0.13.9",
"react-swipeable-views-utils": "0.13.9"
},
"devDependencies": {
"babel-eslint": "10.1.0",
"eslint": "7.6.0",
"eslint-plugin-react": "7.20.5",
"eslint-plugin-react-hooks": "4.0.8",
"prettier": "2.0.5"
}
}