-
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": "jasperteo.com",
"type": "module",
"version": "2.0.0",
"scripts": {
"dev": "astro dev",
"build": "astro check && astro build",
"preview": "wrangler pages dev ./dist",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "0.8.3",
"@astrojs/cloudflare": "11.0.1",
"@astrojs/solid-js": "4.4.0",
"@hono/hono": "npm:@jsr/hono__hono",
"@kobalte/core": "^0.13.3",
"@valibot/valibot": "npm:@jsr/valibot__valibot",
"astro": "4.12.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"dayjs": "^1.11.11",
"js-cookie": "^3.0.5",
"solid-js": "^1.8.17",
"tailwind-merge": "^2.3.0"
},
"devDependencies": {
"@antfu/eslint-config": "^2.21.1",
"@iconify-icon/solid": "^2.1.1",
"@types/bun": "^1.1.5",
"@types/js-cookie": "^3.0.6",
"@unocss/eslint-plugin": "^0.61.0",
"@unocss/reset": "^0.61.0",
"eslint": "^9.5.0",
"eslint-plugin-astro": "^1.2.2",
"eslint-plugin-solid": "^0.14.1",
"lightningcss": "^1.25.1",
"typescript": "^5.5.2",
"unocss": "^0.61.0",
"unocss-preset-animations": "^1.0.2",
"wrangler": "^3.61.0"
}
}