forked from ChristChurchMayfair/ccm-main-gatsby
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
111 lines (111 loc) · 3.7 KB
/
package.json
File metadata and controls
111 lines (111 loc) · 3.7 KB
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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
{
"name": "ccm-main-gatsby",
"private": true,
"description": "Christ Church Mayfair's website",
"version": "0.1.0",
"author": "Tom Duckering <tom@christchurchmayfair.org>",
"dependencies": {
"@sanity/client": "^1.149.7",
"@types/date-fns": "^2.6.0",
"@types/object-hash": "^1.3.4",
"@types/query-string": "^6.3.0",
"@types/react-datepicker": "^2.11.0",
"@types/react-simple-maps": "^1.0.3",
"@types/react-youtube": "^7.6.2",
"@types/youtube": "0.0.38",
"classnames": "^2.2.6",
"date-fns": "^2.14.0",
"gatsby": "^2.21.7",
"gatsby-image": "^2.4.0",
"gatsby-plugin-google-analytics": "^2.3.19",
"gatsby-plugin-netlify": "^2.3.2",
"gatsby-plugin-react-svg": "^3.0.0",
"gatsby-plugin-sass": "^2.3.2",
"js-cookie": "^2.2.1",
"node-sass": "^4.14.1",
"object-hash": "^2.0.3",
"query-string": "^6.12.1",
"react": "^16.12.0",
"react-datepicker": "^2.16.0",
"react-dom": "^16.12.0",
"react-helmet": "^6.0.0",
"react-hook-form": "^5.7.2",
"react-intersection-observer": "^8.26.2",
"react-modal": "^3.5.1",
"react-simple-maps": "^2.3.0",
"react-spinkit": "^3.0.0",
"react-youtube": "^7.11.2",
"styled-components": "^5.1.0"
},
"devDependencies": {
"@graphql-codegen/cli": "^1.13.5",
"@sanity/block-content-to-html": "^1.3.8",
"@types/classnames": "^2.2.10",
"@types/jest": "^25.2.1",
"@types/js-cookie": "^2.2.6",
"@types/node": "^13.13.5",
"@types/react": "^16.9.34",
"@types/react-dom": "^16.9.7",
"@types/react-helmet": "^5.0.15",
"@types/react-modal": "^3",
"@types/react-spinkit": "3",
"@types/styled-components": "^5.1.0",
"@types/vfile-message": "^2.0.0",
"@typescript-eslint/eslint-plugin": "^2.30.0",
"@typescript-eslint/parser": "^2.30.0",
"babel-jest": "^25.5.1",
"babel-preset-gatsby": "^0.4.0",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-react": "^7.19.0",
"eslint-plugin-react-hooks": "^3.0.0",
"gatsby-plugin-catch-links": "^2.3.2",
"gatsby-plugin-manifest": "^2.4.1",
"gatsby-plugin-offline": "^3.2.0",
"gatsby-plugin-react-helmet": "^3.3.0",
"gatsby-plugin-sharp": "^2.6.3",
"gatsby-plugin-typegen": "^2.1.0",
"gatsby-plugin-typescript": "^2.4.0",
"gatsby-source-filesystem": "^2.3.0",
"gatsby-source-local-git": "^1.0.0",
"gatsby-source-sanity": "^5.0.6",
"gatsby-transformer-remark": "^2.8.3",
"gatsby-transformer-remark-frontmatter": "^0.1.0",
"gatsby-transformer-sharp": "^2.5.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^26.0.1",
"patch-package": "^6.2.2",
"postinstall-postinstall": "^2.1.0",
"prettier": "2.0.5",
"remark-html": "^11.0.1",
"ts-node": "^8.9.1",
"typescript": "^3.8.3"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop -H 0.0.0.0",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"start": "npm run develop",
"type-check": "tsc --noEmit --skipLibCheck",
"type-check:watch": "tsc --noEmit --watch",
"build-to-bootstrap": "ABORT_AFTER_BOOTSTRAP=1 yarn build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"lint": "yarn eslint src --ext .js,.jsx,.ts,.tsx",
"prettier-check": "yarn prettier 'src/**/*.{ts,tsx,js,jsx,css}' --list-different",
"test": "yarn jest",
"postinstall": "patch-package",
"pre-commit-check": "yarn lint && yarn prettier-check && yarn test && yarn type-check"
},
"repository": {
"type": "git",
"url": "https://github.com/ChristChurchMayfair/ccm-main-gatsby"
},
"bugs": {
"url": "https://github.com/ChristChurchMayfair/ccm-main-gatsby/issues"
}
}