wideangle-nuxt/package.json

63 lines
1.6 KiB
JSON
Raw Normal View History

2023-05-14 15:25:44 +00:00
{
2023-05-18 12:33:46 +00:00
"name": "wideangle-nuxt",
"version": "2.0.0",
2023-05-14 15:25:44 +00:00
"description": "Wide Angle Analytics module for Nuxt",
"homepage": "https://wideangle.co",
"repository": {
"type": "git",
"url": "https://cloud.inputobjects.eu/forge/wideangle/wideangle-nuxt.git"
},
2023-05-14 15:25:44 +00:00
"author": "Wide Angle Analytics <developers@wideangle.co>",
"license": "Apache-2.0",
"type": "module",
"keywords": [
"wide angle analytics",
"web analytics",
"vue.js",
"vuejs",
"plugin",
2023-05-18 12:33:46 +00:00
"vuejs plugin",
"nuxt module",
"privacy",
"privacy web analytics"
2023-05-14 15:25:44 +00:00
],
"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": {
2025-01-02 22:46:27 +01:00
"prepack": "nuxt-module-build build",
2023-05-14 15:25:44 +00:00
"dev": "nuxi dev playground",
"dev:build": "nuxi build playground",
2025-01-02 22:46:27 +01:00
"dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground",
2025-01-29 22:42:22 +01:00
"release": "npm run prepack && changelogen --release && npm publish",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
2023-05-14 15:25:44 +00:00
},
"dependencies": {
2025-01-29 22:42:22 +01:00
"@nuxt/kit": "^3.15.3",
"wideangle-vuejs": "2.0.0",
2025-01-29 22:42:22 +01:00
"defu": "^6.1.4"
2023-05-14 15:25:44 +00:00
},
"devDependencies": {
"@nuxt/devtools": "latest",
2025-01-29 22:42:22 +01:00
"@nuxt/eslint-config": "^0.7.5",
"@nuxt/module-builder": "^0.8.4",
"@nuxt/schema": "^3.15.3",
"@types/node": "latest",
"changelogen": "^0.5.7",
"eslint": "^9.19.0",
2024-09-22 19:58:12 +00:00
"nuxt": "^3.13.2",
2025-01-29 22:42:22 +01:00
"typescript": "~5.7.2",
"vue-tsc": "^2.2.0"
2023-05-14 15:25:44 +00:00
}
}