-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.2 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
45
46
47
{
"name": "danielcaldas.github.io",
"type": "module",
"version": "0.1.0",
"scripts": {
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "latest",
"@astrojs/partytown": "latest",
"@astrojs/rss": "latest",
"@astrojs/sitemap": "latest",
"@astrojs/ts-plugin": "latest",
"@hashicorp/remark-plugins": "^4.1.1",
"astro": "latest",
"astro-expressive-code": "latest",
"astro-i18n-aut": "latest",
"astro-purgecss": "latest",
"latest": "^0.2.0",
"lodash": "latest",
"luxon": "latest",
"markdown-it": "latest",
"purgecss": "latest",
"sharp": "^0.33.5"
},
"devDependencies": {
"@expressive-code/core": "latest",
"@rollup/plugin-yaml": "latest",
"@types/lodash": "latest",
"@types/luxon": "latest",
"@types/markdown-it": "latest",
"@types/node": "^22.7.5",
"debug": "latest",
"hastscript": "latest",
"jsonc-parser": "latest",
"prettier": "latest",
"prettier-plugin-astro": "latest",
"remark-directive": "latest",
"shikiji": "latest",
"slash": "latest",
"unist-util-visit": "latest",
"unocss": "latest"
}
}