-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.57 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
48
49
50
51
52
53
54
55
{
"name": "desdinova",
"version": "0.4.0",
"type": "module",
"scripts": {
"astro": "astro",
"build": "astro check && astro build",
"changelog": "npx auto-changelog --hide-credit -t keepachangelog --sort-commits date-desc",
"check": "astro check",
"dev": "astro dev",
"prettier": "npx prettier --write --list-different .",
"preview": "astro preview",
"release": "npm run astro check && npm run prettier && npx release-it",
"start": "astro dev",
"upgrade": "npx @astrojs/upgrade"
},
"dependencies": {
"@astrojs/check": "^0.9.3",
"@astrojs/mdx": "^3.1.5",
"@astrojs/sitemap": "^3.1.6",
"@astrojs/tailwind": "^5.1.0",
"@astrolib/seo": "^1.0.0-beta.5",
"@fontsource-variable/aleo": "^5.0.6",
"@fontsource-variable/jetbrains-mono": "^5.0.22",
"@fontsource-variable/montserrat": "^5.0.20",
"@playform/compress": "^0.1.1",
"astro": "^4.15.4",
"astro-embed": "^0.7.2",
"astro-icon": "^1.1.1",
"astro-pagefind": "^1.6.0",
"tailwindcss": "^3.4.10",
"typescript": "^5.5.4"
},
"devDependencies": {
"@iconify-json/flowbite": "^1.2.0",
"@iconify-json/line-md": "^1.2.0",
"@iconify-json/logos": "^1.2.0",
"@iconify-json/mdi": "^1.2.0",
"@iconify-json/ph": "^1.2.0",
"@iconify-json/tabler": "^1.2.0",
"@tailwindcss/typography": "^0.5.15",
"flowbite": "^2.5.1",
"postcss": "^8.4.44",
"prettier": "^3.3.3",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.6.6"
},
"auto-changelog": {
"output": "CHANGELOG.md",
"template": "keepachangelog",
"sort-commits": "date-desc",
"unreleased": true,
"commitLimit": false
}
}