-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.68 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.68 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
57
58
59
60
61
{
"name": "divnectarastro",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"start": "node ./dist/server/entry.mjs",
"astro": "astro"
},
"dependencies": {
"@astrojs/node": "^9.0.1",
"@astrojs/partytown": "^2.1.3",
"@astrojs/prism": "^3.2.0",
"@astrojs/react": "^4.1.6",
"@astrojs/rss": "^4.0.11",
"@astrojs/sitemap": "^3.2.1",
"@astrojs/tailwind": "^5.1.4",
"@iconify-json/fa6-brands": "^1.2.5",
"@iconify-json/iconamoon": "^1.2.2",
"@iconify-json/logos": "^1.2.4",
"@iconify-json/mdi": "^1.2.3",
"@iconify-json/ph": "^1.2.2",
"@lion/ui": "^0.11.1",
"@supabase/supabase-js": "^2.48.0",
"@types/marked": "^5.0.2",
"@types/moment": "^2.11.29",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"astro": "^5.1.7",
"astro-expressive-code": "^0.41.3",
"astro-icon": "^1.1.5",
"astro-remote": "^0.3.3",
"astro-seo": "^0.8.4",
"astro-tabs": "^0.1.8",
"astro-tooltips": "^0.6.2",
"axios": "^1.7.9",
"dotenv": "^16.4.7",
"flowbite": "^3.0.0",
"markdown-it": "^14.1.0",
"marked": "^15.0.7",
"moment": "^2.30.1",
"mongodb": "^6.12.0",
"mysql2": "^3.12.0",
"nes.css": "^2.2.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-tabs": "^6.1.0",
"rpg-awesome": "^0.2.0",
"sass-embedded": "^1.83.4",
"tailwindcss": "^3.4.17"
},
"devDependencies": {
"@catppuccin/tailwindcss": "^0.1.6",
"@iconify-json/line-md": "^1.2.5",
"@iconify-json/pixelarticons": "^1.2.2",
"@tailwindcss/typography": "^0.5.16",
"@types/node": "^22.10.7"
}
}