-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 1008 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
{
"name": "bin-weekly",
"type": "module",
"version": "0.1.0",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"prestart": "node scripts/compress_fonts.js && python py/patch_post_images.py",
"predev": "node scripts/compress_fonts.js && python py/patch_post_images.py",
"prebuild": "node scripts/compress_fonts.js && python py/patch_post_images.py"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/sitemap": "^3.2.1",
"@astrojs/tailwind": "^5.1.2",
"astro": "^4.16.9",
"astro-compress": "^2.3.5",
"astro-seo": "^0.8.4",
"medium-zoom": "^1.1.0",
"moment": "^2.30.1",
"node-html-parser": "^6.1.13",
"typescript": "^5.6.2",
"vite-plugin-pwa": "^0.20.5"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.15",
"fontmin": "^1.1.0",
"prettier-plugin-astro": "^0.14.1",
"tailwindcss": "^3.4.14"
}
}