-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
93 lines (93 loc) · 3.11 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
{
"name": "randonneurs-to",
"private": false,
"description": "Automations for randonneurs toronto",
"version": "0.1.0",
"author": "Erin Marchak <[email protected]>",
"dependencies": {
"@babel/core": "^7.17.10",
"@babel/preset-typescript": "^7.16.7",
"@bugsnag/core": "^7.17.0",
"@bugsnag/js": "^7.16.7",
"@bugsnag/plugin-react": "^7.16.1",
"@loadable/component": "^5.15.2",
"@netlify/functions": "^1.2.0",
"@sendgrid/mail": "^7.7.0",
"apollo-server-lambda": "^3.6.6",
"cross-fetch": "^3.1.5",
"date-time-format-timezone": "^1.0.22",
"gatsby": "^5.3.3",
"gatsby-plugin-google-gtag": "^5.0.0",
"gatsby-plugin-image": "^3.0.0",
"gatsby-plugin-netlify": "^5.1.0",
"gatsby-plugin-sass": "^6.0.0",
"gatsby-plugin-sharp": "^5.0.0",
"gatsby-plugin-typescript": "^5.0.0",
"gatsby-plugin-web-font-loader": "^1.0.4",
"gatsby-source-filesystem": "^5.0.0",
"gatsby-source-graphql": "^5.0.0",
"gatsby-source-rss-feed": "^1.2.2",
"gatsby-transformer-sharp": "^5.0.0",
"google-spreadsheet": "^3.1.15",
"graphql": "16.6.0",
"ics": "^2.41.0",
"normalize.css": "^8.0.1",
"postcss": "^8.4.6",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-burger-menu": "^3.0.6",
"react-datepicker": "^4.8.0",
"react-dom": "^18.2.0",
"react-query": "^3.39.0",
"sass": "^1.30.0",
"typescript": ">=2.7",
"webpack": "^5.0.0"
},
"devDependencies": {
"@graphql-codegen/cli": "2.13.11",
"@graphql-codegen/introspection": "2.2.1",
"@graphql-codegen/typescript": "2.8.1",
"@graphql-codegen/typescript-document-nodes": "2.3.6",
"@graphql-codegen/typescript-graphql-files-modules": "2.2.1",
"@graphql-codegen/typescript-operations": "2.5.6",
"@graphql-codegen/typescript-react-query": "^4.0.1",
"@graphql-tools/jest-transform": "^1.2.1",
"@percy/cli": "^1.9.1",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.3.0",
"@testing-library/react-hooks": "^8.0.1",
"@types/gtag.js": "^0.0.12",
"@types/jest": "^29.2.2",
"@types/node": "^18.7.8",
"@types/react": "^18.0.17",
"babel-eslint": "^10.0.0",
"babel-jest": "^29.3.1",
"babel-preset-gatsby": "^3.0.0",
"core-js": "^3.26.1",
"dotenv-cli": "^6.0.0",
"eslint": "^8.9.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-import": ">=2.26.0",
"gatsby-plugin-root-import": "^2.0.7",
"graphql-tag": "^2.10.0",
"graphqurl": "^1.0.1",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.3.1",
"jest-environment-jsdom": "^29.3.1",
"mockdate": "^3.0.5",
"netlify-cli": "^12.1.1",
"prettier": "^2.4.1",
"ts-node": "^10.9.1"
},
"scripts": {
"build:test": "gatsby build",
"build:schema": "graphql-codegen --config codegen.yml",
"build:production": "GATSBY_CPU_COUNT=1 gatsby build",
"develop": "gatsby develop -p 8000 -o",
"develop:functions": "netlify functions:serve",
"develop:live": "netlify dev --live",
"test": "jest --watch",
"test:coverage": "jest --coverage",
"test:snapshot": "yarn percy snapshot public/"
}
}