-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 1.18 KB
/
package.json
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
{
"name": "jsonresume-theme-legacy",
"version": "0.3.2",
"description": "✱ Legacy handlebars jsonresume theme port to vite",
"author": "metaory <[email protected]>",
"bugs": "https://github.com/metaory/jsonresume-theme-legacy/issues",
"homepage": "https://github.com/metaory/jsonresume-theme-legacy#readme",
"repository": "git+https://github.com/metaory/jsonresume-theme-legacy.git",
"type": "module",
"license": "MIT",
"scripts": {
"dev": "vite dev",
"build": "npm run build:private",
"build:vite": "vite build",
"build:sample": "chromium --headless --disable-gpu --no-pdf-header-footer --print-to-pdf=sample.pdf http://localhost:5173",
"build:private": "chromium --headless --disable-gpu --no-pdf-header-footer --print-to-pdf=private.pdf http://localhost:5173/private",
"deploy": "vite build --base=/jsonresume-theme-legacy",
"preview": "vite preview"
},
"devDependencies": {
"@iconify/json": "2.x",
"@iconify/tailwind": "1.x",
"@vituum/vite-plugin-handlebars": "1.x",
"@vituum/vite-plugin-tailwindcss": "1.x",
"autoprefixer": "10.x",
"postcss": "8.x",
"tailwindcss": "3.x",
"vite": "5.x",
"vituum": "1.x"
}
}