antelope-ui
Version:
A Component Library for Vue.js.
49 lines (48 loc) • 1.22 kB
JSON
{
"name": "antelope-ui",
"version": "2.3.4",
"description": "A Component Library for Vue.js.",
"main": "dist/antelope-ui.js",
"scripts": {
"dev": "node node_modules/webpack-cli/bin/cli.js --watch",
"build": "node node_modules/webpack-cli/bin/cli.js"
},
"peerDependencies": {
"vue": "^2.5.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/X-M-ORG/antelope-ui.git"
},
"author": "X-M-ORG",
"license": "MIT",
"bugs": {
"url": "https://github.com/X-M-ORG/antelope-ui/issues"
},
"homepage": "https://X-M-ORG.github.io/antelope-ui",
"keywords": [
"antelope",
"vue",
"components"
],
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/plugin-transform-runtime": "^7.12.10",
"@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": {
"better-scroll": "^2.0.10",
"lodash": "^4.17.19",
"svga.lite": "^1.6.1",
"svgaplayerweb": "^2.3.1"
}
}