nuxt-vitalizer
Version:
Instantly better LCP scores in Google Lighthouse
65 lines (64 loc) • 1.65 kB
JSON
{
"name": "nuxt-vitalizer",
"type": "module",
"version": "0.10.0",
"packageManager": "pnpm@9.4.0",
"description": "Instantly better LCP scores in Google Lighthouse",
"author": "Johann Schopplich <hello@johannschopplich.com>",
"license": "MIT",
"homepage": "https://github.com/johannschopplich/nuxt-vitalizer#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/johannschopplich/nuxt-vitalizer.git"
},
"bugs": "https://github.com/johannschopplich/nuxt-vitalizer/issues",
"keywords": [
"google",
"lcp",
"lighthouse",
"insights",
"nuxt",
"page-speed",
"prefetch",
"preload",
"speed"
],
"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": {
"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",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"test": "vitest",
"test:types": "tsc --noEmit",
"release": "bumpp"
},
"dependencies": {
"@nuxt/kit": "^3.12.2",
"defu": "^6.1.4",
"knitwork": "^1.1.0"
},
"devDependencies": {
"@nuxt/eslint-config": "^0.3.13",
"@nuxt/module-builder": "^0.8.0",
"@types/node": "^20.14.6",
"bumpp": "^9.4.1",
"eslint": "^9.5.0",
"nuxt": "^3.12.2",
"typescript": "^5.4.5",
"vue-tsc": "^2.0.21"
}
}