-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 2.15 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
{
"name": "search-homepage",
"description": "Homepage for Search for a Cause (https://search.gladly.io)",
"version": "1.0.0",
"author": "The Gladly Team",
"keywords": [
"tab",
"cause",
"extension",
"charity"
],
"license": "MPL-2.0",
"scripts": {
"build": "GATSBY_TELEMETRY_DISABLED=1 gatsby build",
"develop": "GATSBY_TELEMETRY_DISABLED=1 gatsby develop",
"format": "eslint --fix 'src/**/*.js'",
"lint": "eslint 'src/**/*.js'",
"serve": "GATSBY_TELEMETRY_DISABLED=1 gatsby serve",
"test": "NODE_ENV=test yarn run lint && jest --env=jsdom --coverage",
"test:watch": "NODE_ENV=test jest --env=jsdom --watch",
"deploy": "gatsby-plugin-s3 deploy"
},
"dependencies": {
"@emotion/react": "^11.8.2",
"@emotion/styled": "^11.8.1",
"@mui/icons-material": "^5.5.1",
"@mui/material": "^5.5.3",
"common-tags": "^1.8.0",
"gatsby": "^4.11.0",
"gatsby-plugin-material-ui": "^4.1.0",
"gatsby-plugin-react-helmet": "^5.11.0",
"gatsby-plugin-robots-txt": "^1.5.3",
"gatsby-plugin-sentry": "^1.0.1",
"gatsby-plugin-sitemap": "^5.11.0",
"gatsby-source-filesystem": "^4.11.0",
"gatsby-transformer-yaml": "^4.11.0",
"lodash": "^4.17.21",
"mdi-material-ui": "^7.2.0",
"moment": "^2.29.4",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"react-helmet": "^6.1.0"
},
"devDependencies": {
"@babel/core": "^7.12.3",
"@babel/eslint-parser": "^7.17.0",
"@babel/plugin-transform-runtime": "^7.12.1",
"@babel/preset-env": "^7.12.1",
"@babel/preset-react": "^7.12.1",
"@wojtekmaj/enzyme-adapter-react-17": "^0.6.7",
"babel-eslint": "^10.1.0",
"babel-jest": "^27.5.1",
"babel-plugin-module-resolver": "^4.0.0",
"babel-preset-gatsby": "^2.11.0",
"core-js": "^3.21.1",
"enzyme": "^3.11.0",
"enzyme-to-json": "^3.6.1",
"eslint": "^8.12.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.21.5",
"esm": "^3.2.25",
"gatsby-plugin-s3": "^0.3.8",
"jest": "^27.5.1",
"prettier": "^2.1.2",
"react-test-renderer": "^17.0.0",
"typescript": "^4.6.3"
}
}