-
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.32 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.32 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": "exavatar",
"type": "module",
"version": "1.0.0",
"description": "Generate beautiful, customizable avatars instantly with our powerful API. Built with Deno and Astro for lightning-fast performance.",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"format": "biome format --write .",
"lint": "biome lint --write .",
"test": "vitest run",
"generate": "tsx scripts/generate.ts",
"prepare": "husky install",
"release": "semantic-release",
"release:dry": "semantic-release --dry-run --config .releaserc.local.json"
},
"dependencies": {
"@astrojs/vercel": "^8.2.11",
"@shikijs/transformers": "^3.7.0",
"@tailwindcss/vite": "^4.1.11",
"@vercel/analytics": "^2.0.1",
"astro": "^5.18.1",
"basecoat-css": "^0.2.8",
"colord": "^2.9.3",
"sharp": "^0.33.0",
"tailwindcss": "^4.1.11"
},
"devDependencies": {
"@biomejs/biome": "^2.4.7",
"@commitlint/cli": "^18.4.3",
"@commitlint/config-conventional": "^18.4.3",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^11.1.0",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^9.2.6",
"@semantic-release/release-notes-generator": "^12.1.0",
"husky": "^8.0.3",
"semantic-release": "^23.0.0",
"tsx": "^4.21.0",
"vitest": "^4.1.0"
}
}