-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
74 lines (74 loc) · 1.96 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
{
"name": "rent-cap",
"version": "0.1.0",
"private": true,
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"start": "npm run develop",
"format": "prettier --write \"src/**/*.js\"",
"test": "echo \"Error: no test specified\" && exit 1"
},
"contributors": [
{
"name": "Kyle Peacock",
"email": "[email protected]",
"url": "https://kyle-peacock.com"
},
{
"name": "Herman Borrego",
"email": "[email protected]",
"url": "https://borrego.ca"
}
],
"dependencies": {
"@material-ui/core": "^4.9.3",
"@material-ui/lab": "^4.0.0-alpha.43",
"@mdx-js/loader": "^1.4.5",
"@mdx-js/mdx": "^1.4.5",
"@mdx-js/react": "^1.4.5",
"bootstrap": "^4.4.1",
"details-element-polyfill": "^2.4.0",
"gatsby": "^2.15.20",
"gatsby-image": "^2.2.8",
"gatsby-plugin-layout": "^1.1.15",
"gatsby-plugin-manifest": "^2.2.18",
"gatsby-plugin-mdx": "^1.0.43",
"gatsby-plugin-netlify": "^2.1.30",
"gatsby-plugin-offline": "^2.2.4",
"gatsby-plugin-react-helmet": "^3.1.3",
"gatsby-plugin-sitemap": "^2.2.27",
"gatsby-source-filesystem": "^2.1.8",
"i18next": "^19.0.1",
"prop-types": "^15.7.2",
"react": "16.9.0",
"react-dates": "^21.5.0",
"react-dom": "16.9.0",
"react-google-autocomplete": "^1.1.2",
"react-helmet": "^5.2.1",
"react-i18next": "^11.2.2",
"react-pdf": "^4.1.0",
"react-responsive": "^8.0.3",
"react-typography": "^0.16.19",
"redux": "^4.0.4",
"redux-thunk": "^2.3.0",
"semantic-ui-react": "^0.88.2",
"typography": "^0.16.19",
"typography-theme-lincoln": "^0.16.19"
},
"devDependencies": {
"gatsby-plugin-sass": "^2.1.21",
"node-sass": "^4.13.0",
"prettier": "^1.18.2",
"react-redux": "^7.1.3"
},
"repository": {
"type": "git",
"url": "https://github.com/Rent-Cap/website"
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
}
}