UNPKG

1.45 kBJSONView Raw
1{
2 "name": "vue-good-table",
3 "version": "2.21.6",
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.17.0",
46 "diacriticless": "1.0.1",
47 "lodash.isequal": "^4.5.0"
48 },
49 "devDependencies": {
50 "@vuepress/plugin-google-analytics": "^1.0.0-rc.1",
51 "bili": "^4.8.0",
52 "eslint-config-airbnb": "^18.2.0",
53 "node-sass": "^4.12.0",
54 "poi": "^12.7.0",
55 "rollup-plugin-commonjs": "^10.1.0",
56 "rollup-plugin-vue": "^5.1.9",
57 "sass-loader": "^7.1.0",
58 "vue": "^2.6.10",
59 "vue-template-compiler": "^2.6.10",
60 "vuepress": "^1.0.0-rc.1"
61 }
62}