-
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 840 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 840 Bytes
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
{
"name": "astrofy",
"description": "Astrofy is a free and open-source template for your Personal Portfolio Website built with Astro and TailwindCSS. Create in minutes a website with Blog, CV, Project Section, Store and RSS Feed.",
"type": "module",
"version": "2.5.0",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/image": "^0.17.3",
"@astrojs/mdx": "^0.19.7",
"@astrojs/partytown": "^2.1.1",
"@astrojs/rss": "^2.4.4",
"@astrojs/sitemap": "^1.4.0",
"@astrojs/tailwind": "^3.1.3",
"astro": "^2.10.15",
"daisyui": "^3.9.4",
"dayjs": "^1.11.13",
"sharp": "^0.32.6"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.14"
}
}