-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.21 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
{
"name": "site",
"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.9.4",
"@astrojs/cloudflare": "^11.1.0",
"@astrojs/sitemap": "^3.2.0",
"@astrojs/svelte": "^5.7.2",
"@astrojs/tailwind": "^5.1.2",
"@fontsource-variable/inter": "^5.1.0",
"@fontsource-variable/inter-tight": "^5.1.0",
"@fontsource-variable/jetbrains-mono": "^5.1.1",
"@fontsource/inter": "^5.1.0",
"@fontsource/inter-tight": "^5.1.0",
"@fontsource/jetbrains-mono": "^5.1.1",
"@tailwindcss/typography": "^0.5.15",
"astro": "^4.16.2",
"cva": "npm:class-variance-authority@^0.7.0",
"figlet": "^1.8.0",
"svelte": "^4.2.19",
"tailwind-merge": "^2.5.3",
"tailwindcss": "^3.4.13",
"typescript": "^5.6.3"
},
"packageManager": "[email protected]+sha512.140036830124618d624a2187b50d04289d5a087f326c9edfc0ccd733d76c4f52c3a313d4fc148794a2a9d81553016004e6742e8cf850670268a7387fc220c903",
"devDependencies": {
"@types/figlet": "^1.7.0",
"prettier": "^3.3.3",
"prettier-plugin-astro": "^0.14.1"
}
}