UNPKG

tps-ui-components

Version:

TPS UI组件库 - 基于Vue 2和Element UI的企业级组件库

80 lines (79 loc) 2.25 kB
{ "name": "tps-ui-components", "version": "1.0.0", "description": "TPS UI组件库 - 基于Vue 2和Element UI的企业级组件库", "type": "module", "main": "dist/index.js", "module": "dist/index.esm.js", "unpkg": "dist/index.umd.js", "files": [ "dist", "src", "types" ], "scripts": { "build": "rollup -c", "build:watch": "rollup -c -w", "dev": "rollup -c -w", "test": "jest", "test:watch": "jest --watch", "lint": "eslint src --ext .js,.vue", "lint:fix": "eslint src --ext .js,.vue --fix", "docs:dev": "vuepress dev docs", "docs:build": "vuepress build docs", "prepublishOnly": "npm run build", "release:patch": "npm version patch && npm publish --registry https://registry.npmjs.org/ --access public", "release:minor": "npm version minor && npm publish --registry https://registry.npmjs.org/ --access public", "release:major": "npm version major && npm publish --registry https://registry.npmjs.org/ --access public", "publish:npm": "npm publish --registry https://registry.npmjs.org/ --access public" }, "keywords": [ "vue", "vue2", "components", "ui", "element-ui", "tps", "theme" ], "author": "TPS Team", "license": "MIT", "engines": { "node": "14.21.3" }, "repository": { "type": "git", "url": "https://github.com/your-org/tps-ui-components.git" }, "bugs": { "url": "https://github.com/your-org/tps-ui-components/issues" }, "homepage": "https://github.com/your-org/tps-ui-components#readme", "peerDependencies": { "vue": "^2.6.0", "element-ui": "^2.15.0" }, "devDependencies": { "@babel/core": "^7.17.0", "@babel/preset-env": "^7.17.0", "@rollup/plugin-babel": "^5.3.1", "@rollup/plugin-commonjs": "^21.1.0", "@rollup/plugin-node-resolve": "^13.3.0", "rollup-plugin-terser": "^7.0.2", "@vue/test-utils": "^1.3.0", "eslint": "^7.32.0", "eslint-plugin-vue": "^7.20.0", "jest": "^26.6.3", "rollup": "^2.79.1", "rollup-plugin-vue": "^5.1.9", "vue-template-compiler": "^2.6.14", "vuepress": "^1.9.0" }, "dependencies": { "axios": "^0.27.2" }, "resolutions": { "minimatch": "^3.1.2", "glob": "^7.2.3" } }