-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.76 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": "",
"type": "module",
"version": "1.1.5",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "paraglide-js compile --project ./project.inlang --outdir ./src/paraglide && astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"postinstall": "paraglide-js compile --project ./project.inlang --outdir ./src/paraglide"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/mdx": "^3.1.9",
"@astrojs/sitemap": "^3.2.1",
"@astrojs/tailwind": "^5.1.2",
"@astrojs/vue": "^4.5.2",
"@headlessui/vue": "^1.7.23",
"@inlang/paraglide-astro": "^0.2.2",
"@vueuse/core": "^11.1.0",
"astro": "^4.16.10",
"astro-compressor": "^0.4.1",
"astro-devtool-breakpoints": "^0.3.0",
"astro-emoji": "^1.2.0",
"astro-font": "^0.1.81",
"astro-icon": "^1.1.1",
"astro-purgecss": "^4.9.0",
"astro-robots-txt": "^1.0.0",
"purgecss": "^7.0.2",
"tailwindcss": "^3.4.14",
"theme-change": "^2.5.0",
"typescript": "^5.6.3",
"vue": "^3.5.12"
},
"packageManager": "[email protected]+sha512.140036830124618d624a2187b50d04289d5a087f326c9edfc0ccd733d76c4f52c3a313d4fc148794a2a9d81553016004e6742e8cf850670268a7387fc220c903",
"devDependencies": {
"@iconify-json/heroicons": "^1.2.1",
"@iconify-json/line-md": "^1.2.2",
"@inlang/paraglide-js": "1.11.3",
"@prettier/plugin-xml": "^3.4.1",
"@tailwindcss/typography": "^0.5.15",
"daisyui": "^4.12.13",
"prettier": "^3.3.3",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.6.8",
"sharp": "^0.33.5",
"tailwindcss-animate": "^1.0.7"
},
"pnpm": {
"patchedDependencies": {
"[email protected]": "patches/[email protected]"
}
}
}