m-gantt-chart
Version:
display gantt-like vaule,like use this to order bus schedule.
57 lines (56 loc) • 1.68 kB
JSON
{
"name": "m-gantt-chart",
"version": "1.1.3",
"description": "display gantt-like vaule,like use this to order bus schedule.",
"main": "dist/m-gantt-chart.js",
"repository": {
"type": "git",
"url": "git+https://github.com/w1301625107/Vue-Gantt-chart.git"
},
"bugs": {
"url": "https://github.com/w1301625107/Vue-Gantt-chart/issues"
},
"homepage": "https://github.com/w1301625107/Vue-Gantt-chart#readme",
"keywords": [
"vue-gantt-chart",
"gantt",
"gantt-chart",
"m-gantt-chart"
],
"author": "mmff",
"license": "MIT",
"scripts": {
"serve": "vue-cli-service serve",
"build": "npm run lint --fix && NODE_ENV=DEMO vue-cli-service build ",
"test:unit": "vue-cli-service test:unit",
"lint": "vue-cli-service lint",
"libbuild": "vue-cli-service build --target lib --name m-gantt-chart src/index.js "
},
"dependencies": {
"core-js": "^3.4.3",
"dayjs": "^1.8.17",
"resize-observer-polyfill": "^1.5.1",
"vue": "^2.6.10",
"vuedraggable": "^2.24.3"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^4.1.0",
"@vue/cli-plugin-eslint": "^4.1.0",
"@vue/cli-plugin-unit-mocha": "^4.1.0",
"@vue/cli-service": "^4.1.0",
"@vue/eslint-config-prettier": "^5.0.0",
"@vue/test-utils": "1.0.0-beta.29",
"babel-eslint": "^10.0.3",
"babel-plugin-component": "^1.1.1",
"chai": "^4.1.2",
"element-ui": "^2.13.0",
"eslint": "^5.16.0",
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-vue": "^5.0.0",
"mockjs": "^1.1.0",
"prettier": "^1.19.1",
"sass": "^1.23.7",
"sass-loader": "^8.0.0",
"vue-template-compiler": "^2.6.10"
}
}