vue-json-table
Version:
convert json to table format package
58 lines (57 loc) • 1.63 kB
JSON
{
"name": "vue-json-table",
"version": "1.3.8",
"description": "convert json to table format package",
"author": "zhouhl",
"keywords": [
"vue",
"json",
"table"
],
"main": "./src/index.js",
"module": "./dist/vue-json-table.js",
"repository": {
"type": "git",
"url": "https://github.com/zhl5317/vue-json-table"
},
"homepage": "https://github.com/zhl5317/vue-json-table",
"license": "MIT",
"scripts": {
"dev": "webpack-dev-server --open --config webpack.config.js --port=3001",
"example": "rm -rf ./example/dist/*.js && rm -rf ./example/dist/*.html && webpack --progress --config webpack.config.js",
"build": "webpack --progress --config webpack.build.js"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"css-loader": "^2.1.0",
"html-webpack-plugin": "^3.2.0",
"less": "^3.9.0",
"less-loader": "^4.1.0",
"resolve-url-loader": "^3.0.1",
"style-loader": "^0.23.1",
"url-loader": "^1.1.2",
"vue-loader": "^15.7.0",
"vue-template-compiler": "^2.6.8",
"webpack": "^4.29.6",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.11.0"
},
"dependencies": {
"@handsontable/spreadsheet-icons": "^2.0.0",
"@handsontable/vue": "^12.3.1",
"@vue/cli-service": "^5.0.1",
"handsontable": "^12.3.1",
"lodash": "^4.17.21",
"moment": "^2.30.1",
"vue": "^2.6.8"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
]
}