-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.02 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
{
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"format": "prettier -w --cache --plugin prettier-plugin-astro --plugin prettier-plugin-tailwindcss ."
},
"dependencies": {
"@astrojs/check": "^0.3.0",
"@astrojs/prefetch": "^0.4.1",
"@astrojs/prism": "^3.0.0",
"@astrojs/starlight": "^0.11.2",
"@astrojs/starlight-tailwind": "^2.0.1",
"@astrojs/tailwind": "^5.0.2",
"astro": "^3.2.3",
"astro-compress": "^2.2.3",
"autoprefixer": "^10.4.16",
"daisyui": "^3.9.4",
"flex-gap-polyfill": "^4.2.0",
"marked": "^9.1.5",
"postcss": "^8.4.31",
"postcss-import": "^15.1.0",
"remark-heading-id": "^1.0.1",
"sharp": "^0.32.5",
"tailwindcss": "^3.3.5",
"typescript": "^5.2.2"
},
"devDependencies": {
"prettier": "^3.0.3",
"prettier-plugin-astro": "^0.12.1",
"prettier-plugin-tailwindcss": "^0.5.7"
}
}