-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.28 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.28 KB
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
{
"name": "declanlscott.com",
"type": "module",
"scripts": {
"dev": "astro dev",
"test": "vitest run",
"build": "astro build --remote",
"preview": "wrangler pages dev ./dist",
"deploy": "wrangler pages deploy ./dist",
"astro": "astro",
"format:check": "prettier --check .",
"format:write": "prettier --write ."
},
"dependencies": {
"@astro-community/astro-embed-youtube": "^0.5.6",
"@astrojs/check": "^0.9.4",
"@astrojs/cloudflare": "^12.6.0",
"@astrojs/mdx": "^4.3.0",
"@astrojs/sitemap": "^3.4.1",
"@astrojs/svelte": "^7.1.0",
"@astrojs/tailwind": "^5.1.5",
"@t3-oss/env-core": "^0.13.8",
"astro": "^5.11.0",
"mdast-util-to-string": "^4.0.0",
"reading-time": "^1.5.0",
"rehype-external-links": "^3.0.0",
"svelte": "^5.35.2",
"tailwindcss": "^3.4.17",
"typescript": "^5.8.3"
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "^4.4.2",
"@tailwindcss/typography": "^0.5.16",
"@types/node": "^22.16.0",
"dotenv": "^16.6.1",
"fontaine": "^0.6.0",
"prettier": "^3.6.2",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.6.13",
"sharp": "^0.34.2",
"vite-tsconfig-paths": "^5.1.4",
"vitest": "^3.2.4",
"wrangler": "^4.23.0"
}
}