v-gantt-fanuc
Version:
display gantt-like vaule,like use this to order bus schedule.
54 lines (53 loc) • 1.46 kB
JSON
{
"name": "v-gantt-fanuc",
"version": "1.0.2",
"description": "display gantt-like vaule,like use this to order bus schedule.",
"main": "dist/v-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",
"v-gantt-chart"
],
"author": "wuchouchou",
"license": "MIT",
"scripts": {
"test": " BABEL_ENV=test mocha --require babel-core/register ",
"build": "cross-env NODE_ENV=production webpack --progress --hide-modules"
},
"dependencies": {
"dayjs": "^1.8.11",
"resize-observer-polyfill": "^1.5.1",
"vue": "^2.6.6"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
],
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.0",
"babel-preset-stage-3": "^6.24.1",
"chai": "^4.2.0",
"cross-env": "^5.2.1",
"css-loader": "^0.28.7",
"mocha": "^6.0.2",
"node-sass": "^4.11.0",
"sass-loader": "^6.0.6",
"url-loader": "^1.1.0",
"vue-loader": "^15.7.0",
"vue-style-loader": "^4.1.2",
"vue-template-compiler": "^2.6.10",
"webpack": "^3.6.0"
}
}