vue-tidy-table
Version:
Create a HTML table that can be sorted, selected, and post-processed.
58 lines (57 loc) • 1.73 kB
JSON
{
"name": "vue-tidy-table",
"version": "0.1.0",
"description": "Create a HTML table that can be sorted, selected, and post-processed.",
"main": "src/vue-tidy-table.js",
"scripts": {
"build": "babel src -s -D -d dist",
"lint": "eslint --ignore-path .gitignore demo src",
"prepack": "npm run build",
"webpack": "webpack-cli ./demo/index.js --config demo/webpack.config.js --output-path demo/assets",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nuxy/vue-tidy-table.git"
},
"keywords": [
"javascript",
"vue",
"vue-component",
"table-generator",
"dashboard"
],
"bugs": {
"url": "https://github.com/nuxy/vue-tidy-table/issues"
},
"homepage": "https://github.com/nuxy/vue-tidy-table#readme",
"author": "Marc S. Brooks <devel@mbrooks.info> (https://mbrooks.info)",
"license": "MIT",
"dependencies": {
"tidy-table": "^4.0.10",
"vue": "^3.5.17"
},
"devDependencies": {
"@babel/cli": "^7.28.0",
"@babel/core": "^7.28.0",
"@babel/eslint-parser": "^7.28.0",
"@babel/plugin-proposal-class-properties": "^7.17.12",
"@babel/plugin-proposal-decorators": "^7.28.0",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-env": "^7.28.0",
"@babel/register": "^7.27.1",
"@node-minify/clean-css": "^4.0.5",
"@node-minify/cli": "^6.2.0",
"@node-minify/uglify-js": "^4.0.5",
"babel-loader": "^8.4.1",
"css-loader": "^6.11.0",
"eslint": "^8.57.1",
"mini-css-extract-plugin": "^1.6.2",
"webpack": "^5.100.2",
"webpack-cli": "^5.1.4"
},
"overrides": {
"braces": "3.0.3",
"got": "^12.0.0"
}
}