-
Notifications
You must be signed in to change notification settings - Fork 28
/
package.json
115 lines (115 loc) · 3.6 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
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
112
113
114
115
{
"name": "third-and-grove",
"private": true,
"description": "Third and Grove",
"version": "0.1.0",
"author": "Third and Grove <https://www.thirdandgrove.com>",
"contributors": [
"Claire Annan <cannan@thirdandgrove.com>",
"Grant Glidewell <grant@thirdandgrove.com>",
"Nick Hulea <nick@thirdandgrove.com> (https://naeluh.com)",
"Wes Jones <wes@thirdandgrove.com>",
"Marie Kiryanova <marie@thirdandgrove.com> (https://marie.kiryanova.io)",
"Abby Milberg <amilberg@thirdandgrove.com>"
],
"dependencies": {
"@emotion/core": "^11.0.0",
"@emotion/react": "^11.1.4",
"@emotion/styled": "^11.0.0",
"@netlify/plugin-gatsby": "^3.7.1",
"@szhsin/react-accordion": "^1.2.2",
"axios": "^1.4.0",
"cross-env": "^7.0.3",
"crypto-browserify": "^3.12.0",
"dotenv": "^16.3.1",
"express": "^4.17.1",
"gatsby": "^5.11.0",
"gatsby-image": "^3.0",
"gatsby-plugin-csp": "^1.1.4",
"gatsby-plugin-emotion": "^8.11.0",
"gatsby-plugin-feed": "^5.11.0",
"gatsby-plugin-fixhash": "^0.0.4",
"gatsby-plugin-google-marketing-platform": "^0.2.0",
"gatsby-plugin-google-tagmanager": "^5.11.0",
"gatsby-plugin-gtag": "^1.0.13",
"gatsby-plugin-image": "^3.11.0",
"gatsby-plugin-manifest": "^5.11.0",
"gatsby-plugin-netlify": "^5.1.0",
"gatsby-plugin-react-helmet": "^6.11.0",
"gatsby-plugin-remove-serviceworker": "^1.0.0",
"gatsby-plugin-robots-txt": "^1.5.5",
"gatsby-plugin-sharp": "^5.11.0",
"gatsby-plugin-sitemap": "^6.11.0",
"gatsby-source-drupal": "^6.11.0",
"gatsby-source-filesystem": "^5.11.0",
"gatsby-transformer-json": "^5.11.0",
"gatsby-transformer-sharp": "^5.11.0",
"html-react-parser": "^4.0.0",
"https-browserify": "^1.0.0",
"netlify-lambda": "^2.0.3",
"path-browserify": "^1.0.1",
"prop-types": "^15.7.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-google-recaptcha-v3": "^1.10.1",
"react-helmet": "^6.1.0",
"react-player": "^2.8.1",
"react-slick": "^0.29.0",
"react-spring": "^9.7.2",
"react-syntax-highlighter": "^15.5.0",
"slick-carousel": "^1.8.1",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0"
},
"devDependencies": {
"babel-eslint": "~10.1.0",
"cypress": "^12.17.1",
"eslint": "~8.47.0",
"eslint-config-airbnb": "~19.0.4",
"eslint-config-prettier": "~9.0.0",
"eslint-plugin-cypress": "^2.11.2",
"eslint-plugin-import": "~2.28.1",
"eslint-plugin-jsx-a11y": "~6.7.1",
"eslint-plugin-prettier": "~5.0.0",
"eslint-plugin-react": "~7.33.2",
"eslint-plugin-react-hooks": "4.6.0",
"husky": "^8.0.3",
"jest": "^29.6.1",
"netlify-cli": "^16.1.0",
"prettier": "~3.0.0",
"pretty-quick": "~3.1.0",
"querystring-es3": "^0.2.1"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"clean": "gatsby clean",
"format": "prettier --write src/**/*.{js,jsx}",
"start": "yarn run develop",
"serve": "gatsby serve",
"cypress": "cypress open",
"test": "cypress run",
"lint": "node ./node_modules/eslint/bin/eslint . --ignore-path .gitignore",
"lambda": "netlify functions:build --src ./static/functions"
},
"repository": {
"type": "git",
"url": "https://github.com/thirdandgrove/tagd8_gatsby/"
},
"bugs": {
"url": "https://github.com/thirdandgrove/tagd8_gatsby/issues"
},
"husky": {
"hooks": {
"commit-msg": "npm run lint",
"pre-commit": "pretty-quick --staged"
}
},
"resolutions": {
"babel-plugin-lodash/@babel/types": "~7.20.0"
}
}