-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
44 lines (44 loc) · 1.19 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
{
"name": "andka-portofolio",
"type": "module",
"version": "0.0.2",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "0.9.4",
"@astrojs/mdx": "3.1.9",
"@astrojs/rss": "4.0.9",
"@astrojs/sitemap": "3.2.1",
"@astrojs/vercel": "7.8.2",
"@expressive-code/plugin-collapsible-sections": "^0.35.3",
"@expressive-code/plugin-line-numbers": "^0.35.3",
"@iconify-json/mynaui": "^1.1.7",
"@iconify-json/solar": "^1.1.9",
"@rollup/plugin-yaml": "^4.1.2",
"@typescript-eslint/parser": "^7.13.1",
"astro": "4.16.12",
"astro-expressive-code": "^0.35.3",
"eslint": "latest",
"eslint-plugin-astro": "^1.2.2",
"eslint-plugin-jsx-a11y": "^6.9.0",
"rehype-accessible-emojis": "^0.3.2",
"rehype-external-links": "^3.0.0",
"rehype-katex": "^7.0.1",
"remark-math": "^6.0.0",
"typescript": "^5.5.2",
"unocss": "^0.61.0"
},
"devDependencies": {
"@types/bun": "latest",
"@unocss/reset": "^0.61.0"
},
"module": "index.ts",
"peerDependencies": {
"typescript": "^5.0.0"
}
}