-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.2 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
40
41
42
43
44
45
{
"name": "thesobercoder.in",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"sync": "astro sync",
"check": "astro check",
"upgrade": "upgrade",
"astro": "astro",
"fmt": "prettier '**/*' -wu",
"clean": "rimraf ./.vercel/ ./.astro/ ./dist/ ./.tmp-*"
},
"dependencies": {
"@astrojs/check": "^0.8.1",
"@astrojs/mdx": "^3.1.2",
"@astrojs/sitemap": "^3.1.6",
"@astrojs/tailwind": "^5.1.0",
"@astrojs/vercel": "^7.7.2",
"@builder.io/qwik": "^1.7.1",
"@fontsource/inter": "^5.0.19",
"@qwikdev/astro": "^0.6.1",
"@tailwindcss/typography": "^0.5.13",
"astro": "^4.11.5",
"astro-font": "^0.0.81",
"astro-robots-txt": "^1.0.0",
"autoprefixer": "^10.4.19",
"postcss": "^8.4.39",
"tailwindcss": "^3.4.4",
"typescript": "^5.5.3"
},
"devDependencies": {
"@astrojs/upgrade": "^0.3.1",
"daisyui": "^4.12.10",
"prettier": "^3.3.3",
"prettier-plugin-astro": "^0.14.0",
"prettier-plugin-organize-imports": "^4.0.0",
"prettier-plugin-tailwindcss": "^0.6.5",
"rimraf": "^6.0.1",
"vite": "^5.3.3"
}
}