nuxt-resource-hints
Version:
Nuxt module that adds HTTP header resource hints for resources in your Nuxt App.
65 lines (64 loc) • 1.85 kB
JSON
{
"name": "nuxt-resource-hints",
"version": "0.0.2",
"description": "Nuxt module that adds HTTP header resource hints for resources in your Nuxt App.",
"repository": "IO-Fire/nuxt-resource-hints",
"keywords": [
"nuxt",
"vue",
"http",
"resource-hints",
"lcp",
"performance"
],
"license": "MIT",
"type": "module",
"exports": {
".": {
"types": "./dist/types.d.ts",
"import": "./dist/module.mjs",
"require": "./dist/module.cjs"
}
},
"main": "./dist/module.cjs",
"types": "./dist/types.d.ts",
"files": [
"dist"
],
"scripts": {
"prepare": "nuxt prepare",
"prepack": "nuxt-module-build build",
"dev": "nuxi dev playground",
"dev:build": "nuxi build playground",
"dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground",
"release": "npm run lint && npm run test && npm run prepack && changelogen --release && npm publish && git push --follow-tags",
"lint": "eslint .",
"test": "vitest run",
"test:watch": "vitest watch",
"test:types": "vue-tsc --noEmit && cd playground && vue-tsc --noEmit"
},
"dependencies": {
"@nuxt/kit": "^3.15.3",
"defu": "^6.1.4"
},
"devDependencies": {
"@nuxt/devtools": "^1.7.0",
"@nuxt/eslint-config": "^0.7.5",
"@nuxt/module-builder": "^0.8.4",
"@nuxt/schema": "^3.15.3",
"@nuxt/test-utils": "^3.15.4",
"@types/node": "latest",
"changelogen": "^0.5.7",
"eslint": "^9.19.0",
"nuxt": "^3.15.3",
"typescript": "~5.7.3",
"vitest": "^3.0.4",
"vue-tsc": "^2.2.0"
},
"unbuild": {
"externals": [
"unstorage"
]
},
"packageManager": "pnpm@9.15.4+sha512.b2dc20e2fc72b3e18848459b37359a32064663e5627a51e4c74b2c29dd8e8e0491483c3abb40789cfd578bf362fb6ba8261b05f0387d76792ed6e23ea3b1b6a0"
}