-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
75 lines (75 loc) · 2.53 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": "hackthemidlands-website",
"description": "HackTheMidlands Website",
"version": "2.0.0",
"bugs": {
"url": "https://github.com/hackthemidlands/htm-2.0/issues"
},
"resolutions": {
"graphql": "^15.4.0",
"graphql-compose": "^7.25.0",
"webpack": "^5.24.2"
},
"dependencies": {
"classnames": "^2.2.6",
"date-fns": "^2.22.1",
"gatsby": "^3.9.0",
"gatsby-image": "^3.8.0",
"gatsby-plugin-advanced-sitemap": "^2.0.0",
"gatsby-plugin-gatsby-cloud": "^2.9.0",
"gatsby-plugin-image": "^1.9.0",
"gatsby-plugin-manifest": "^3.9.0",
"gatsby-plugin-react-helmet": "^4.9.0",
"gatsby-plugin-react-svg": "^3.0.1",
"gatsby-plugin-sass": "^4.9.0",
"gatsby-plugin-sharp": "^3.9.0",
"gatsby-source-contentful": "^5.9.0",
"gatsby-transformer-remark": "^4.9.0",
"gatsby-transformer-sharp": "^3.9.0",
"lodash": "^4.17.19",
"masonry-layout": "^4.2.2",
"moment": "^2.25.3",
"prop-types": "^15.7.2",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"react-flexbox-grid": "^2.1.2",
"react-helmet": "^6.1.0",
"sass": "^1.35.2",
"smooth-scroll": "^16.1.3",
"sweetalert2": "^11.0.18",
"sweetalert2-react-content": "^4.1.0",
"swr": "^0.5.6",
"uniqid": "^5.2.0"
},
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^2.0.2",
"babel-eslint": "^10.1.0",
"dotenv": "^10.0.0",
"eslint": "^7.29.0",
"eslint-config-react-app": "^6.0.0",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-unused-imports": "^1.1.2",
"prettier": "^2.3.2"
},
"homepage": "https://github.com/contentful-userland/gatsby-contentful-starter#readme",
"keywords": [
"gatsby",
"contentful",
"hackthemidlands"
],
"license": "MIT",
"main": "n/a",
"repository": {
"type": "git",
"url": "git+https://github.com/contentful-userland/gatsby-contentful-starter.git"
},
"scripts": {
"dev": "npm run develop",
"develop": "gatsby develop",
"start": "npm run develop",
"lint": "eslint --ext .js,.jsx --ignore-pattern public .",
"format": "prettier -w . *.js **/*.js **/*.jsx **/*.scss",
"build": "gatsby build",
"fix": "eslint --quiet --ignore-pattern node_modules --ignore-pattern public --parser babel-eslint --fix *.js src/**/*.js src/**/*.jsx"
}
}