-
Notifications
You must be signed in to change notification settings - Fork 628
/
package.json
222 lines (222 loc) · 7.58 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
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
{
"name": "kentcdodds.com",
"version": "1.0.0",
"engines": {
"node": "20",
"npm": ">=10"
},
"imports": {
"#*": "./*"
},
"description": "A remix version of kentcdodds.com",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/kentcdodds/kentcdodds.com.git"
},
"keywords": [],
"author": "Kent C. Dodds <[email protected]> (https://kentcdodds.com/)",
"license": "GPL-3.0-only",
"bugs": {
"url": "https://github.com/kentcdodds/kentcdodds.com/issues"
},
"homepage": "https://github.com/kentcdodds/kentcdodds.com#readme",
"type": "module",
"scripts": {
"postinstall": "patch-package --patch-dir other/patches",
"clean": "rimraf ./node_modules/.cache ./server/dist ./build ./public/build",
"prebuild": "npm run clean && echo All clean ✨",
"build": "run-s build:*",
"build:remix": "vite build --sourcemap && vite build --ssr --sourcemap",
"build:server": "tsx ./other/build-server.ts",
"build:info": "tsx ./other/generate-build-info",
"dev": "node ./server/dev-server.js",
"runfile": "tsx ./other/runfile.js",
"start": "cross-env NODE_ENV=production node ./index.js",
"start:mocks": "cross-env NODE_ENV=production MOCKS=true tsx ./index.js",
"curl:blog": "curl --HEAD --silent http://localhost:$PORT/blog > /dev/null || true",
"prime-cache:prod": "cross-env PORT=4001 npx start-server-and-test start http-get://localhost:4001 curl:blog && echo cache primed ⚡️",
"prime-cache:mocks": "cross-env PORT=4001 npx start-server-and-test start:mocks http-get://localhost:4001 curl:blog && echo cache primed ⚡️",
"test:e2e:dev": "cross-env PORT=3000 playwright test",
"pretest:e2e:run": "npm run build",
"test:e2e:run": "cross-env PORT=8811 playwright test",
"test:e2e:install": "npx playwright install chromium --with-deps",
"test": "vitest",
"lint": "eslint .",
"format": "prettier --write \"**/*.+(js|jsx|json|yml|yaml|css|less|scss|ts|tsx|md|gql|graphql|mdx|vue)\"",
"typecheck": "tsc -b .",
"validate": "./other/validate",
"setup": "npm install && prisma migrate reset --force && npm run validate && npm run prime-cache:mocks && npm run test:e2e:install && npm run test:e2e:run"
},
"prisma": {
"seed": "tsx other/runfile prisma/seed.ts"
},
"dependencies": {
"@conform-to/react": "^1.1.3",
"@conform-to/zod": "^1.1.3",
"@epic-web/cachified": "^5.2.0",
"@epic-web/client-hints": "^1.3.2",
"@epic-web/config": "^1.11.0",
"@epic-web/remember": "^1.0.2",
"@kentcdodds/md-temp": "^8.0.1",
"@octokit/plugin-throttling": "^9.3.0",
"@octokit/rest": "^20.1.1",
"@prisma/client": "^5.14.0",
"@reach/accordion": "^0.18.0",
"@reach/auto-id": "^0.18.0",
"@reach/checkbox": "^0.18.0",
"@reach/dialog": "^0.18.0",
"@reach/tabs": "^0.18.0",
"@remark-embedder/core": "^3.0.3",
"@remark-embedder/transformer-oembed": "^5.0.0",
"@remix-run/express": "2.9.2",
"@remix-run/node": "2.9.2",
"@remix-run/react": "2.9.2",
"@remix-run/router": "1.16.1",
"@remix-run/server-runtime": "2.9.2",
"@sentry/profiling-node": "^8.17.0",
"@sentry/remix": "^8.17.0",
"@sentry/vite-plugin": "^2.21.0",
"@sindresorhus/slugify": "^2.2.1",
"@tailwindcss/typography": "^0.5.13",
"@vitejs/plugin-react": "^4.2.1",
"@xstate/react": "^3.2.2",
"address": "^2.0.2",
"bcrypt": "^5.1.1",
"better-sqlite3": "^10.0.0",
"chalk": "^5.3.0",
"chokidar": "^3.6.0",
"close-with-grace": "^1.3.0",
"cloudinary-build-url": "^0.2.4",
"clsx": "^2.1.1",
"compression": "^1.7.4",
"cross-env": "^7.0.3",
"date-fns": "^3.6.0",
"dotenv": "^16.4.5",
"emoji-regex": "^10.3.0",
"error-stack-parser": "^2.1.4",
"esbuild": "^0.21.3",
"execa": "^9.1.0",
"express": "^4.19.2",
"express-async-errors": "^3.1.1",
"express-http-proxy": "^2.0.0",
"framer-motion": "^11.2.5",
"fs-extra": "^11.2.0",
"get-port": "^7.1.0",
"gsap": "^3.12.5",
"hast-util-to-html": "^9.0.1",
"hast-util-to-string": "^3.0.0",
"helmet": "^7.1.0",
"isbot": "^5.1.6",
"litefs-js": "^1.1.2",
"lodash": "^4.17.21",
"lru-cache": "^10.2.2",
"match-sorter": "^6.3.4",
"md5-hash": "^1.0.1",
"mdast-util-to-hast": "^13.1.0",
"mdx-bundler": "^10.0.2",
"metascraper": "^5.45.8",
"metascraper-description": "^5.45.7",
"metascraper-image": "^5.45.7",
"metascraper-title": "^5.45.7",
"morgan": "^1.10.0",
"node-fetch": "^3.3.2",
"on-finished": "^2.4.1",
"p-limit": "^5.0.0",
"p-props": "^6.0.0",
"p-queue": "^8.0.1",
"patch-package": "^8.0.0",
"path-to-regexp": "^6.2.2",
"postcss-import": "^16.1.0",
"prisma": "^5.14.0",
"qrcode": "^1.5.3",
"react": "19.0.0-rc-f994737d14-20240522",
"react-dom": "19.0.0-rc-f994737d14-20240522",
"react-error-boundary": "^4.0.13",
"react-lite-youtube-embed": "^2.4.0",
"react-table": "^7.8.0",
"reading-time": "^1.5.0",
"rehype-document": "^7.0.3",
"rehype-format": "^5.0.0",
"rehype-parse": "^9.0.0",
"rehype-remark": "^10.0.0",
"rehype-stringify": "^10.0.0",
"remark-autolink-headings": "^7.0.1",
"remark-gfm": "^4.0.0",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.0",
"remark-slug": "^7.0.1",
"request-ip": "^3.3.0",
"server-timing": "^3.3.3",
"source-map-support": "^0.5.21",
"spin-delay": "^2.0.0",
"tailwindcss": "^3.4.3",
"tiny-invariant": "^1.3.3",
"unified": "11.0.4",
"unist-util-visit": "5.0.0",
"uuid": "^9.0.1",
"vitest": "^1.6.0",
"ws": "^8.17.0",
"xstate": "^4.38.2",
"yaml": "^2.4.2",
"zod": "^3.23.8"
},
"devDependencies": {
"@cld-apis/types": "^0.1.6",
"@esbuild-kit/cjs-loader": "^2.4.4",
"@faker-js/faker": "^8.4.1",
"@playwright/test": "^1.44.0",
"@remix-run/dev": "2.9.2",
"@remix-run/serve": "2.9.2",
"@testing-library/jest-dom": "^6.4.5",
"@testing-library/react": "^15.0.7",
"@testing-library/user-event": "^14.5.2",
"@types/better-sqlite3": "^7.6.10",
"@types/compression": "^1.7.5",
"@types/cookie-session": "^2.0.49",
"@types/dom-mediacapture-record": "^1.0.19",
"@types/express-http-proxy": "^1.6.6",
"@types/fs-extra": "^11.0.4",
"@types/heapdump": "^0.3.4",
"@types/lodash": "^4.17.4",
"@types/morgan": "^1.9.9",
"@types/node": "^20.12.12",
"@types/on-finished": "^2.3.4",
"@types/qrcode": "^1.5.5",
"@types/react": "npm:[email protected]",
"@types/react-dom": "npm:[email protected]",
"@types/react-table": "^7.7.20",
"@types/request-ip": "^0.0.41",
"@types/source-map-support": "^0.5.10",
"@types/uuid": "^9.0.8",
"@types/ws": "^8.5.10",
"autoprefixer": "^10.4.19",
"concurrently": "^8.2.2",
"cookie": "^0.6.0",
"cssnano": "^7.0.1",
"esbuild-jest": "^0.5.0",
"eslint": "^9.4.0",
"eslint-plugin-react-hooks": "^5.1.0-beta-94eed63c49-20240425",
"glob": "^10.3.15",
"jest-environment-jsdom": "^29.7.0",
"jest-watch-typeahead": "^2.2.2",
"msw": "^2.3.0",
"npm-run-all": "^4.1.5",
"prettier": "^3.2.5",
"remix-flat-routes": "^0.6.5",
"rimraf": "^5.0.7",
"start-server-and-test": "^2.0.3",
"tsx": "^4.10.5",
"typescript": "^5.4.5",
"vite": "^5.2.11",
"vite-env-only": "^2.4.1",
"vite-plugin-cjs-interop": "^2.1.0",
"vite-tsconfig-paths": "^4.3.2"
},
"overrides": {
"@types/react": "$@types/react",
"@types/react-dom": "$@types/react-dom",
"eslint-plugin-react-hooks": "$eslint-plugin-react-hooks"
},
"prettier": "@epic-web/config/prettier"
}