-
Notifications
You must be signed in to change notification settings - Fork 441
/
Copy pathpackage.json
146 lines (146 loc) · 4.85 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
{
"name": "kentcdodds.com",
"private": true,
"description": "Kent's personal website",
"version": "1.0.5",
"author": "Kent C. Dodds <[email protected]> (https://kentcdodds.com)",
"repository": "https://github.com/kentcdodds/kentcdodds.com",
"dependencies": {
"@babel/runtime": "^7.12.5",
"@emotion/core": "^11.0.0",
"@emotion/react": "^11.1.2",
"@emotion/server": "^11.0.0",
"@emotion/styled": "^11.0.0",
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"@reach/router": "^1.3.4",
"@sindresorhus/slugify": "^1.1.0",
"ap-style-title-case": "^1.1.2",
"axios": "^0.21.0",
"date-fns": "^2.16.1",
"dotenv": "^8.2.0",
"dotenv-parse-variables": "^1.0.1",
"emoji-strip": "^1.0.1",
"formik": "^2.2.6",
"gatsby": "2.28.2",
"gatsby-image": "^2.7.0",
"gatsby-link": "^2.7.0",
"gatsby-parallel-runner": "^1.3.0",
"gatsby-plugin-catch-links": "^2.6.0",
"gatsby-plugin-emotion": "^5.1.0-next.0",
"gatsby-plugin-feed": "^2.9.0",
"gatsby-plugin-manifest": "^2.8.0",
"gatsby-plugin-mdx": "^1.6.0",
"gatsby-plugin-meta-redirect": "^1.1.1",
"gatsby-plugin-nprogress": "^2.6.0",
"gatsby-plugin-react-helmet": "^3.6.0",
"gatsby-plugin-remove-serviceworker": "^1.0.0",
"gatsby-plugin-robots-txt": "^1.5.3",
"gatsby-plugin-sharp": "^2.10.1",
"gatsby-plugin-sitemap": "^2.8.0",
"gatsby-plugin-twitter": "^2.6.0",
"gatsby-plugin-typography": "^2.8.0",
"gatsby-plugin-workerize-loader": "^1.5.0",
"gatsby-remark-autolink-headers": "^2.7.0",
"gatsby-remark-copy-linked-files": "^2.6.0",
"gatsby-remark-embedder": "^4.1.0",
"gatsby-remark-images": "^3.7.1",
"gatsby-remark-prismjs": "^3.9.0",
"gatsby-source-filesystem": "^2.7.0",
"gatsby-transformer-remark": "^2.12.0",
"gatsby-transformer-sharp": "^2.8.0",
"http-proxy-middleware": "^1.0.6",
"lodash": "^4.17.20",
"match-sorter": "^6.0.2",
"memory-cache": "^0.2.0",
"nodemailer": "^6.4.16",
"ow": "^0.20.0",
"polished": "^4.0.5",
"prism-react-renderer": "^1.1.1",
"prism-themes": "^1.5.0",
"prismjs": "^1.22.0",
"prop-types": "^15.7.2",
"react": "^17.0.1",
"react-countdown-now": "^2.1.2",
"react-dom": "^17.0.1",
"react-error-boundary": "^3.1.0",
"react-helmet": "~6.1.0",
"react-live": "^2.2.3",
"react-markdown": "^5.0.3",
"react-share": "^4.3.1",
"react-typography": "^0.16.19",
"rehype-document": "^5.1.0",
"rehype-format": "^3.1.0",
"rehype-raw": "^5.0.0",
"rehype-stringify": "^8.0.0",
"remark": "^13.0.0",
"remark-parse": "^9.0.0",
"remark-rehype": "^8.0.0",
"strip-indent": "^3.0.0",
"strip-markdown": "^4.0.0",
"typography": "^0.16.19",
"unified": "^9.2.0",
"yup": "^0.32.6"
},
"devDependencies": {
"@babel/core": "^7.12.10",
"@netlify/zip-it-and-ship-it": "^1.5.1",
"@testing-library/cypress": "^7.0.2",
"@testing-library/jest-dom": "^5.11.6",
"@testing-library/react": "^11.2.2",
"@testing-library/react-hooks": "^3.7.0",
"@testing-library/user-event": "^12.5.0",
"babel-jest": "^26.6.3",
"babel-preset-gatsby": "^0.8.0",
"cypress": "^6.1.0",
"dotenv-cli": "^4.0.0",
"eslint": "^7.15.0",
"eslint-config-kentcdodds": "^17.3.0",
"eslint-plugin-cypress": "^2.11.2",
"eslint-plugin-jest": "^24.1.3",
"husky": "^4.3.5",
"identity-obj-proxy": "^3.0.0",
"is-ci-cli": "^2.1.2",
"jest": "^26.6.3",
"jest-in-case": "^1.0.2",
"lint-staged": "^10.5.3",
"netlify-lambda": "^2.0.1",
"npm-run-all": "^4.1.5",
"prettier": "^2.2.1",
"react-test-renderer": "^17.0.1",
"rimraf": "^3.0.2",
"start-server-and-test": "^1.11.6",
"unist-util-visit": "^2.0.3"
},
"license": "MIT",
"main": "n/a",
"scripts": {
"build": "gatsby build",
"dev": "npm-run-all --parallel dev:*",
"dev:gatsby": "gatsby develop",
"dev:functions": "dotenv -e ./netlify/.env netlify-lambda serve netlify/functions",
"start": "gatsby serve --port 5020",
"setup": "npm install && npm run validate",
"netlify": "GATSBY_EXPERIMENTAL_PAGE_BUILD_ON_DATA_CHANGES=true gatsby-parallel-runner",
"validate": "npm run build",
"lint": "eslint .",
"format": "prettier --write \"**/*.+(js|jsx|json|yml|yaml|css|less|scss|ts|tsx|graphql|md|mdx)\"",
"cy": "is-ci \"test:e2e\" \"cy:open\"",
"cy:open": "cypress open",
"cy:run": "CYPRESS_BASE_URL=http://localhost:5020 cypress run",
"test:e2e": "start-server-and-test start http://localhost:5020 cy:run",
"test": "is-ci \"test:coverage\" \"test:watch\"",
"test:coverage": "jest --coverage",
"test:watch": "jest --watch",
"test:debug": "node --inspect-brk ./node_modules/jest/bin/jest.js --runInBand --watch"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"browserslist": [
">1%",
"not dead"
]
}