-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.61 KB
/
Copy pathpackage.json
File metadata and controls
56 lines (56 loc) · 1.61 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
46
47
48
49
50
51
52
53
54
55
56
{
"name": "portfolio-v2",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"format": "prettier --write .",
"checkformat": "prettier --check .",
"lint": "eslint ."
},
"devDependencies": {
"@lucide/svelte": "^0.487.0",
"@tailwindcss/typography": "^0.5.16",
"@types/sanitize-html": "^2.15.0",
"@typescript-eslint/eslint-plugin": "^8.24.0",
"@typescript-eslint/parser": "^8.24.0",
"bits-ui": "^1.3.16",
"clsx": "^2.1.1",
"embla-carousel-svelte": "^8.5.2",
"eslint": "^9.20.1",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-astro": "^1.3.1",
"eslint-plugin-jsx-a11y": "^6.10.2",
"mode-watcher": "^0.5.1",
"prettier": "^3.5.0",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-svelte": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.11",
"svelte-sonner": "^0.3.28",
"tailwind-merge": "^3.0.1",
"tailwind-variants": "^0.3.1"
},
"dependencies": {
"@astrojs/rss": "^4.0.11",
"@astrojs/svelte": "^7.0.4",
"@astrojs/vercel": "^8.1.4",
"@tailwindcss/vite": "^4.0.6",
"@vercel/analytics": "^1.5.0",
"@vercel/speed-insights": "^1.2.0",
"astro": "^5.2.5",
"astro-og-canvas": "^0.7.0",
"lucide-svelte": "^0.487.0",
"marked": "^15.0.9",
"mdast-util-to-string": "^4.0.0",
"reading-time": "^1.5.0",
"rehype-external-links": "^3.0.0",
"sanitize-html": "^2.16.0",
"svelte": "^5.19.10",
"svelte-confetti": "^2.0.0",
"tailwindcss": "^4.0.6",
"typescript": "^5.7.3"
}
}