-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
63 lines (63 loc) · 1.65 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
{
"name": "paularmstrong-dev",
"type": "module",
"private": true,
"dependencies": {
"@astrojs/mdx": "^3.1.9",
"@astrojs/react": "^3.6.3",
"@astrojs/sitemap": "^3.2.1",
"@astrojs/solid-js": "^4.4.4",
"@astrojs/tailwind": "^5.1.2",
"@iconify-json/heroicons": "^1.2.1",
"@tailwindcss/typography": "^0.5.15",
"astro": "^4.16.16",
"astro-expressive-code": "^0.38.3",
"astro-icon": "^1.1.4",
"astro-og-canvas": "^0.5.4",
"clsx": "^2.1.1",
"debounce": "^2.2.0",
"feed": "^4.2.2",
"hls.js": "^1.5.18",
"mdast-util-to-string": "^4.0.0",
"react": "^18.3.1",
"react-component-benchmark": "^2.0.0",
"react-dom": "^18.3.1",
"reading-time": "^1.5.0",
"sharp": "^0.33.5",
"solid-js": "^1.9.3",
"tailwind-clip-path": "^1.0.0",
"tailwindcss": "^3.4.15"
},
"devDependencies": {
"@astrojs/check": "^0.9.4",
"@expressive-code/plugin-collapsible-sections": "^0.38.3",
"@onerepo/plugin-eslint": "2.0.0",
"@onerepo/plugin-prettier": "1.0.3",
"@onerepo/plugin-typescript": "1.0.0",
"@types/debounce": "^1.2.4",
"@types/mdast": "^4.0.4",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@typescript-eslint/eslint-plugin": "^8.16.0",
"@typescript-eslint/parser": "^8.16.0",
"eslint": "^8.57.1",
"eslint-mdx": "^3.1.5",
"eslint-plugin-astro": "^1.3.1",
"eslint-plugin-mdx": "^3.1.5",
"eslint-plugin-tailwindcss": "^3.17.5",
"mermaid": "^10.9.3",
"netlify-cli": "^17.19.4",
"onerepo": "1.1.2",
"prettier": "^3.4.1",
"prettier-plugin-astro": "^0.14.1",
"rehype-mermaid": "^2.1.0",
"typescript": "^5.7.2"
},
"packageManager": "[email protected]",
"workspaces": [
"."
],
"resolutions": {
"svgo": "2.8.0"
}
}