-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
137 lines (137 loc) · 4.65 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
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
{
"name": "tab-homepage",
"description": "Homepage for Tab for a Cause (https://tab.gladly.io)",
"version": "1.0.0",
"author": "The Tab for a Cause Team",
"dependencies": {
"@emotion/react": "^11.7.1",
"@emotion/server": "^11.4.0",
"@emotion/styled": "^11.6.0",
"@fontsource/poppins": "^4.5.0",
"@fullpage/react-fullpage": "0.1.18",
"@mui/icons-material": "^5.3.1",
"@mui/lab": "^5.0.0-alpha.66",
"@mui/material": "^5.3.1",
"@mui/styles": "^5.3.0",
"@storybook/cli": "^6.4.16",
"@use-it/interval": "^1.0.0",
"bowser": "^2.11.0",
"clsx": "^1.1.1",
"common-tags": "^1.8.2",
"dayjs": "^1.10.7",
"dotenv-extended": "^2.9.0",
"gatsby": "^4.5.5",
"gatsby-plugin-facebook-pixel": "^1.0.5",
"gatsby-plugin-image": "^2.5.2",
"gatsby-plugin-manifest": "^4.6.0",
"gatsby-plugin-material-ui": "^4.0.2",
"gatsby-plugin-react-helmet": "^5.5.0",
"gatsby-plugin-robots-txt": "^1.7.0",
"gatsby-plugin-sentry": "^1.0.1",
"gatsby-plugin-sharp": "^4.5.2",
"gatsby-plugin-sitemap": "^5.5.0",
"gatsby-plugin-typography": "^4.5.0",
"gatsby-source-filesystem": "^4.5.2",
"gatsby-transformer-json": "^4.5.0",
"gatsby-transformer-sharp": "^4.5.0",
"gatsby-transformer-yaml": "^4.5.0",
"lodash": "^4.17.21",
"mdi-material-ui": "^7.1.0",
"moment": "^2.29.4",
"qs": "^6.10.3",
"react": "^17.0.2",
"react-alice-carousel": "^2.4.0",
"react-countdown": "^2.3.2",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0",
"react-share": "^4.3.1",
"react-slick": "^0.28.1",
"react-transition-group": "^4.4.1",
"react-typography": "^0.16.19",
"rehype-react": "^7.0.4",
"rehype-sanitize": "^5.0.1",
"remark": "^14.0.2",
"remark-parse": "^10.0.1",
"remark-rehype": "^10.1.0",
"slick-carousel": "^1.8.1",
"typography": "^0.16.19",
"unified": "^10.1.1"
},
"keywords": [
"tab",
"cause",
"extension",
"charity"
],
"license": "MPL-2.0",
"scripts": {
"build": "GATSBY_TELEMETRY_DISABLED=1 gatsby build",
"dev": "yarn run develop",
"develop": "SHOW_CATS_PAGE=true GATSBY_TELEMETRY_DISABLED=1 GATSBY_GENERATE_CAUSE_PAGES=true gatsby develop",
"format": "yarn run eslint --fix",
"lint": "eslint \"{src,plugins}/**/*.{js,jsx}\"",
"serve": "GATSBY_TELEMETRY_DISABLED=1 gatsby serve",
"jest": "jest",
"test": "yarn run lint && jest --env=jsdom --coverage --testPathIgnorePatterns=e2e-tests",
"test:e2e": "dotenv-extended --defaults=./.env RUNNING_E2E_TESTS=true jest --testPathPattern=e2e-tests.test --watchAll=false",
"test:watch": "jest --env=jsdom --testPathIgnorePatterns=e2e-tests --watch",
"deploy": "gatsby-plugin-s3 deploy",
"storybook": "RUNNING_STORYBOOK=true start-storybook -p 6006 --no-open",
"build-storybook": "RUNNING_STORYBOOK=true build-storybook"
},
"devDependencies": {
"@babel/core": "^7.16.12",
"@babel/preset-env": "^7.1.6",
"@storybook/addon-actions": "^6.4.16",
"@storybook/addon-essentials": "^6.4.16",
"@storybook/addon-links": "^6.4.16",
"@storybook/addons": "^6.4.16",
"@storybook/api": "^6.4.16",
"@storybook/builder-webpack5": "^6.4.16",
"@storybook/components": "^6.4.16",
"@storybook/core-events": "^6.4.16",
"@storybook/html": "^6.5.12",
"@storybook/manager-webpack5": "^6.4.16",
"@storybook/react": "^6.4.16",
"@storybook/theming": "^6.4.16",
"@testing-library/react-hooks": "^7.0.2",
"@wojtekmaj/enzyme-adapter-react-17": "^0.6.6",
"babel-eslint": "^10.1.0",
"babel-jest": "^27.4.6",
"babel-loader": "^8.2.2",
"babel-plugin-module-resolver": "^4.0.0",
"babel-preset-gatsby": "^2.5.2",
"chromatic": "^6.4.1",
"core-js": "^3.0.0",
"emotion-theming": "^11.0.0",
"enzyme": "^3.11.0",
"enzyme-to-json": "^3.6.1",
"eslint": "^8.8.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.3.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jest": "^26.0.0",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"eslint-plugin-storybook": "^0.5.6",
"esm": "^3.2.25",
"gatsby-plugin-s3": "^0.3.8",
"graphql": "^16.3.0",
"if-env": "^1.0.4",
"jest": "^27.4.7",
"jquery": "^3.6.0",
"jscodeshift": "^0.13.1",
"jsdom": "^19.0.0",
"mockdate": "^3.0.5",
"prettier": "^2.1.2",
"prop-types": "^15",
"react-test-renderer": "^17.0.2",
"storybook-addon-gatsby": "^0.0.4",
"tab-e2e": "^2.1.0",
"typescript": "^4.5.5",
"webpack": "^5.67.0"
}
}