-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.53 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.53 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "website",
"homepage": "https://utcode.net",
"description": "website of ut.code();, version 3",
"private": true,
"version": "3.1.2",
"keywords": [
"astro",
"ut.code();"
],
"type": "module",
"scripts": {
"prepare": "lefthook install && bun sync",
"sync": "astro sync",
"dev": "astro dev",
"check": "bun check:only && bun format:check",
"check:only": "astro check",
"fix": "bun format",
"format": "biome check . --fix --unsafe && bun prettier . --write",
"format:check": "biome check . && bun prettier --check .",
"format:staged": "biome check . --fix && bun prettier --write",
"build": "astro build",
"preview": "astro preview"
},
"dependencies": {
"@astrojs/mdx": "^4.2.2",
"@astrojs/sitemap": "^3.3.0",
"@astrojs/svelte": "^7.0.8",
"@date-fns/tz": "^1.2.0",
"@iconify-json/feather": "^1.2.1",
"@tailwindcss/typography": "^0.5.16",
"astro": "^5.5.5",
"astro-icon": "^1.1.5",
"bits-ui": "^1.3.14",
"daisyui": "^5.0.9",
"date-fns": "^4.1.0",
"markdown-to-txt": "^2.0.1",
"sharp": "^0.33.5",
"svelte": "^5.25.3"
},
"devDependencies": {
"@astrojs/check": "^0.9.4",
"@biomejs/biome": "^1.9.4",
"@tailwindcss/vite": "^4.0.17",
"lefthook": "^1.11.5",
"prettier": "^3.5.3",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-svelte": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.11",
"rollup-plugin-visualizer": "^5.14.0",
"tailwindcss": "^4.0.17",
"typescript": "^5.8.2"
}
}