Nuxt/packages/ui-templates/package.json

52 lines
1.2 KiB
JSON
Raw Normal View History

2021-12-22 13:04:06 +00:00
{
"name": "@nuxt/ui-templates",
"version": "1.3.3",
"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
"exports": {
"./templates/*": "./dist/templates/*",
".": "./dist/index.js",
2021-12-22 13:04:06 +00:00
"./*": "./dist/*"
},
"main": "./dist/index.js",
2021-12-22 13:04:06 +00:00
"types": "./dist/index.d.ts",
"files": [
2022-03-10 20:42:59 +00:00
"dist/templates/*",
2021-12-22 13:04:06 +00:00
"dist/index.*"
],
"scripts": {
"build": "vite build",
2021-12-22 19:54:18 +00:00
"dev": "vite",
2021-12-22 13:04:06 +00:00
"lint": "eslint --ext .ts,.js .",
"optimize-assets": "npx svgo public/assets/**/*.svg",
"prepack": "pnpm build && true",
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": {
"@types/html-minifier": "4.0.5",
"@types/lodash-es": "4.17.12",
"@unocss/reset": "0.59.4",
"critters": "0.0.22",
"execa": "8.0.1",
"globby": "14.0.1",
"html-minifier": "4.0.0",
"jiti": "1.21.0",
"knitwork": "1.1.0",
"lodash-es": "4.17.21",
"pathe": "1.1.2",
"prettier": "3.2.5",
"scule": "1.3.0",
"unocss": "0.59.4",
"vite": "5.2.10"
2021-12-22 19:54:18 +00:00
},
"publishConfig": {
"access": "public"
2021-12-22 13:04:06 +00:00
}
}