vue-smart-app-banner
Version:
Smart banner for vue.js 2-3
96 lines (95 loc) • 2.28 kB
JSON
{
"name": "vue-smart-app-banner",
"version": "0.0.1-alpha.1",
"description": "Smart banner for vue.js 2-3",
"author": "Maxim Makarevich",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Xemka1309/vue-smart-app-banner"
},
"bugs": "https://github.com/Xemka1309/vue-smart-app-banner/issues",
"keywords": [
"vue",
"vue2",
"vue3",
"component",
"ui",
"frontend",
"appinstallbanner",
"smart",
"banner",
"smartbanner",
"smartappbanner",
"android",
"ios",
"iphone",
"application"
],
"exports": {
".": {
"require": "./dist/index.umd.js",
"import": "./dist/index.mjs"
}
},
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"unpkg": "./dist/index.umd.js",
"jsdelivr": "./dist/index.umd.js",
"types": "./dist/types/index.d.ts",
"files": [
"dist"
],
"scripts": {
"clean:dist": "rimraf dist",
"clean:coverage": "rimraf coverage",
"dev": "vite --mode dev",
"build": "pnpm clean:dist && vite build --mode prod && vue-tsc --emitDeclarationOnly",
"preview": "vite preview",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"test": "pnpm clean:coverage && vitest --coverage --mode test"
},
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
},
"peerDependencies": {
"@vue/composition-api": "^1.7.1",
"vue": "^2.0.0 || >=3.0.0"
},
"peerDependenciesMeta": {
"@vue/composition-api": {
"optional": true
}
},
"dependencies": {
"bowser": "^2.11.0",
"js-cookie": "^3.0.1",
"vue-demi": "^0.13.11"
},
"devDependencies": {
"@antfu/eslint-config": "^0.31.0",
"@commitlint/cli": "^17.3.0",
"@commitlint/config-conventional": "^17.3.0",
"@types/js-cookie": "^3.0.2",
"@types/node": "^18.11.9",
"@vitejs/plugin-vue": "^3.2.0",
"@vitest/coverage-c8": "^0.25.2",
"commitizen": "^4.2.5",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.28.0",
"happy-dom": "^7.7.0",
"husky": "^8.0.2",
"rimraf": "^3.0.2",
"typescript": "^4.9.3",
"vite": "^3.2.4",
"vitest": "^0.25.2",
"vue": "^3.2.45",
"vue-tsc": "^0.29.8"
},
"volta": {
"node": "14.19.1"
}
}