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
|
{
"name": "alure-website",
"version": "0.2.0",
"private": true,
"type": "module",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/preact": "^3.0.0",
"@astrojs/tailwind": "^5.0.0",
"@fontsource-variable/exo": "^5.0.9",
"@tailwindcss/typography": "^0.5.9",
"astro": "^3.0.7",
"preact": "^10.17.1",
"tailwindcss": "^3.3.3"
},
"devDependencies": {
"eslint": "^8.48.0",
"eslint-plugin-astro": "^0.29.0"
}
}
|