-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
75 lines (75 loc) · 2.2 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "diloreto-website",
"version": "1.0.0",
"private": true,
"author": "Paul DiLoreto <paul.diloreto@gmail.com>",
"bugs": {
"url": "https://github.com/paulmichaelxd/diloreto-website/issues"
},
"dependencies": {
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"@material-ui/styles": "^4.10.0",
"detect-it": "^3.0.5",
"gatsby": "^2.24.49",
"gatsby-image": "^2.4.16",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-helmet": "^6.1.0",
"react-images": "^1.1.7",
"react-masonry-component": "^6.2.1",
"react-reveal": "^1.2.2"
},
"devDependencies": {
"@types/node": "^14.6.0",
"@types/react": "^16.9.46",
"@types/react-dom": "^16.9.8",
"@types/react-helmet": "^6.1.0",
"@typescript-eslint/eslint-plugin": "^3.10.0",
"babel-eslint": "^10.1.0",
"dotenv": "^8.2.0",
"eslint": "^7.7.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-json": "^2.1.2",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.20.6",
"gatsby-plugin-google-analytics": "^2.3.13",
"gatsby-plugin-layout": "^1.3.10",
"gatsby-plugin-manifest": "^2.4.24",
"gatsby-plugin-material-ui": "^2.1.10",
"gatsby-plugin-react-helmet": "^3.3.10",
"gatsby-plugin-remove-trailing-slashes": "^2.3.11",
"gatsby-plugin-robots-txt": "^1.5.1",
"gatsby-plugin-sharp": "^2.6.28",
"gatsby-plugin-sitemap": "^2.4.12",
"gatsby-plugin-typescript": "^2.4.18",
"gatsby-plugin-web-font-loader": "^1.0.4",
"gatsby-source-contentful": "^2.3.38",
"gatsby-transformer-remark": "^2.8.29",
"gatsby-transformer-sharp": "^2.5.13",
"prettier": "^2.1.0",
"prettier-eslint": "^11.0.0"
},
"homepage": "https://diloreto.com",
"keywords": [
"gatsby",
"contentful",
"react",
"aws",
"netlify",
"serverless"
],
"license": "MIT",
"main": "n/a",
"repository": {
"type": "git",
"url": "git+https://github.com/paulmichaelxd/diloreto-website.git"
},
"scripts": {
"dev": "gatsby develop",
"lint": "eslint --ext .js,.jsx --ignore-pattern public .",
"build": "gatsby build",
"setup": "node ./bin/setup.js"
}
}