fytable
Version:
A Vue 2.x table component library with tree table and virtual scrolling support
85 lines (84 loc) • 2.17 kB
JSON
{
"name": "fytable",
"version": "1.1.7",
"description": "A Vue 2.x table component library with tree table and virtual scrolling support",
"main": "dist/index.cjs.js",
"module": "dist/index.es.js",
"browser": "dist/index.umd.js",
"types": "dist/lib/index.d.ts",
"files": [
"dist",
"src"
],
"type": "module",
"private": false,
"scripts": {
"dev": "vite",
"build": "vite build",
"build:types": "vue-tsc --emitDeclarationOnly",
"prepublishOnly": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1",
"build:doc": "jsdoc -c ./jsdoc.json"
},
"keywords": [
"vue",
"table",
"component",
"tree-table",
"virtual-scroll",
"ant-design-vue"
],
"author": "",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/yourusername/fytable.git"
},
"bugs": {
"url": "https://github.com/yourusername/fytable/issues"
},
"homepage": "https://github.com/yourusername/fytable#readme",
"publishConfig": {
"access": "public"
},
"peerDependencies": {
"vue": "^2.6.10",
"ant-design-vue": "^1.7.2"
},
"dependencies": {
"antdesignvue-172": "^0.0.6",
"fy-virt-table": "^1.0.1"
},
"devDependencies": {
"@babel/core": "^7.22.0",
"@babel/preset-env": "^7.22.0",
"@babel/preset-typescript": "^7.22.0",
"@types/node": "^20.0.0",
"@vitejs/plugin-vue2": "^2.2.0",
"@vue/cli-plugin-babel": "^3.3.0",
"@vue/cli-plugin-eslint": "^3.3.0",
"@vue/cli-service": "^3.3.0",
"@vue/eslint-config-standard": "^4.0.0",
"babel-eslint": "7.2.3",
"babel-loader": "^9.1.2",
"compression-webpack-plugin": "^3.1.0",
"eslint": "^5.16.0",
"eslint-plugin-vue": "^5.1.0",
"html-webpack-plugin": "^4.2.0",
"less": "^3.9.0",
"less-loader": "^4.1.0",
"lib-flexible": "^0.3.2",
"typescript": "^5.0.0",
"vite": "^4.3.0",
"vue": "^2.6.10",
"vue-template-compiler": "^2.6.10",
"vue-tsc": "^1.8.0"
},
"exports": {
".": {
"import": "./dist/index.es.js",
"require": "./dist/index.cjs.js",
"default": "./dist/index.umd.js"
}
}
}