-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
73 lines (73 loc) · 2.01 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"site": "https://techtim42.com",
"id": "TechTim42",
"name": "@tim-hub/techtim42",
"version": "1.0.0",
"fullName": "Tech Tim",
"description": "Learn, Share and Grow ❤️ -- Software Engineer | AWS Professional | Open Source Lover --☘️ Be more productive, Better in communicating, Contribute more to community ",
"author": {
"name": "Tech Tim",
"url": "https://TechTim42.com"
},
"repository": {
"type": "git",
"url": "https://github.com/tim-hub/techtim-astro-bento-portfolio"
},
"homepage": "https://techtim42.com",
"keywords": [
"astro",
"portfolio",
"blog",
"projects",
"experience",
"tags system",
"tailwindcss",
"react",
"bento",
"shadcn/ui"
],
"license": "MIT",
"scripts": {
"build": "astro build",
"dev": "astro dev",
"format": "prettier -w . --cache",
"preview": "astro preview",
"start": "astro dev"
},
"dependencies": {
"@astrojs/mdx": "^3.1.5",
"@astrojs/react": "^3.6.2",
"@astrojs/tailwind": "^5.1.0",
"@contentful/rich-text-html-renderer": "^17.0.0",
"@radix-ui/react-dropdown-menu": "^2.1.1",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slot": "^1.1.0",
"astro": "^4.16.16",
"astro-breadcrumbs": "^3.2.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"lucide-react": "^0.462.0",
"moment-timezone": "^0.5.45",
"motion": "^10.18.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-tagcloud": "^2.3.3",
"recharts": "^2.12.7",
"sharp": "^0.33.5",
"tailwind-merge": "^2.5.2",
"tailwindcss": "^3.4.15",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.15",
"@types/node": "^22.10.1",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.0",
"@types/react-tagcloud": "^2.3.2",
"prettier": "^3.3.3",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.5.14",
"typescript": "^5.6.2"
},
"packageManager": "[email protected]"
}