-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 919 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
{
"name": "beerjs-skopje",
"type": "module",
"version": "5.0.0",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^4.0.0-beta.3",
"@astrojs/sitemap": "^3.2.1",
"@astrojs/tailwind": "^5.1.2",
"@iconify-json/simple-icons": "^1.2.11",
"@shoelace-style/shoelace": "^2.18.0",
"astro": "^5.0.0-beta.8",
"astro-compress": "^2.3.5",
"astro-google-fonts-optimizer": "^0.2.2",
"astro-icon": "^1.1.2",
"astro-seo": "^0.8.4",
"date-fns": "^4.1.0",
"get-user-locale": "^2.3.2",
"tailwindcss": "^3.4.15"
},
"devDependencies": {
"@iconify-icon/solid": "^2.1.1",
"@iconify-json/mdi": "^1.2.1",
"@tailwindcss/typography": "^0.5.15",
"prettier": "^3.3.3",
"prettier-plugin-astro": "^0.14.1"
}
}