mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
cab61212b1
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
39 lines
967 B
JSON
39 lines
967 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",
|
|
"test": "pnpm lint && pnpm build"
|
|
},
|
|
"devDependencies": {
|
|
"@types/html-minifier": "4.0.5",
|
|
"@types/lodash-es": "4.17.12",
|
|
"@unocss/reset": "0.62.3",
|
|
"critters": "0.0.24",
|
|
"html-minifier": "4.0.0",
|
|
"html-validate": "8.21.0",
|
|
"jiti": "1.21.6",
|
|
"knitwork": "1.1.0",
|
|
"lodash-es": "4.17.21",
|
|
"pathe": "1.1.2",
|
|
"prettier": "3.3.3",
|
|
"scule": "1.3.0",
|
|
"tinyexec": "0.3.0",
|
|
"tinyglobby": "0.2.5",
|
|
"unocss": "0.62.3",
|
|
"vite": "5.4.3"
|
|
}
|
|
}
|