-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.3 KB
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) · 1.3 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
{
"name": "project-hermes",
"type": "module",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"format": "bun format:biome && bun format:oxc",
"format:biome": "bun biome check --write --no-errors-on-unmatched --files-ignore-unknown=true --diagnostic-level=error {staged_files}",
"format:oxc": "bun oxlint --fix --tsconfig ./tsconfig.json --import-plugin"
},
"dependencies": {
"@astrojs/solid-js": "^5.1.3",
"@astrojs/svelte": "^7.2.5",
"@astrojs/vercel": "^9.0.5",
"@babel/core": "^7.29.7",
"@fontsource/jetbrains-mono": "^5.3.0",
"@octokit/core": "^7.0.6",
"@octokit/plugin-rest-endpoint-methods": "^17.0.0",
"@tailwindcss/vite": "^4.3.3",
"@vercel/analytics": "^1.6.1",
"@vite-pwa/astro": "^1.2.0",
"astro": "^5.18.2",
"solid-icons": "^1.2.0",
"solid-js": "^1.9.14",
"svelte": "^5.56.7",
"tailwindcss": "^4.3.3",
"typescript": "^5.9.3",
"vite": "^7.3.6",
"workbox-window": "^7.4.1"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"lefthook": "^1.13.6",
"oxlint": "^0.4.4",
"tsconfig-paths": "^4.2.0",
"vite-plugin-biome": "^1.2.0",
"vite-plugin-oxlint": "^1.7.0"
}
}