UNPKG

1.61 kBJSONView Raw
1{
2 "name": "vue-good-table",
3 "version": "2.20.0",
4 "sideEffects": [
5 "*.vue",
6 "*.css"
7 ],
8 "description": "A simple, clean data table for VueJS (2.x) with essential features like sorting, column filtering, pagination etc",
9 "main": "dist/vue-good-table.cjs.js",
10 "module": "dist/vue-good-table.esm.js",
11 "files": [
12 "dist",
13 "src"
14 ],
15 "scripts": {
16 "bundle": "bili",
17 "dev": "poi --serve",
18 "docs:dev": "vuepress dev vp-docs",
19 "docs:build": "vuepress build vp-docs",
20 "test": "echo \"No test specified\""
21 },
22 "repository": "github:xaksis/vue-good-table",
23 "keywords": [
24 "vue",
25 "vuejs",
26 "table",
27 "datatable"
28 ],
29 "author": {
30 "name": "xaksis",
31 "email": "shay@crayonbits.com"
32 },
33 "license": "MIT",
34 "poi": {
35 "entry": "dev/main.js",
36 "output": {
37 "dir": "dev/dist",
38 "publicUrl": "./",
39 "html": {
40 "template": "dev/index.html"
41 }
42 }
43 },
44 "dependencies": {
45 "date-fns": "^2.0.0-beta.4",
46 "diacriticless": "1.0.1",
47 "lodash.assign": "^4.2.0",
48 "lodash.clonedeep": "^4.5.0",
49 "lodash.filter": "^4.6.0",
50 "lodash.foreach": "^4.5.0",
51 "lodash.isequal": "^4.5.0",
52 "vue-select": "^3.1.0"
53 },
54 "devDependencies": {
55 "eslint-config-airbnb": "^18.2.0",
56 "@vuepress/plugin-google-analytics": "^1.0.0-rc.1",
57 "bili": "^4.8.0",
58 "node-sass": "^4.12.0",
59 "poi": "^12.7.0",
60 "rollup-plugin-commonjs": "^10.0.1",
61 "rollup-plugin-vue": "^5.0.1",
62 "sass-loader": "^7.1.0",
63 "vue": "^2.6.10",
64 "vue-template-compiler": "^2.6.10",
65 "vuepress": "^1.0.0-rc.1"
66 }
67}