-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.23 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.23 KB
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
{
"name": "",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev --host --remote",
"start": "astro dev",
"build": "astro check && astro build --remote",
"preview": "astro preview --host",
"astro": "astro",
"db:exec": "astro db execute ./db/seed.ts --remote ",
"db:push": "astro db push --remote"
},
"dependencies": {
"@0x-jerry/unocss-preset-daisyui": "0.2.3",
"@astrojs/check": "0.9.8",
"@astrojs/db": "0.20.1",
"@astrojs/partytown": "2.1.7",
"@astrojs/sitemap": "3.7.2",
"@astrojs/svelte": "8.0.5",
"astro": "6.1.9",
"astro-seo": "^1.1.0",
"daisyui": "^5.5.19",
"svelte": "^5.55.5",
"tiny-invariant": "^1.3.3",
"typescript": "^6.0.3",
"unocss-preset-daisyui-next": "^0.1.2"
},
"devDependencies": {
"@iconify-json/tabler": "^1.2.33",
"@unocss/astro": "^66.6.8",
"@unocss/preset-icons": "^66.6.8",
"@unocss/preset-mini": "^66.6.8",
"@unocss/preset-web-fonts": "^66.6.8",
"@unocss/reset": "^66.6.8",
"@unocss/transformer-variant-group": "^66.6.8",
"prettier": "^3.8.3",
"@iconify-json/healthicons": "^1.2.12",
"@iconify-json/ph": "^1.2.2",
"prettier-plugin-astro": "^0.14.1",
"unocss": "^66.6.8"
}
}