-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 811 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 811 Bytes
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
30
31
32
33
34
{
"name": "mi8-studio-website",
"description": "mi8 studio website",
"type": "module",
"version": "1.0.0",
"private": true,
"packageManager": "pnpm@9.4.0",
"scripts": {
"dev": "astro dev",
"start": "astro dev --host",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^2.0.3",
"@astrojs/react": "^3.6.3",
"@astrojs/rss": "^3.0.0",
"@astrojs/sitemap": "^3.0.1",
"@astrojs/tailwind": "^5.0.3",
"astro": "^4.0.2",
"daisyui": "^4.4.10",
"dayjs": "^1.11.9",
"preact": "^10.25.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sharp": "^0.32.6",
"tailwindcss": "^3.3.5"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.10",
"preact": "^10.25.0"
}
}