-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.16 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.16 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
{
"name": "",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"sync-resume": "chmod +x scripts/sync-resume.sh && bash scripts/sync-resume.sh",
"create": "bash scripts/create.sh --"
},
"dependencies": {
"@astrojs/check": "^0.3.2",
"@astrojs/mdx": "^2.0.1",
"@astrojs/partytown": "^2.0.4",
"@astrojs/sitemap": "^3.0.4",
"@astrojs/tailwind": "^5.0.3",
"astro": "^4.0.4",
"astro-icon": "^0.8.1",
"astro-seo": "^0.8.0",
"dompurify": "^3.0.6",
"rehype-katex": "^7.0.0",
"remark-code-titles": "^0.1.2",
"remark-math": "^6.0.0",
"tailwindcss": "^3.3.5",
"typescript": "^5.3.2"
},
"devDependencies": {
"@astrojs/ts-plugin": "^1.3.1",
"@catppuccin/tailwindcss": "^0.1.6",
"@tailwindcss/typography": "^0.5.10",
"prettier": "^3.1.0",
"prettier-plugin-astro": "^0.12.2",
"prettier-plugin-tailwindcss": "^0.5.7"
}
}