-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
149 lines (149 loc) · 4.72 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
138
139
140
141
142
143
144
145
146
147
148
149
{
"name": "pride-london-web",
"version": "0.1.0",
"license": "MIT",
"scripts": {
"build": "gatsby build",
"clean": "gatsby clean",
"cov": "codecov",
"develop": "gatsby develop",
"format": "prettier --write 'src/**/*.js' && prettier-package-json --write",
"initialize": "yarn clean && rm -rf node_modules && rm yarn.lock && yarn && yarn develop",
"lint": "eslint 'src/**/*.[jt]s?(x)' && remark . --frail",
"lint-fix": "eslint --fix 'src/**/*.[jt]s?(x)'",
"pre-commit": "lint-staged && tsc",
"prepare": "husky install",
"storybook": "NODE_ENV=production start-storybook -p 9001 -c .storybook",
"test": "yarn jest --runInBand",
"test-watch": "yarn jest --watch"
},
"dependencies": {
"@contentful/rich-text-react-renderer": "14.x",
"@contentful/rich-text-types": "14.x",
"@rebass/grid": "6.x",
"@wojtekmaj/enzyme-adapter-react-17": "0.x",
"aria-hidden": "1.x",
"dotenv": "10.x",
"gatsby": "2.x",
"gatsby-image": "2.x",
"gatsby-link": "2.x",
"gatsby-plugin-google-tagmanager": "2.x",
"gatsby-plugin-layout": "1.x",
"gatsby-plugin-react-helmet": "3.x",
"gatsby-plugin-remove-serviceworker": "1.x",
"gatsby-plugin-robots-txt": "1.6.x",
"gatsby-plugin-rollbar": "1.x",
"gatsby-plugin-sharp": "2.x",
"gatsby-plugin-sitemap": "2.x",
"gatsby-plugin-styled-components": "3.x",
"gatsby-source-contentful": "2.x",
"gatsby-source-filesystem": "2.x",
"gatsby-transformer-sharp": "2.x",
"js-cookie": "2.x",
"lodash.debounce": "4.x",
"moment": "2.x",
"moment-timezone": "0.x",
"polished": "4.x",
"querystring": "0.x",
"react": "17.x",
"react-dom": "17.x",
"react-focus-lock": "2.x",
"react-helmet": "6.x",
"react-intercom": "1.x",
"react-markdown": "6.x",
"react-multi-carousel": "^2.8.5",
"react-onclickoutside": "6.x",
"react-slick": "0.x",
"react-spring": "9.x",
"react-typeform-embed": "0.x",
"shortid": "2.x",
"slick-carousel": "1.x",
"slugify": "1.x",
"string-hash": "1.x",
"styled-components": "5.x",
"styled-system": "5.x",
"tinycolor2": "1.x",
"use-onclickoutside": "0.x",
"uuid-encoder": "1.x"
},
"devDependencies": {
"@babel/core": "7.x",
"@babel/plugin-syntax-dynamic-import": "7.x",
"@babel/plugin-transform-runtime": "7.x",
"@babel/preset-env": "7.x",
"@babel/preset-react": "7.x",
"@babel/preset-typescript": "7.x",
"@babel/register": "7.x",
"@storybook/addon-a11y": "6.x",
"@storybook/addon-actions": "6.x",
"@storybook/addon-knobs": "6.x",
"@storybook/react": "6.x",
"@testing-library/jest-dom": "5.x",
"@testing-library/react": "11.x",
"@testing-library/react-hooks": "7.x",
"@types/jest": "26.x",
"@types/jest-axe": "3.x",
"@types/js-cookie": "2.x",
"@types/moment-timezone": "0.x",
"@types/react": "17.x",
"@types/react-dom": "17.x",
"@types/react-helmet": "6.x",
"@types/shortid": "0.x",
"@types/styled-components": "5.x",
"@types/styled-system": "5.x",
"@types/tinycolor2": "1.x",
"@types/uuid": "8.x",
"@typescript-eslint/eslint-plugin": "2.x",
"@typescript-eslint/parser": "2.x",
"babel-eslint": "10.x",
"babel-loader": "8.x",
"babel-plugin-remove-graphql-queries": "3.x",
"babel-plugin-styled-components": "1.x",
"babel-plugin-transform-class-properties": "6.x",
"babel-preset-react-app": "10.x",
"chalk": "4.x",
"codecov": "3.x",
"enzyme": "3.x",
"eslint": "6.x",
"eslint-config-prettier": "6.x",
"eslint-config-react-app": "5.x",
"eslint-plugin-flowtype": "4.x",
"eslint-plugin-import": "2.x",
"eslint-plugin-jest": "23.x",
"eslint-plugin-jsx-a11y": "6.x",
"eslint-plugin-prettier": "3.x",
"eslint-plugin-react": "7.x",
"eslint-plugin-react-hooks": "2.x",
"eslint-plugin-tsc": "1.x",
"fuzzy": "0.x",
"gatsby-plugin-typescript": "2.x",
"husky": "6.x",
"inquirer": "8.x",
"inquirer-autocomplete-prompt": "1.x",
"jest": "27.x",
"jest-axe": "4.x",
"jest-styled-components": "7.x",
"lint-staged": "11.x",
"node-fetch": "2.x",
"prettier": "2.x",
"prettier-package-json": "2.x",
"prop-types": "15.x",
"react-docgen-typescript-loader": "3.x",
"remark-cli": "9.x",
"remark-preset-lint-recommended": "5.x",
"stylelint": "13.x",
"stylelint-a11y": "1.x",
"stylelint-config-prettier": "8.x",
"stylelint-config-recommended": "5.x",
"stylelint-config-styled-components": "0.x",
"stylelint-prettier": "1.x",
"stylelint-processor-styled-components": "1.x",
"tslib": "2.x",
"typescript": "4.x",
"typescript-styled-plugin": "0.x",
"uuid": "8.x"
},
"keywords": [
"gatsby"
]
}