UNPKG

cloud-admin-template

Version:
66 lines 2.1 kB
{ "name": "@cloud-ui/u-you-data", "description": "Cloud UI - UYouData", "version": "0.1.8", "main": "./index.js", "author": "", "repository": { "type": "git", "url": "https://github.com/vusion/cloud-ui-materials.git", "directory": "src/components/u-you-data.vue" }, "homepage": "https://static-vusion.163yun.com/packages/@cloud-ui/u-you-data@0.1.8/index.html", "license": "MIT", "keywords": [ "vusion", "material", "component" ], "scripts": { "dev": "../../../node_modules/.bin/vue-cli-service doc --port 9090", "build:theme": "../../../node_modules/.bin/vue-cli-service library-build --dest dist-theme", "build:raw": "../../../node_modules/.bin/vue-cli-service library-build --vusion-mode raw --dest dist-raw", "build:doc": "../../../node_modules/.bin/vue-cli-service doc-build", "screenshot": "vusion screenshot public/index.html#examples --code-example --max-count 10 --smart-crop --package", "lcap": "node ./scripts/lcap", "deploy": "vusion deploy && vusion deploy screenshots && npm run lcap && git add .", "prepublishOnly": "npm run build:theme && npm run build:raw && npm run build:doc && npm run screenshot && vusion readme && vusion vetur", "release": "vusion publish" }, "vuePlugins": { "resolveFrom": "../../../" }, "babel": { "presets": [ "@vue/babel-preset-app" ] }, "vusion": { "type": "component", "title": "有数报表", "category": "chart", "base": "vue", "ui": "cloud-ui.vusion", "screenshots": [ "https://static-vusion.163yun.com/packages/@cloud-ui/u-you-data@0.1.8/screenshots/0.png" ], "team": "网易云计算前端", "access": "public" }, "dependencies": {}, "devDependencies": {}, "peerDependencies": { "@vue/cli-service": "^4.4.1", "vue-cli-plugin-vusion": "^0.11.9", "vue": "^2.6.10", "cloud-ui.vusion": "^0.9.12" }, "vetur": { "tags": "./vetur/tags.json", "attributes": "./vetur/attributes.json" }, "template": { "inited": true }, "browser": "dist-raw/index.js" }