-
Notifications
You must be signed in to change notification settings - Fork 53
/
package.json
38 lines (38 loc) · 943 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
34
35
36
37
38
{
"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/partytown": "^1.2.3",
"@astrojs/rss": "^2.4.4",
"@astrojs/sitemap": "^1.4.0",
"@astrojs/svelte": "^5.7.1",
"@astrojs/tailwind": "^5.1.0",
"astro": "^4.15.4",
"astro-seo-schema": "^4.0.2",
"dayjs": "^1.11.13",
"dexie": "^4.0.9",
"flowbite": "^1.8.1",
"markdown-to-text-renderer": "^0.1.1",
"marked": "^4.3.0",
"reading-time": "^1.5.0",
"svelte": "^4.2.19",
"svelter-search": "^0.1.1",
"svelter-search-ui": "^0.0.7",
"tailwindcss": "^3.4.10",
"topbar": "^2.0.2",
"vite": "^5.4.5"
},
"devDependencies": {
"@tailwindcss/line-clamp": "^0.4.4",
"@tailwindcss/typography": "^0.5.15"
}
}