-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 1.16 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
{
"private": true,
"license": "BSD 3-Clause",
"description": "AdaLiszk.io, a personal website with its various modules.",
"repository": "github:adaliszk/adaliszk.io",
"type": "module",
"scripts": {
"format": "biome format --write . && biome lint --apply-unsafe ./src",
"lint": "biome lint ./src && astro check",
"start": "turbo build-deps && astro dev",
"build": "rm -rf dist && pnpm lint && astro build",
"preview": "turbo build && astro preview --open",
"deploy": "wrangler -c wrangler.toml pages deploy ."
},
"dependencies": {
"@astrojs/partytown": "^2.1.0",
"@builder.io/partytown": "^0.10.1",
"@builder.io/qwik": "^1.5.2",
"@sentry/astro": "^7.111.0",
"undici": "^6.14.1"
},
"devDependencies": {
"@adaliszk/astro-sdk": "^4.7.0",
"@adaliszk/std": "^0.1.0",
"@biomejs/biome": "^1.7.1",
"@qwikdev/astro": "^0.5.14",
"astro": "^4.7.0",
"daisyui": "^4.10.2",
"tailwindcss": "^3.4.3",
"tsup": "^8.0.2",
"turbo": "^1.13.2",
"typescript": "^5.4.5",
"wrangler": "^3.51.2"
}
}