2
0
mirror of https://github.com/tenrok/vue-ganttastic.git synced 2026-05-17 03:09:36 +03:00
Files
2023-10-11 15:24:41 +03:00

69 lines
1.7 KiB
JSON

{
"name": "@tenrok/vue-ganttastic",
"version": "0.11.0",
"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"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tenrok/vue-ganttastic.git"
},
"license": "MIT",
"author": {
"name": "Marko Zunic",
"email": "marko.zunic06@gmail.com",
"url": "https://github.com/InfectoOne"
},
"contributors": [
{
"name": "Yicone Wong",
"url": "https://github.com/yicone"
},
{
"name": "Sergey Solodyagin",
"url": "https://github.com/solodyagin"
}
],
"main": "dist/vue-ganttastic.common.js",
"files": [
"dist/vue-ganttastic.*"
],
"scripts": {
"build": "vue-cli-service build --target lib --name vue-ganttastic lib/index.js",
"demo:build": "vue-cli-service build",
"lint": "vue-cli-service lint --fix",
"serve": "vue-cli-service serve --open"
},
"dependencies": {
"vue": "^2.7.14"
},
"devDependencies": {
"@babel/eslint-parser": "^7.22.15",
"@vue/cli-plugin-babel": "~5.0.8",
"@vue/cli-plugin-eslint": "~5.0.8",
"@vue/cli-service": "~5.0.8",
"eslint": "^8.51.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-vue": "^9.17.0",
"prettier": "^2.8.8",
"sass": "^1.69.2",
"sass-loader": "^13.3.2",
"vue-template-compiler": "^2.7.14"
},
"peerDependencies": {
"moment": "^2.26.0"
}
}