-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1013 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 1013 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
35
36
37
38
{
"name": "astro-gallery",
"version": "0.0.1",
"private": true,
"license": "CCA-3.0",
"author": {
"name": "Fürst",
"url": "https://github.com/furstblumier/gallery"
},
"scripts": {
"build": "astro build",
"dev": "astro dev",
"format": "prettier -w . --cache",
"preview": "astro preview",
"start": "astro dev"
},
"dependencies": {
"@astrojs/react": "^4.2.4",
"@astrojs/sitemap": "^3.3.0",
"@astrojs/tailwind": "^6.0.2",
"@fontsource-variable/montserrat": "^5.2.5",
"@iconify-json/cib": "^1.2.2",
"@iconify-json/ei": "^1.2.2",
"@iconify-json/mdi": "^1.2.3",
"@iconify-json/uil": "^1.2.3",
"@material-tailwind/html": "^2.3.2",
"@material-tailwind/react": "^2.1.10",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"astro": "^5.7.4",
"astro-icon": "^1.1.5",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"sharp": "^0.34.1",
"tailwindcss": "^3.4.17"
},
"packageManager": "pnpm@10.33.0"
}