-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 996 Bytes
/
package.json
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
35
36
37
{
"name": "diy-multideck-website",
"type": "module",
"version": "1.0.0",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"format": "prettier --write . --plugin=prettier-plugin-astro"
},
"dependencies": {
"@astrojs/check": "0.3.1",
"@astrojs/markdoc": "0.7.2",
"@astrojs/sitemap": "3.0.3",
"@astrojs/tailwind": "5.0.2",
"astro": "3.6.4",
"typescript": "5.3.2"
},
"devDependencies": {
"@savvywombat/tailwindcss-grid-areas": "4.0.0",
"@tailwindcss/container-queries": "0.1.1",
"@tailwindcss/typography": "0.5.10",
"autoprefixer": "10.4.16",
"clsx": "^2.0.0",
"jszip": "^3.10.1",
"postcss": "8.4.32",
"prettier": "3.1.0",
"prettier-plugin-astro": "0.12.2",
"sass": "1.69.5",
"tailwind-merge": "^2.2.0",
"tailwind-safe-container": "^1.0.0",
"tailwindcss": "3.4.17",
"vite": "^6.0.5"
}
}