mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-28 16:42:04 +00:00
efa35afbce
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
36 lines
843 B
JSON
36 lines
843 B
JSON
{
|
|
"name": "@nuxt/ui-templates",
|
|
"version": "1.3.3",
|
|
"private": true,
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/nuxt/nuxt.git",
|
|
"directory": "packages/ui-templates"
|
|
},
|
|
"license": "CC-BY-ND-4.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "vite build",
|
|
"dev": "vite",
|
|
"optimize-assets": "npx svgo public/assets/**/*.svg",
|
|
"postinstall": "pnpm build",
|
|
"prerender": "pnpm build && jiti ./lib/prerender"
|
|
},
|
|
"devDependencies": {
|
|
"@unocss/reset": "0.64.1",
|
|
"beasties": "0.1.0",
|
|
"html-validate": "8.25.1",
|
|
"htmlnano": "2.1.1",
|
|
"jiti": "2.4.0",
|
|
"knitwork": "1.1.0",
|
|
"pathe": "1.1.2",
|
|
"prettier": "3.4.1",
|
|
"scule": "1.3.0",
|
|
"svgo": "3.3.2",
|
|
"tinyexec": "0.3.1",
|
|
"tinyglobby": "0.2.10",
|
|
"unocss": "0.64.1",
|
|
"vite": "6.0.0"
|
|
}
|
|
}
|