UNPKG

vue-easytable

Version:
87 lines (86 loc) 2.78 kB
{ "name": "vue-easytable", "version": "1.7.1", "description": "vue table component", "main": "libs/index.js", "author": "https://github.com/huangshuwei", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/huangshuwei/vue-easytable.git" }, "files": [ "libs", "umd" ], "dependencies": { "nprogress": "^0.2.0", "vue": "^2.2.6", "vue-loader": "^12.2.1", "vue-router": "^2.4.0", "vue-style-loader": "^3.0.0", "vue-template-compiler": "^2.2.6", "webpack": "^3.0.0", "webpack-chunk-hash": "^0.4.0", "webpack-dev-server": "^2.5.0" }, "devDependencies": { "babel-cli": "^6.26.0", "babel-core": "^6.9.0", "babel-helper-vue-jsx-merge-props": "^2.0.2", "babel-loader": "^7.1.1", "babel-plugin-component": "^0.9.1", "babel-plugin-syntax-jsx": "^6.18.0", "babel-plugin-transform-vue-jsx": "^3.3.0", "babel-polyfill": "^6.16.0", "babel-preset-es2015": "^6.18.0", "babel-preset-stage-2": "^6.18.0", "babel-runtime": "^6.18.0", "chalk": "^2.0.1", "cheerio": "^0.18.0", "clean-webpack-plugin": "^0.1.9", "clipboard": "^1.7.1", "css-loader": "^0.28.4", "csv-loader": "^2.1.1", "extract-text-webpack-plugin": "^2.1.2", "file-loader": "^0.11.2", "fs-extra": "^4.0.1", "gulp": "^3.9.1", "gulp-cssimport": "^6.0.0", "gulp-cssmin": "^0.2.0", "highlight.js": "^9.12.0", "html-loader": "^0.4.3", "html-minify-loader": "^1.1.0", "html-webpack-plugin": "^2.17.0", "inline-chunk-manifest-html-webpack-plugin": "^1.1.1", "markdown-it-container": "^2.0.0", "nprogress": "^0.2.0", "open-browser-webpack-plugin": "0.0.5", "postcss-loader": "^2.0.6", "purecss": "^0.6.0", "purifycss-webpack-plugin": "^2.0.3", "raw-loader": "^0.5.1", "serve": "^6.0.0", "style-loader": "^0.18.2", "url-loader": "^0.5.7", "vue-markdown-loader": "^2.0.0", "webpack-manifest-plugin": "^1.1.0", "webpack-merge": "^4.1.0", "webpack-validator": "^2.1.2", "xml-loader": "^1.2.1" }, "scripts": { "build": "webpack --env.build", "dev": "webpack-dev-server --env.dev", "build:remove": "node build/build-remove.js", "build:js": "node build/build-js.js", "build:copy": "node build/build-copy-files.js", "build:themes": "gulp build --gulpfile build/build-themes.js", "build:umd": "webpack --env.umd --config build/webpack.umd.config.js", "build:all": "npm run build:remove && npm run build:copy && npm run build:js && npm run build:themes && npm run build:umd" }, "bugs": { "url": "https://github.com/huangshuwei/vue-easytable/issues" }, "homepage": "https://github.com/huangshuwei/vue-easytable/blob/master/README.md" }