forked from Treblle/docs.treblle.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 936 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
{
"name": "docs",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.8.3",
"@astrojs/react": "^3.6.0",
"@astrojs/sitemap": "^3.1.6",
"@astrojs/starlight": "^0.25.5",
"@astrojs/starlight-tailwind": "^2.0.3",
"@astrojs/svelte": "^5.7.0",
"@astrojs/tailwind": "^5.1.0",
"@fontsource-variable/inter": "^5.0.20",
"@fontsource/poppins": "^5.0.15",
"astro": "^4.14.6",
"astro-og-canvas": "^0.5.3",
"astro-seo-schema": "^4.0.2",
"canvaskit-wasm": "^0.39.1",
"gsap": "^3.12.7",
"schema-dts": "^1.1.2",
"sharp": "^0.32.6",
"svelte": "^4.2.19",
"tailwindcss": "^3.4.10",
"typescript": "^5.5.4"
},
"devDependencies": {
"@tailwindcss/aspect-ratio": "^0.4.2"
}
}