-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.49 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
44
45
46
47
48
49
50
51
{
"name": "livery-megapack-website",
"version": "0.1.0",
"author": {
"name": "David Wheatley",
"email": "[email protected]",
"url": "https://github.com/davwheat"
},
"description": "Beautiful Gatsby Material Design Business Starter",
"license": "MIT",
"scripts": {
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"",
"start": "yarn develop",
"build": "gatsby build --prefix-paths",
"serve": "gatsby serve",
"eslint": "npx eslint .",
"clean": "gatsby clean"
},
"dependencies": {
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"@material-ui/styles": "^4.10.0",
"clsx": "^1.1.1",
"dayjs": "^1.9.1",
"gatsby": "^2.24.67",
"gatsby-plugin-google-analytics": "^2.3.15",
"gatsby-plugin-htaccess": "^1.4.0",
"gatsby-plugin-less": "^4.0.5",
"gatsby-plugin-react-helmet": "^3.3.12",
"mdi-react": "^7.3.0",
"notistack": "^1.0.0",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-countup": "^4.3.3",
"react-dom": "^16.13.1",
"react-helmet": "^6.1.0",
"react-lazy-load-image-component": "^1.5.0",
"react-masonry-css": "^1.0.14",
"react-material-ui-carousel": "^2.0.0",
"react-visibility-sensor": "^5.1.1",
"typeface-poppins": "^0.0.72"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"eslint": "^7.10.0",
"eslint-plugin-react": "^7.21.3",
"eslint-plugin-react-hooks": "^4.1.2",
"prettier": "^2.1.2"
}
}