-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
70 lines (70 loc) · 1.75 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "pac-stac-web",
"version": "0.0.1",
"private": false,
"description": "📄 Starter template for AstroJS on PAC-STAC.",
"keywords": [
"astro",
"starter",
"pac-stack",
"pacstack",
"pac",
"payload",
"cloudflare"
],
"homepage": "https://github.com/AstroStarter/PAC-STAC-Website#readme",
"bugs": {
"url": "https://github.com/AstroStarter/PAC-STAC-Website/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AstroStarter/PAC-STAC-Website.git"
},
"license": "MIT",
"author": {
"name": "Nikola Hristov",
"email": "nikola@nikolahristov.tech",
"url": "https://nikolahristov.tech"
},
"scripts": {
"prepublishOnly": "astro check && astro build",
"start": "astro dev"
},
"dependencies": {
"@astrojs/check": "0.9.4",
"@astrojs/prefetch": "0.4.1",
"@astrojs/sitemap": "3.2.1",
"@swup/body-class-plugin": "3.3.0",
"@swup/head-plugin": "2.3.1",
"@swup/overlay-theme": "2.0.1",
"@swup/preload-plugin": "3.2.10",
"@swup/scroll-plugin": "3.3.2",
"@tailwindcss/aspect-ratio": "0.4.2",
"@tailwindcss/forms": "0.5.9",
"@tailwindcss/typography": "0.5.15",
"astro": "4.16.13",
"astro-capo": "0.0.1",
"astro-compress": "2.3.5",
"astro-critters": "2.2.0",
"astro-rome": "2.1.4",
"astrojs-service-worker": "2.0.0",
"autoprefixer": "10.4.20",
"cssnano": "7.0.6",
"cssnano-preset-advanced": "7.0.6",
"dotenv": "16.4.5",
"firebase": "11.0.2",
"postcss": "8.4.49",
"postcss-combine-duplicated-selectors": "10.0.3",
"postcss-combine-media-query": "1.0.1",
"postcss-import": "16.1.0",
"postcss-reporter": "7.1.0",
"postcss-url": "10.1.3",
"swup": "4.8.1",
"tailwindcss": "3.4.15",
"typescript-esbuild": "0.4.10",
"zod": "3.23.8"
},
"publishConfig": {
"access": "public"
}
}