vue-device-detect
Version:
检测设备类型,根据设备类型渲染内容
63 lines • 1.23 kB
JSON
{
"name": "vue-device-detect",
"version": "1.0.3",
"packageManager": "pnpm@6.32.3",
"description": "",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"scripts": {
"build": "pkgroll",
"dev": "pkgroll --watch"
},
"files": [
"dist",
"README.md",
"package.json"
],
"exports": {
".": {
"require": "./dist/index.js",
"import": "./dist/index.mjs",
"types": "./dist/index.d.ts"
}
},
"keywords": [
"vue",
"useragent",
"mobile",
"phone",
"tablet",
"detect",
"device",
"browser",
"smart-tv",
"smarttv",
"version",
"model",
"console"
],
"peerDependencies": {
"vue": "^3.2.32"
},
"devDependencies": {
"@antfu/eslint-config": "^0.20.2",
"@antfu/ni": "^0.14.0",
"@types/node": "^17.0.23",
"@types/ua-parser-js": "^0.7.36",
"bumpp": "^7.1.1",
"eslint": "^8.13.0",
"nanoid": "^3.3.2",
"pkgroll": "^1.0.3",
"typescript": "^4.6.3",
"vite": "^2.9.1",
"vitest": "^0.9.3",
"vue-tsc": "~0.34.6"
},
"author": "",
"license": "ISC",
"dependencies": {
"ua-parser-js": "^1.0.2",
"vue-device-detect": "^1.0.0"
}
}