-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
48 lines (48 loc) · 1.5 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
{
"name": "personal-site-v4",
"type": "module",
"description": "thewhitewulfy/personal-site",
"private": true,
"version": "4.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"cfpreview": "wrangler pages dev ./dist"
},
"dependencies": {
"@astrojs/cloudflare": "^11.0.1",
"@fontsource/prompt": "^5.0.14",
"@fontsource/zilla-slab": "^5.0.13"
},
"devDependencies": {
"@astrojs/check": "^0.7.0",
"@astrojs/mdx": "^3.1.0",
"@astrojs/rss": "^4.0.6",
"@astrojs/sitemap": "^3.1.5",
"@cloudflare/workers-types": "^4.20240729.0",
"@playform/compress": "^0.0.13",
"astro": "^4.15.12",
"astro-pagefind": "^1.5.0",
"cssnano": "^7.0.2",
"dayjs": "^1.11.11",
"mdast-util-to-string": "^4.0.0",
"pagefind": "^1.1.0",
"postcss-custom-media": "^8.0.2",
"postcss-import": "^16.1.0",
"postcss-loader": "^8.1.1",
"postcss-mixins": "^10.0.1",
"postcss-nested": "^6.0.1",
"postcss-preset-env": "^9.5.14",
"postcss-url": "^10.1.3",
"prettier": "^3.2.5",
"prettier-plugin-astro": "^0.13.0",
"prettier-plugin-organize-imports": "^3.2.4",
"reading-time": "^1.5.0",
"typescript": "^5.4.5",
"vite-plugin-pwa": "^0.16.4",
"wrangler": "^3.68.0"
}
}