UNPKG

antelope-ui

Version:
44 lines (43 loc) 1.03 kB
{ "name": "antelope-ui", "version": "1.3.0", "description": "A Component Library for Vue.js.", "main": "dist/antelope-ui.js", "scripts": { "build": "node node_modules/webpack-cli/bin/cli.js" }, "peerDependencies": { "vue": "^2.5.2" }, "repository": { "type": "git", "url": "git+https://github.com/toulanren/antelope-ui.git" }, "author": "toulanren", "license": "MIT", "bugs": { "url": "https://github.com/toulanren/antelope-ui/issues" }, "homepage": "https://toulanren.github.io/antelope-ui", "keywords": [ "antelope", "vue", "components" ], "devDependencies": { "@babel/core": "^7.9.0", "@babel/preset-env": "^7.9.0", "babel-loader": "^8.1.0", "css-loader": "^3.4.2", "stylus": "^0.54.7", "stylus-loader": "^3.0.2", "vue-loader": "^15.9.0", "vue-style-loader": "^4.1.2", "vue-template-compiler": "^2.6.11", "webpack": "^4.41.6", "webpack-cli": "^3.3.11" }, "dependencies": { "svgaplayerweb": "^2.3.0" } }