-
-
Notifications
You must be signed in to change notification settings - Fork 27
/
package.json
125 lines (125 loc) · 4.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
{
"name": "bradgarropy.com",
"version": "8.2.0",
"description": "🏠 my home on the web",
"type": "module",
"keywords": [
"javascript",
"react",
"remix",
"eslint",
"prettier",
"vitest",
"blog",
"portfolio",
"hacktoberfest",
"vercel",
"cloudinary",
"tailwind"
],
"homepage": "https://bradgarropy.com",
"bugs": {
"url": "https://github.com/bradgarropy/bradgarropy.com/issues"
},
"license": "MIT",
"author": {
"name": "Brad Garropy",
"email": "[email protected]",
"url": "https://bradgarropy.com"
},
"repository": {
"type": "git",
"url": "https://github.com/bradgarropy/bradgarropy.com"
},
"scripts": {
"start": "remix vite:dev",
"prestart": "tsx src/scripts/copyTheme.ts",
"build": "remix vite:build",
"prebuild": "tsx src/scripts/copyTheme.ts",
"lint": "eslint .",
"lint:fix": "eslint --fix .",
"format": "prettier --check .",
"format:fix": "prettier --write .",
"typecheck": "tsc",
"test": "vitest run --coverage",
"pretest": "tsx src/scripts/copyTheme.ts",
"test:watch": "vitest",
"pretest:watch": "tsx src/scripts/copyTheme.ts",
"contributors": "all-contributors generate",
"new": "plop"
},
"dependencies": {
"@bradgarropy/http": "^2.0.0",
"@bradgarropy/rehype-image-links": "^1.1.0",
"@isaacs/ttlcache": "^1.4.1",
"@octokit/graphql": "^8.0.1",
"@remark-embedder/core": "^3.0.1",
"@remix-run/node": "^2.5.1",
"@remix-run/react": "^2.5.1",
"@vercel/remix": "^2.8.0",
"classnames": "^2.3.1",
"date-fns": "^3.3.1",
"feed": "^4.2.2",
"fuse.js": "^7.0.0",
"isbot": "latest",
"react-dom": "^19.0.0",
"rehype-external-links": "^3.0.0",
"rehype-img-size": "^1.0.1",
"rehype-parse": "^9.0.0",
"rehype-pretty-code": "^0.14.0",
"rehype-raw": "^7.0.0",
"rehype-react": "^8.0.0",
"rehype-stringify": "^10.0.0",
"remark-gfm": "^4.0.0",
"remark-inline-links": "^7.0.0",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.0.0",
"remark-unwrap-images": "^4.0.0",
"shades-of-purple": "^7.1.5",
"shiki": "^1.1.7",
"slugify": "^1.6.6",
"unified": "^11.0.4"
},
"devDependencies": {
"@bradgarropy/eslint-config": "^3.0.1",
"@bradgarropy/plop-generator-react-component": "^1.1.1",
"@bradgarropy/plop-generator-react-context": "^1.1.1",
"@bradgarropy/plop-generator-react-hook": "^1.1.1",
"@bradgarropy/rehype-cloudinary-image-size": "^1.0.1",
"@remix-run/dev": "^2.5.1",
"@remix-run/fs-routes": "^2.15.1",
"@remix-run/route-config": "^2.15.1",
"@remix-run/serve": "^2.5.1",
"@rollup/pluginutils": "^5.1.0",
"@tailwindcss/typography": "^0.5.9",
"@testing-library/jest-dom": "^6.1.5",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"@types/node": "^20.10.4",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.2",
"@vitejs/plugin-react": "^4.2.1",
"@vitest/coverage-v8": "^1.1.0",
"all-contributors-cli": "^6.24.0",
"jest": "^29.7.0",
"jsdom": "^24.0.0",
"plop": "^4.0.1",
"plop-helper-bradgarropy": "^1.0.0",
"plop-helper-date": "^1.0.0",
"plop-helper-slugify": "^1.1.0",
"prettier": "^3.1.1",
"prettier-plugin-tailwindcss": "^0.5.9",
"react": "^19.0.0",
"tailwindcss": "^3.3.0",
"tsx": "^4.6.0",
"typescript": "^5.0.2",
"vite": "^5.1.4",
"vite-plugin-json5": "^1.1.2",
"vite-plugin-markdown": "^2.2.0",
"vite-tsconfig-paths": "^4.2.1",
"vitest": "^1.0.2"
},
"optionalDependencies": {
"@rollup/rollup-linux-x64-gnu": "^4.12.0"
}
}