-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.4 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
{
"name": "@website/image_wtf",
"version": "0.0.1",
"private": true,
"homepage": "https://github.com/ImageWTF/Website#readme",
"bugs": {
"url": "https://github.com/ImageWTF/Website/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ImageWTF/Website.git"
},
"license": "SEE LICENSE IN LICENSE",
"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.4.1",
"@astrojs/prefetch": "0.4.1",
"@astrojs/sitemap": "3.0.5",
"@tailwindcss/aspect-ratio": "0.4.2",
"@tailwindcss/forms": "0.5.7",
"@tailwindcss/typography": "0.5.10",
"astro": "4.3.0",
"astro-capo": "0.0.1",
"astro-compress": "2.2.8",
"astro-critters": "2.0.11",
"astro-rome": "2.0.9",
"astrojs-service-worker": "2.0.0",
"autoprefixer": "10.4.17",
"cssnano": "6.0.3",
"cssnano-preset-advanced": "6.0.3",
"dotenv": "16.4.1",
"firebase": "10.8.0",
"postcss": "8.4.33",
"postcss-combine-duplicated-selectors": "10.0.3",
"postcss-combine-media-query": "1.0.1",
"postcss-import": "16.0.0",
"postcss-reporter": "7.1.0",
"postcss-url": "10.1.3",
"tailwindcss": "3.4.1",
"typescript": "5.3.3",
"typescript-esbuild": "0.3.6",
"zod": "3.22.4"
},
"publishConfig": {
"access": "restricted"
}
}