-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 848 Bytes
/
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
{
"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/tailwind": "^5.1.4",
"@astrojs/vue": "^5.0.3",
"astro": "^5.1.1",
"lodash": "4.17.21",
"lunr": "2.3.9",
"petite-vue": "0.4.1",
"remark-toc": "^9.0.0",
"tailwindcss": "^3.4.17",
"vue": "^3.5.13"
},
"prettier": {
"semi": false,
"tabs": true
},
"devDependencies": {
"@types/lodash": "^4.17.13",
"@types/lunr": "^2.3.7",
"@types/node": "^22.10.2",
"@vue/reactivity": "^3.5.13",
"prettier": "^3.4.2",
"prettier-plugin-astro": "^0.14.1",
"sharp": "^0.33.5",
"tslib": "^2.8.1",
"typescript": "5.0.3"
}
}