This repository has been archived by the owner on Mar 15, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.63 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
{
"name": "@website/lightrix_help",
"version": "0.0.1",
"private": false,
"homepage": "https://github.com/Playform/Website-Lightrix#readme",
"bugs": {
"url": "https://github.com/Playform/Website-Lightrix/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Playform/Website-Lightrix.git"
},
"license": "MIT",
"author": {
"name": "Nikola Hristov",
"email": "[email protected]",
"url": "https://nikolahristov.tech"
},
"scripts": {
"prepublishOnly": "astro check && astro build",
"start": "astro dev"
},
"devDependencies": {
"@astrojs/check": "0.5.9",
"@astrojs/prefetch": "0.4.1",
"@astrojs/sitemap": "3.1.1",
"@swup/body-class-plugin": "3.2.0",
"@swup/fade-theme": "2.0.0",
"@swup/head-plugin": "2.2.0",
"@swup/overlay-theme": "2.0.0",
"@swup/preload-plugin": "3.2.10",
"@swup/scroll-plugin": "3.3.2",
"@swup/slide-theme": "2.0.0",
"@tailwindcss/aspect-ratio": "0.4.2",
"@tailwindcss/forms": "0.5.7",
"@tailwindcss/typography": "0.5.10",
"astro": "4.5.4",
"astro-capo": "0.0.1",
"astro-compress": "2.2.14",
"astro-critters": "2.1.4",
"astro-rome": "2.1.4",
"astrojs-service-worker": "2.0.0",
"autoprefixer": "10.4.18",
"cssnano": "6.1.0",
"cssnano-preset-advanced": "6.1.0",
"dotenv": "16.4.5",
"firebase": "10.9.0",
"postcss": "8.4.35",
"postcss-combine-duplicated-selectors": "10.0.3",
"postcss-combine-media-query": "1.0.1",
"postcss-import": "16.0.1",
"postcss-reporter": "7.1.0",
"postcss-url": "10.1.3",
"swup": "4.6.0",
"tailwindcss": "3.4.1",
"typescript-esbuild": "0.4.0",
"zod": "3.22.4"
},
"publishConfig": {
"access": "public"
}
}