-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1006 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
39
40
{
"name": "blog",
"type": "module",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"sync": "astro sync",
"astro": "astro",
"format": "prettier ./src/ --write"
},
"dependencies": {
"@astrojs/svelte": "^5.2.0",
"@astrojs/tailwind": "^5.1.0",
"@astrojs/vercel": "^7.3.6",
"@builder.io/qwik": "^1.5.1",
"@vercel/og": "^0.5.20",
"astro": "^4.11.3",
"fuse.js": "^6.6.2",
"svelte": "^4.0.0",
"svelte-persisted-store": "^0.11.0",
"tailwindcss": "^3.4.1"
},
"devDependencies": {
"@qwikdev/astro": "^0.5.10",
"@tailwindcss/forms": "^0.5.4",
"@tailwindcss/typography": "^0.5.8",
"@vite-pwa/astro": "^0.2.0",
"prettier": "^3.2.5",
"prettier-plugin-astro": "^0.12.2",
"prettier-plugin-svelte": "^3.2.2",
"prettier-plugin-tailwindcss": "^0.5.12"
},
"resolutions": {
"workbox-build": "~6.0.2"
}
}