-
Notifications
You must be signed in to change notification settings - Fork 35
/
package.json
36 lines (36 loc) · 983 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
{
"name": "ladybird.org",
"module": "index.ts",
"type": "module",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"format": "prettier --write \"**/*.{astro,ts,tsx,md,mdx,js,cjs,mjs,jsx}\"",
"format:check": "prettier --check \"**/*.{astro,ts,tsx,md,mdx,js,cjs,mjs,jsx}\""
},
"devDependencies": {
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.13",
"@types/bun": "latest",
"fast-xml-parser": "^4.4.0",
"kleur": "^4.1.5",
"prettier": "^3.3.3",
"prettier-plugin-astro": "^0.14.1"
},
"peerDependencies": {
"typescript": "^5.0.0"
},
"dependencies": {
"@astrojs/mdx": "3.1.3",
"@astrojs/rss": "^4.0.7",
"@astrojs/sitemap": "^3.1.6",
"@astrojs/tailwind": "^5.1.0",
"@astrojs/ts-plugin": "1.9.0",
"astro": "4.12.2",
"tailwindcss": "^3.4.6"
}
}