-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.59 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
{
"name": "rafay99.com",
"type": "module",
"version": "5.5.1",
"scripts": {
"dev": "tinacms dev -c \"astro dev\"",
"start": "astro dev",
"build": "tinacms build && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^4.0.7",
"@astrojs/react": "^4.1.6",
"@astrojs/rss": "^4.0.11",
"@astrojs/sitemap": "^3.2.1",
"@astrojs/starlight": "^0.31.1",
"@astrojs/tailwind": "^5.1.5",
"@astrojs/vercel": "^8.0.2",
"@expressive-code/plugin-collapsible-sections": "^0.38.3",
"@expressive-code/plugin-line-numbers": "^0.38.3",
"@tailwindcss/typography": "^0.5.15",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vercel/analytics": "^1.3.1",
"@vercel/speed-insights": "^1.0.12",
"astro": "^5.1.8",
"astro-diagram": "^0.7.0",
"astro-expressive-code": "^0.38.3",
"axios": "^1.7.7",
"devicon": "^2.16.0",
"dotenv": "^16.4.5",
"framer-motion": "^11.11.4",
"fuse.js": "^7.0.0",
"mermaid": "^11.4.1",
"prettier": "^3.3.3",
"prettier-plugin-astro": "^0.14.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.4.0",
"react-lottie": "^1.2.4",
"simple-icons": "^13.12.0",
"tailwindcss": "^3.4.10",
"tinacms": "^1.5.17"
},
"devDependencies": {
"@gsap/react": "^2.1.1",
"@tinacms/cli": "^1.5.26",
"@types/node": "^22.1.0"
}
}