1
0
mirror of synced 2025-12-08 06:38:39 +08:00
Files
vxe-table/package.json
xuliangzhan 05502dcbf2 update
2019-05-12 21:22:10 +08:00

101 lines
2.5 KiB
JSON

{
"name": "vxe-table",
"version": "0.2.0",
"description": "A very powerful Vue table component.",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"lib": "vue-cli-service build --no-clean --target lib --name index --dest lib src/index.js"
},
"files": [
"lib",
"types",
"src"
],
"main": "lib/index.common.js",
"style": "lib/index.css",
"unpkg": "lib/index.umd.js",
"jsdelivr": "lib/index.umd.js",
"typings": "types/index.d.ts",
"devDependencies": {
"@babel/core": "^7.4.4",
"@babel/preset-env": "^7.4.4",
"@babel/preset-react": "^7.0.0",
"@vue/cli-plugin-babel": "^3.6.0",
"@vue/cli-plugin-eslint": "^3.6.0",
"@vue/cli-service": "^3.6.0",
"@vue/eslint-config-standard": "^4.0.0",
"babel-eslint": "^10.0.1",
"babelify": "^10.0.0",
"browserify": "^16.2.3",
"core-js": "^2.6.5",
"element-ui": "^2.8.2",
"eslint": "^5.16.0",
"eslint-plugin-vue": "^5.0.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^6.1.0",
"gulp-babel": "^8.0.0",
"gulp-clean-css": "^4.2.0",
"gulp-concat": "^2.6.1",
"gulp-rename": "^1.4.0",
"gulp-replace": "^1.0.0",
"gulp-sass": "^4.0.2",
"gulp-sourcemaps": "^2.6.5",
"gulp-uglify": "^3.0.2",
"highlight.js": "^9.15.6",
"iview": "^3.4.0",
"node-sass": "^4.9.0",
"sass-loader": "^7.1.0",
"standalonify": "^0.1.3",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0",
"vue": "^2.6.10",
"vue-router": "^3.0.3",
"vue-template-compiler": "^2.6.10",
"vxe-table-plugin-element": "0.2.0",
"vxe-table-plugin-iview": "0.2.0",
"webpack-cli": "^3.3.1",
"xe-ajax": "^3.5.3",
"xe-ajax-mock": "^1.7.10",
"xe-utils": "^1.8.21"
},
"peerDependencies": {
"vue": "^2.6.10",
"xe-utils": "^1.8.20"
},
"postcss": {
"plugins": {
"autoprefixer": {}
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/xuliangzhan/vxe-table.git"
},
"keywords": [
"vxe-table",
"vxe-editable",
"vue table",
"vue editable",
"vue excel"
],
"author": {
"name": "Xu Liangzhan",
"email": "xu_liangzhan@163.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/xuliangzhan/vxe-table/issues"
},
"homepage": "https://github.com/xuliangzhan/vxe-table#readme",
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
],
"dependencies": {
"babel-preset-es2015": "^6.24.1"
}
}