mirror of
https://github.com/tenrok/vue-ganttastic.git
synced 2026-06-08 01:52:23 +03:00
71 lines
1.6 KiB
JSON
71 lines
1.6 KiB
JSON
{
|
|
"name": "@tenrok/vue-ganttastic",
|
|
"version": "0.10.8",
|
|
"description": "A simple and customizable Gantt chart component for Vue.js",
|
|
"keywords": [
|
|
"gantt",
|
|
"chart",
|
|
"bar",
|
|
"diagram",
|
|
"vue",
|
|
"vuejs",
|
|
"ganttastic"
|
|
],
|
|
"homepage": "https://github.com/tenrok/vue-ganttastic#readme",
|
|
"bugs": {
|
|
"url": "https://github.com/tenrok/vue-ganttastic/issues"
|
|
},
|
|
"license": "MIT",
|
|
"author": {
|
|
"name": "Marko Zunic",
|
|
"email": "marko.zunic06@gmail.com",
|
|
"url": "https://github.com/InfectoOne/vue-ganttastic"
|
|
},
|
|
"contributors": [
|
|
{
|
|
"name": "Yicone Wong",
|
|
"url": "https://github.com/yicone"
|
|
},
|
|
{
|
|
"name": "Sergey Solodyagin",
|
|
"url": "https://github.com/solodyagin"
|
|
}
|
|
],
|
|
"files": [
|
|
"dist/*"
|
|
],
|
|
"main": "./dist/index.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/tenrok/vue-ganttastic.git"
|
|
},
|
|
"scripts": {
|
|
"dev": "cross-env NODE_ENV=development webpack-dev-server --open --hot",
|
|
"build": "cross-env NODE_ENV=production webpack --progress --hide-modules"
|
|
},
|
|
"dependencies": {
|
|
"vue": "^2.5.11"
|
|
},
|
|
"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",
|
|
"cross-env": "^5.0.5",
|
|
"css-loader": "^0.28.7",
|
|
"file-loader": "^1.1.4",
|
|
"vue-loader": "^13.0.5",
|
|
"vue-template-compiler": "^2.4.4",
|
|
"webpack": "^3.6.0",
|
|
"webpack-dev-server": "^2.9.1"
|
|
},
|
|
"peerDependencies": {
|
|
"moment": "^2.26.0"
|
|
}
|
|
}
|