-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 925 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 925 Bytes
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
{
"name": "halivert.github.io",
"version": "5.0.0",
"author": "Halí V. <halivelazquez@outlook.com>",
"license": "MIT",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview"
},
"dependencies": {
"@astrojs/sitemap": "3.7.1",
"@astrojs/vue": "6.0.1",
"@tailwindcss/vite": "4.2.1",
"astro": "6.0.5",
"lodash": "4.17.23",
"lunr": "2.3.9",
"remark-toc": "9.0.0",
"sharp": "0.34.5",
"tailwindcss": "4.2.1",
"vue": "3.5.18"
},
"pnpm": {
"overrides": {
"rollup": ">=4.59.0",
"mdast-util-to-hast": ">=13.2.1"
}
},
"prettier": {
"semi": false,
"tabs": true
},
"devDependencies": {
"@types/lodash": "4.17.24",
"@types/lunr": "2.3.7",
"@types/node": "25.5.0",
"@vue/reactivity": "3.5.30",
"prettier": "3.8.1",
"prettier-plugin-astro": "0.14.1",
"typescript": "5.9.3"
}
}