jiang-vui
Version:
jiangUI组件库
72 lines (71 loc) • 2.15 kB
JSON
{
"name": "jiang-vui",
"version": "2.0.0",
"description": "jiangUI组件库",
"main": "lib/jiang-ui.esm-browser.prod.js",
"keywords": [
"vue3",
"jiang",
"component",
"vite",
"UI"
],
"author": "shaonian",
"license": "ISC",
"private": false,
"scripts": {
"docs:init": "cd ./docs && yarn ",
"docs": "cd ./docs && yarn dev",
"play:init": "cd ./play && yarn",
"play": "cd ./play && yarn dev",
"test": "jest --runInBand",
"build": "rollup -c",
"build:theme": "gulp build --gulpfile gulpfile.js",
"pub": "sh ./scripts/publish.sh",
"lint": "eslint --no-error-on-unmatched-pattern --ext .vue --ext .js --ext .jsx packages/**/ src/**/ --fix"
},
"dependencies": {
"vue": "3.1.4"
},
"devDependencies": {
"@babel/core": "^7.15.0",
"@babel/plugin-proposal-optional-chaining": "^7.14.5",
"@babel/preset-env": "^7.15.0",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^20.0.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.0.4",
"@rollup/plugin-replace": "^3.0.0",
"@vue/babel-plugin-jsx": "^1.0.6",
"@vue/compiler-sfc": "3.1.4",
"@vue/eslint-config-prettier": "^6.0.0",
"@vue/test-utils": "^2.0.0-rc.12",
"babel": "^6.23.0",
"babel-eslint": "^10.1.0",
"babel-jest": "^27.1.0",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-plugin-syntax-jsx": "^6.18.0",
"babel-preset-env": "^1.7.0",
"cp-cli": "^2.0.0",
"eslint": "^7.32.0",
"eslint-formatter-pretty": "^4.1.0",
"eslint-plugin-json": "^3.1.0",
"eslint-plugin-prettier": "^3.4.1",
"eslint-plugin-vue": "^7.17.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^7.0.1",
"gulp-cssmin": "^0.2.0",
"gulp-sass": "^4.1.0",
"jest": "^27.1.0",
"prettier": "^2.3.2",
"rollup": "^2.56.3",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-scss": "^3.0.0",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-vue": "^6.0.0",
"rollup-pluginutils": "^2.8.2",
"tslib": "^2.3.1",
"typescript": "^4.4.2",
"vue-jest": "5.0.0-alpha.5"
}
}