-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.14 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
{
"name": "astro-linky",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev --remote",
"start": "astro dev --remote",
"build": "astro check && astro build --remote",
"db:reset": "astro db push --remote --force-reset",
"db:push": "astro db push --remote",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/db": "^0.14.3",
"@astrojs/netlify": "^5.5.4",
"@astrojs/tailwind": "^5.1.2",
"@astrojs/vue": "^4.5.2",
"@sindresorhus/slugify": "^2.2.1",
"@vueuse/components": "^11.2.0",
"@vueuse/core": "^11.2.0",
"@vueuse/integrations": "^11.2.0",
"astro": "^4.16.9",
"astro-icon": "^1.1.2",
"async-validator": "^4.2.5",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"jsonwebtoken": "^9.0.2",
"lucide-vue-next": "^0.454.0",
"qr-image": "^3.2.0",
"radix-vue": "^1.9.8",
"tailwind-merge": "^2.5.4",
"tailwindcss": "^3.4.14",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.6.3",
"uuid": "^11.0.2",
"vue": "^3.5.12"
},
"devDependencies": {
"@types/jsonwebtoken": "^9.0.7"
}
}