-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
46 lines (46 loc) · 1.23 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
{
"name": "pwebsite2",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"lint": "bunx @biomejs/biome check .",
"format": "bunx @biomejs/biome check --apply .",
"format:unsafe": "bunx @biomejs/biome check --apply-unsafe ."
},
"dependencies": {
"@astrojs/check": "^0.5.10",
"@astrojs/mdx": "^2.3.1",
"@astrojs/node": "^8.2.5",
"@astrojs/rss": "^4.0.5",
"@astrojs/sitemap": "^3.1.4",
"@astrojs/starlight": "^0.21.5",
"@astrojs/svelte": "^5.4.0",
"@astrojs/tailwind": "^5.1.0",
"astro": "^4.6.3",
"astro-expressive-code": "^0.35.2",
"dayjs": "^1.11.11",
"dedent": "^1.5.3",
"gsap": "^3.12.5",
"lucide-svelte": "^0.383.0",
"mermaid": "^10.9.1",
"mixpanel-browser": "^2.51.0",
"ofetch": "^1.3.4",
"rambda": "^9.2.0",
"resend": "^3.2.0",
"shiki": "^1.3.0",
"svelte": "^4.2.15",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5"
},
"devDependencies": {
"@biomejs/biome": "1.7.3",
"@tailwindcss/typography": "^0.5.13",
"@types/mixpanel-browser": "^2.49.0",
"daisyui": "^4.10.2"
}
}