-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
72 lines (72 loc) · 2.17 KB
/
package.json
File metadata and controls
72 lines (72 loc) · 2.17 KB
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
{
"name": "deunlog",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"lint": "eslint \"src/**/*.{js,ts,jsx,tsx,astro}\" --fix",
"process-images": "tsx ./scripts/action-process-images.ts",
"sharp": "tsx ./scripts/sharp.ts",
"post": "tsx ./scripts/create-post.ts"
},
"dependencies": {
"@actions/github": "^6.0.0",
"@astrojs/mdx": "^4.0.3",
"@astrojs/react": "^4.1.2",
"@astrojs/rss": "^4.0.10",
"@astrojs/sitemap": "^3.2.1",
"@astrojs/tailwind": "^5.1.4",
"@inquirer/prompts": "^7.2.3",
"@nanostores/persistent": "^0.10.2",
"@nanostores/react": "^0.8.4",
"@octokit/rest": "^21.1.0",
"@radix-ui/react-slot": "^1.1.1",
"@radix-ui/react-toast": "^1.2.5",
"astro": "^5.1.1",
"dayjs": "^1.11.13",
"es-toolkit": "^1.31.0",
"fast-glob": "^3.3.3",
"lucide-react": "^0.469.0",
"medium-zoom": "^1.1.0",
"nanostores": "^0.11.3",
"plaiceholder": "^3.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sharp": "^0.33.5",
"typescript": "^5.7.3"
},
"devDependencies": {
"@shikijs/transformers": "^1.25.1",
"@shikijs/twoslash": "^1.25.1",
"@types/node": "^22.10.7",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"@typescript-eslint/eslint-plugin": "^8.20.0",
"@typescript-eslint/parser": "^8.20.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"eslint": "^8.57.1",
"eslint-plugin-astro": "^1.3.1",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-unused-imports": "^4.1.4",
"lefthook": "^1.10.8",
"prettier": "^3.4.2",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.6.9",
"rehype-autolink-headings": "^7.1.0",
"rehype-external-links": "^3.0.0",
"rehype-slug": "^6.0.0",
"remark-breaks": "^4.0.0",
"remark-directive": "^3.0.1",
"shiki": "^1.25.1",
"tailwind-merge": "^2.6.0",
"tailwindcss": "^3.4.17",
"tailwindcss-animate": "^1.0.7",
"tsx": "^4.19.2",
"unist-util-visit": "^5.0.0"
}
}