aboutsummaryrefslogtreecommitdiff
path: root/apps/website/package.json
blob: 730f5a55c01f53e1ffdabf1b88255ef5e1aa61b6 (plain)
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": "@polyfrost/website",
	"type": "module",
	"private": true,
	"scripts": {
		"dev": "astro dev",
		"start": "astro start",
		"build": "astro build",
		"preview": "astro preview",
		"astro": "astro",
		"test": "vitest"
	},
	"dependencies": {
		"@astrojs/mdx": "^2.0.3",
		"@astrojs/rss": "^4.0.1",
		"@astrojs/sitemap": "^3.0.4",
		"@astrojs/tailwind": "^5.1.0",
		"astro": "^4.1.1",
		"sass": "^1.69.7",
		"tailwindcss": "^3.4.1",
		"vitest": "^1.1.3"
	},
	"devDependencies": {
		"@polyfrost/config": "workspace:*",
		"@types/node": "~20.10.7",
		"node-html-parser": "^6.1.12",
		"typescript": "^5.3.3"
	}
}