blob: 0cd0c4e668e17816102cebac9f051abbc8923407 (
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.3",
"tailwindcss": "^3.3.3"
},
"devDependencies": {
"@polyfrost/config": "../../packages/config",
"@types/node": "~18.17.19",
"node-html-parser": "^6.1.10",
"typescript": "^5.2.2"
}
}
|