forked from CuCodersCommunity/cucoderscommunity.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 805 Bytes
/
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
{
"name": "@example/basics",
"type": "module",
"version": "1.1.0",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/image": "^0.16.1",
"@astrojs/partytown": "^1.0.3",
"@astrojs/rss": "^2.1.0",
"@astrojs/sitemap": "^1.0.1",
"@astrojs/tailwind": "^3.0.1",
"astro": "^2.10.0",
"astro-seo-schema": "^2.0.0",
"dayjs": "^1.11.7",
"flowbite": "^1.6.0",
"markdown-to-text-renderer": "^0.1.1",
"marked": "^4.2.12",
"reading-time": "^1.5.0",
"tailwindcss": "^3.0.24",
"topbar": "^2.0.1"
},
"devDependencies": {
"@tailwindcss/line-clamp": "^0.4.2",
"@tailwindcss/typography": "^0.5.9"
}
}