forked from kentcdodds/old-kentcdodds.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
150 lines (150 loc) · 5.05 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
150
{
"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": {
"@emotion/core": "^10.0.16",
"@emotion/styled": "^10.0.15",
"@mdx-js/mdx": "^1.4.0",
"@mdx-js/react": "^1.4.0",
"@reach/router": "^1.2.1",
"@sindresorhus/slugify": "^0.9.1",
"ap-style-title-case": "^1.1.0",
"axios": "^0.19.0",
"date-fns": "^2.0.1",
"debounce-fn": "^3.0.1",
"dotenv": "^8.1.0",
"dotenv-parse-variables": "^0.2.2",
"emotion": "^10.0.14",
"emotion-server": "^10.0.14",
"emotion-theming": "^10.0.14",
"formik": "^1.5.8",
"gatsby": "2.14.0",
"gatsby-image": "^2.2.14",
"gatsby-link": "^2.2.9",
"gatsby-plugin-catch-links": "^2.1.5",
"gatsby-plugin-emotion": "^4.1.4",
"gatsby-plugin-feed": "^2.3.9",
"gatsby-plugin-google-analytics": "^2.1.11",
"gatsby-plugin-manifest": "^2.2.9",
"gatsby-plugin-mdx": "^1.0.33",
"gatsby-plugin-meta-redirect": "^1.1.1",
"gatsby-plugin-nprogress": "^2.1.4",
"gatsby-plugin-offline": "^2.2.10",
"gatsby-plugin-react-helmet": "^3.1.5",
"gatsby-plugin-robots-txt": "^1.5.0",
"gatsby-plugin-sharp": "^2.2.18",
"gatsby-plugin-sitemap": "^2.2.9",
"gatsby-plugin-twitter": "^2.1.4",
"gatsby-plugin-typography": "^2.3.5",
"gatsby-remark-copy-linked-files": "^2.1.13",
"gatsby-remark-embedder": "^1.1.2",
"gatsby-remark-images": "^3.1.19",
"gatsby-remark-prismjs": "^3.3.9",
"gatsby-source-filesystem": "^2.1.18",
"gatsby-transformer-remark": "^2.6.19",
"gatsby-transformer-sharp": "^2.2.12",
"htmltojsx": "^0.3.0",
"http-proxy-middleware": "^0.19.1",
"lodash": "^4.17.15",
"match-sorter": "^4.0.1",
"memory-cache": "^0.2.0",
"nodemailer": "^6.3.0",
"ow": "^0.13.2",
"polished": "^3.4.1",
"prism-react-renderer": "^0.1.7",
"prism-themes": "^1.1.0",
"prismjs": "^1.17.1",
"prop-types": "^15.7.2",
"react": "^16.9.0",
"react-countdown-now": "^2.1.1",
"react-dom": "^16.9.0",
"react-helmet": "~5.2.1",
"react-live": "^2.2.0",
"react-markdown": "^4.1.0",
"react-responsive-carousel": "^3.1.50",
"react-share": "^3.0.1",
"react-typography": "^0.16.19",
"rehype-document": "^3.0.1",
"rehype-format": "^2.3.2",
"rehype-raw": "^4.0.1",
"rehype-stringify": "^6.0.0",
"remark": "^11.0.1",
"remark-parse": "^7.0.1",
"remark-rehype": "^5.0.0",
"strip-indent": "^3.0.0",
"strip-markdown": "^3.1.1",
"styled-components": "^4.3.2",
"typography": "^0.16.19",
"unified": "^8.3.2",
"yup": "^0.27.0"
},
"devDependencies": {
"@babel/core": "^7.5.5",
"@testing-library/cypress": "^4.1.1",
"@testing-library/jest-dom": "^4.1.0",
"@testing-library/react": "^9.1.3",
"babel-jest": "^24.9.0",
"babel-preset-gatsby": "^0.2.11",
"babel-runtime": "^6.26.0",
"cypress": "^3.4.1",
"dotenv-cli": "^2.0.1",
"eslint": "^6.2.2",
"eslint-config-kentcdodds": "^14.4.0",
"eslint-plugin-cypress": "^2.6.1",
"eslint-plugin-jest": "^22.15.2",
"husky": "^3.0.4",
"identity-obj-proxy": "^3.0.0",
"is-ci-cli": "^1.1.1",
"jest": "^24.9.0",
"jest-in-case": "^1.0.2",
"lint-staged": "^9.2.4",
"ncp": "^2.0.0",
"netlify-lambda": "^1.6.3",
"npm-run-all": "^4.1.5",
"prettier": "1.18.2",
"react-async": "^8.0.0",
"start-server-and-test": "^1.10.0",
"unist-util-visit": "^2.0.0"
},
"license": "MIT",
"main": "n/a",
"scripts": {
"prebuild": "node other/load-cache.js",
"build": "gatsby build",
"postbuild": "node other/make-cache.js",
"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": "yarn && yarn validate",
"netlify": "npm-run-all --parallel functions:build lint test netlify:cypress",
"functions:build": "netlify-lambda build netlify/functions",
"netlify:cypress": "npm-run-all --parallel install:cypress build && yarn test:e2e",
"install:cypress": "cypress install",
"build-and-test": "yarn build && yarn test:e2e",
"validate": "npm-run-all --parallel lint test:coverage build-and-test",
"lint": "eslint .",
"format": "prettier --write \"**/*.+(js|jsx|json|yml|yaml|css|less|scss|ts|tsx|md|graphql|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"
]
}