-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 961 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
37
38
{
"name": "adorable-asteroid",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build && node process.mjs",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/alpinejs": "^0.3.2",
"@astrojs/mdx": "^2.1.1",
"@astrojs/prism": "^3.0.0",
"@astrojs/rss": "^4.0.4",
"@astrojs/sitemap": "^3.0.0",
"@astrojs/tailwind": "^5.1.0",
"@astrojs/vue": "^4.0.8",
"@types/alpinejs": "^3.13.6",
"alpinejs": "^3.13.5",
"astro": "^4.4",
"astro-pagefind": "^1.4.0",
"chroma-js": "^2.4.2",
"daisyui": "^4.7.3",
"markdown-it": "^14.0.0",
"sanitize-html": "^2.11.0",
"sass": "^1.63.4",
"tailwindcss": "^3.4.1",
"vue": "^3.4.15",
"globby": "~13.1.3"
},
"devDependencies": {
"prettier": "3.1.0",
"prettier-plugin-astro": "^0.12.2",
"prettier-plugin-tailwindcss": "^0.5.7"
}
}