-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.25 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.25 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
{
"name": "ubmit-dev",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"format": "vp fmt ./src",
"format:check": "vp fmt --check ./src",
"resume:compile": "typst compile ./resume/resume.typ ./public/resume.pdf",
"resume:watch": "typst watch ./resume/resume.typ ./public/resume.pdf",
"prepare": "vp config"
},
"dependencies": {
"@astrojs/check": "^0.9.8",
"@astrojs/mdx": "^5.0.2",
"@astrojs/rss": "^4.0.17",
"@astrojs/sitemap": "^3.7.1",
"@fontsource/work-sans": "^5.0.18",
"@radix-ui/colors": "^3.0.0",
"astro": "^6.0.6",
"chart.js": "^4.5.1",
"clsx": "^2.1.0",
"tailwind-merge": "^3.4.0",
"typescript": "^5.9.3"
},
"devDependencies": {
"@astrojs/upgrade": "^0.7.1",
"@myriaddreamin/typst-ts-node-compiler": "0.7.0-rc2",
"@tailwindcss/typography": "^0.5.19",
"@tailwindcss/vite": "^4.1.18",
"tailwindcss": "^4.1.18",
"vite-plus": "latest"
},
"packageManager": "pnpm@10.32.1",
"pnpm": {
"overrides": {
"vite": "npm:@voidzero-dev/vite-plus-core@latest",
"vitest": "npm:@voidzero-dev/vite-plus-test@latest"
}
}
}