@komtek/el-grid
Version:
A Vue.js component which combines form, table, pagination components from Element UI.
58 lines (57 loc) • 1.75 kB
JSON
{
"name": "@komtek/el-grid",
"version": "0.1.1",
"description": "A Vue.js component which combines form, table, pagination components from Element UI.",
"author": "Komtek",
"license": "MIT",
"keywords": [
"el-grid",
"vue",
"element-ui",
"datasource",
"grid",
"form",
"table",
"pagination"
],
"main": "dist/el-grid.common.js",
"repository": {
"type": "git",
"url": "git+https://github.com/komtek-ru/el-grid.git"
},
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"lib:build": "vue-cli-service build --target lib --name el-grid ./src/packages/index.js",
"lib:publish": "npm run lib:build && npm publish",
"lib:publish:alpha": "npm run lib:build && npm publish --tag alpha"
},
"dependencies": {
"axios": "^0.19.2",
"inputmask": "^5.0.3",
"natural-orderby": "^2.0.3",
"vue": "^2.6.11"
},
"devDependencies": {
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.10.1",
"@babel/plugin-proposal-optional-chaining": "^7.10.1",
"@vue/cli-plugin-babel": "~4.4.0",
"@vue/cli-plugin-eslint": "~4.4.0",
"@vue/cli-service": "~4.4.0",
"@vue/eslint-config-prettier": "^6.0.0",
"autoprefixer": "^9.8.0",
"babel-eslint": "^10.1.0",
"core-js": "^3.6.5",
"element-ui": "^2.13.0",
"eslint": "^6.7.2",
"eslint-plugin-prettier": "^3.1.3",
"eslint-plugin-vue": "^6.2.2",
"postcss-combine-media-query": "^1.0.1",
"postcss-discard-duplicates": "^4.0.2",
"prettier": "^1.19.1",
"sass": "^1.26.5",
"sass-loader": "^8.0.2",
"vue-template-compiler": "^2.6.11"
}
}