-
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.35 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.35 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": "portfolio-v5",
"type": "module",
"scripts": {
"dev:site": "bun astro dev",
"dev:cv": "bun cv/watch.ts",
"dev:i18n": "bun i18n/cli.ts generate --watch",
"build": "bun build:i18n && bun build:cv && bun build:site",
"build:site": "bun astro build",
"build:cv": "bun cv/generate.tsx",
"build:i18n": "bun i18n/cli.ts generate",
"check": "bun check:i18n && bun check:biome && bun check:astro",
"check:astro": "bun astro check",
"check:i18n": "bun i18n/cli.ts check",
"check:biome": "bun biome check --apply {cv,i18n,locales,src} *.{json,ts,mjs}"
},
"dependencies": {
"@astrojs/check": "0.4.1",
"@astrojs/sitemap": "3.0.5",
"@astrojs/tailwind": "5.1.0",
"@biomejs/biome": "1.5.3",
"@floating-ui/dom": "1.6.1",
"@fontsource/amita": "5.0.18",
"@fontsource/nunito": "5.0.16",
"@iconify/json": "2.2.179",
"@iconify/tailwind": "0.1.4",
"@react-pdf/renderer": "3.3.4",
"@tailwindcss/forms": "0.5.7",
"@tailwindcss/typography": "0.5.10",
"@types/react": "18.2.52",
"@types/react-pdf": "7.0.0",
"astro": "4.3.2",
"bun-types": "1.0.25",
"commander": "12.0.0",
"date-fns": "3.3.1",
"dts-dom": "3.7.0",
"glob": "10.3.10",
"nanostores": "0.9.5",
"react": "18.2.0",
"tailwindcss": "3.4.1",
"ts-pattern": "5.0.6",
"typescript": "5.3.3"
}
}