-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
54 lines (54 loc) · 1.49 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
49
50
51
52
53
54
{
"name": "portofolio",
"type": "module",
"version": "0.0.1",
"license": "MIT",
"author": "Sanjib Roy (https://github.com/sanjibroy360)",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"clean": "rimraf dist",
"build-types": "tsc --noEmit --pretty",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.5.9",
"@astrojs/partytown": "^2.0.4",
"@astrojs/rss": "^4.0.5",
"@astrojs/sitemap": "^3.1.2",
"@astrojs/tailwind": "^5.1.0",
"@klass/core": "4.0.0-next.25",
"@klass/react": "4.0.0-next.25",
"@radix-ui/react-avatar": "^1.0.4",
"@radix-ui/react-separator": "^1.0.3",
"@tabler/icons": "^3.0.2",
"@tailwindcss/aspect-ratio": "^0.4.2",
"astro": "4.10.1",
"astro-imagetools": "^0.9.0",
"astro-robots-txt": "^1.0.0",
"clsx": "^2.1.0",
"gray-matter": "^4.0.3",
"phosphor-react": "^1.4.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rehype-autolink-headings": "^7.1.0",
"rehype-pretty-code": "^0.13.0",
"rehype-slug": "^6.0.0",
"rimraf": "^5.0.7",
"sharp": "^0.33.4",
"tailwind-merge": "^2.2.1",
"tailwindcss": "^3.4.4",
"typescript": "^5.4.2"
},
"devDependencies": {
"@astrojs/react": "^3.1.0",
"@tailwindcss/typography": "^0.5.10",
"@types/node": "^20.11.28",
"@types/react": "^18.2.65",
"@types/react-dom": "^18.2.22",
"daisyui": "^4.7.3",
"vite": "^5.1.6"
}
}