-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
81 lines (81 loc) · 2.55 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
76
77
78
79
80
81
{
"name": "resilience-landing-page",
"description": "We’re making it safe and easy for communities to provide local aid.",
"version": "1.1.3",
"author": "Mutual Aid",
"dependencies": {
"gatsby": "^2.13.31",
"gatsby-image": "^2.0.23",
"gatsby-plugin-netlify": "2.2.1",
"gatsby-plugin-netlify-cms": "4.2.2",
"gatsby-plugin-netlify-identity-widget": "1.1.1",
"gatsby-plugin-purgecss": "^4.0.0",
"gatsby-plugin-react-helmet": "^3.0.4",
"gatsby-plugin-sass": "^2.0.7",
"gatsby-plugin-sharp": "2.5.4",
"gatsby-remark-copy-linked-files": "^2.0.7",
"gatsby-remark-images": "3.2.2",
"gatsby-remark-relative-images": "0.3.0",
"gatsby-source-filesystem": "^2.0.26",
"gatsby-transformer-remark": "^2.6.9",
"gatsby-transformer-sharp": "^2.1.9",
"lodash": "^4.17.15",
"lodash-webpack-plugin": "^0.11.4",
"netlify-cms-app": "2.12.7",
"netlify-cms-media-library-cloudinary": "1.3.4",
"netlify-cms-media-library-uploadcare": "0.5.5",
"@material-ui/core": "4.10.1",
"@material-ui/icons": "4.9.1",
"animate.css": "4.1.0",
"classnames": "2.2.6",
"history": "4.10.1",
"moment": "2.26.0",
"node-sass": "4.14.1",
"nouislider": "14.5.0",
"prop-types": "15.7.2",
"react": "16.13.1",
"react-helmet": "^5.2.0",
"react-animate-on-scroll": "2.1.5",
"react-datetime": "2.16.3",
"react-dom": "16.13.1",
"react-google-maps": "9.4.5",
"react-image-gallery": "1.0.7",
"react-router-dom": "5.2.0",
"react-scripts": "3.4.1",
"react-slick": "0.26.1",
"react-swipeable-views": "0.13.9",
"react-tagsinput": "3.19.0",
"uuid": "^7.0.0"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"main": "n/a",
"scripts": {
"clean": "gatsby clean",
"commit": "git cz",
"start": "npm run develop",
"build": "npm run clean && gatsby build",
"develop": "gatsby develop",
"lint": "eslint src/**/*.js; prettier --check \"{gatsby-*.js,src/**/*.js}\"",
"format": "eslint --fix src/**/*.js && prettier --write \"{gatsby-*.js,src/**/*.js}\"",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"cz-conventional-changelog": "^3.2.0",
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.1.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.20.0",
"eslint-plugin-react-hooks": "^2.5.1",
"git-cz": "^4.7.0",
"prettier": "^1.15.3"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}