-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.17 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.17 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
{
"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.5",
"@astrojs/db": "^0.15.0",
"@astrojs/partytown": "^2.1.4",
"@astrojs/sitemap": "^3.5.1",
"@astrojs/svelte": "7.2.0",
"astro": "^5.15.8",
"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",
"prettier": "^3.7.4",
"prettier-plugin-astro": "^0.14.1",
"unocss": "^66.5.10"
}
}