Nuxt/packages/ui-templates/package.json

36 lines
866 B
JSON
Raw Normal View History

2021-12-22 13:04:06 +00:00
{
"name": "@nuxt/ui-templates",
"version": "1.3.3",
2024-05-02 10:50:58 +00:00
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/nuxt/nuxt.git",
"directory": "packages/ui-templates"
},
2021-12-22 13:04:06 +00:00
"license": "CC-BY-ND-4.0",
"type": "module",
2021-12-22 13:04:06 +00:00
"scripts": {
"build": "vite build",
2021-12-22 19:54:18 +00:00
"dev": "vite",
2021-12-22 13:04:06 +00:00
"optimize-assets": "npx svgo public/assets/**/*.svg",
"postinstall": "pnpm build",
2022-09-20 07:23:05 +00:00
"prerender": "pnpm build && jiti ./lib/prerender",
"test": "pnpm lint && pnpm build"
2021-12-22 13:04:06 +00:00
},
"devDependencies": {
"@unocss/reset": "0.62.4",
"critters": "0.0.24",
"html-validate": "8.22.0",
2024-09-11 15:00:53 +00:00
"htmlnano": "2.1.1",
"jiti": "2.0.0-rc.1",
"knitwork": "1.1.0",
"pathe": "1.1.2",
"prettier": "3.3.3",
"scule": "1.3.0",
"tinyexec": "0.3.0",
"tinyglobby": "0.2.6",
"unocss": "0.62.4",
"vite": "5.4.7"
2021-12-22 13:04:06 +00:00
}
}