blob: 214a30604e0dcbb3b1295a4fdb2aaca6b5dc4299 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
{
"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"
}
}
|