aboutsummaryrefslogtreecommitdiff
path: root/apps/website/package.json
blob: 69ad7e8265687be0d622062e2941476212149516 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
	"name": "@polyfrost/website",
	"type": "module",
	"private": true,
	"scripts": {
		"dev": "astro dev",
		"start": "astro start",
		"build": "astro build",
		"preview": "astro preview"
	},
	"dependencies": {
		"@astrojs/tailwind": "^5.0.2",
		"astro": "^3.3.0",
		"tailwindcss": "^3.3.3"
	},
	"devDependencies": {
		"@polyfrost/config": "workspace:*",
		"@types/node": "~18.17.19",
		"typescript": "^5.2.2",
		"node-html-parser": "^6.1.10"
	}
}