-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.07 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.07 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
{
"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": {
"@ameinhardt/unocss-preset-daisy": "^1.1.8",
"@astrojs/check": "0.9.4",
"@astrojs/db": "^0.18.0",
"@astrojs/sitemap": "^3.5.1",
"@astrojs/svelte": "7.1.0",
"astro": "5.10.1",
"astro-seo": "^0.8.4",
"daisyui": "^5.0.31",
"svelte": "^5.23.1",
"tiny-invariant": "^1.3.3",
"typescript": "^5.8.2",
"unocss-preset-daisyui-next": "^0.1.2"
},
"devDependencies": {
"@iconify-json/tabler": "^1.2.17",
"@unocss/preset-icons": "^66.1.0-beta.6",
"@unocss/preset-mini": "^66.1.0-beta.6",
"@unocss/preset-web-fonts": "^66.1.0-beta.6",
"@unocss/reset": "^66.1.0-beta.6",
"@unocss/transformer-variant-group": "^66.1.0-beta.6",
"unocss": "^66.1.0-beta.6"
}
}