mirror of
https://github.com/tenrok/vue-ganttastic.git
synced 2026-06-24 02:10:32 +03:00
chore
This commit is contained in:
@@ -1,14 +1,10 @@
|
|||||||
# vue-ganttastic
|
# Vue-Ganttastic
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
A simple and easy-to-use Gantt chart component for Vue.js
|
A simple and easy-to-use Gantt chart component for Vue.js
|
||||||
|
|
||||||
## Homepage
|
[Demo](http://vue-ganttastic.vercel.app/)
|
||||||
|
|
||||||
[Homepage of the project](https://infectoone.github.io/vue-ganttastic-homepage/#/docs)
|
|
||||||
|
|
||||||
[DEMO](https://tenrok.github.io/vue-ganttastic/)
|
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
|
|||||||
Generated
+7
-7
@@ -17,7 +17,7 @@
|
|||||||
"@vue/cli-service": "~4.5.17",
|
"@vue/cli-service": "~4.5.17",
|
||||||
"babel-eslint": "^10.1.0",
|
"babel-eslint": "^10.1.0",
|
||||||
"eslint": "^6.7.2",
|
"eslint": "^6.7.2",
|
||||||
"eslint-plugin-vue": "^8.7.0",
|
"eslint-plugin-vue": "^8.7.1",
|
||||||
"sass": "^1.51.0",
|
"sass": "^1.51.0",
|
||||||
"sass-loader": "^10.2.1",
|
"sass-loader": "^10.2.1",
|
||||||
"vue-template-compiler": "^2.6.11"
|
"vue-template-compiler": "^2.6.11"
|
||||||
@@ -6122,9 +6122,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/eslint-plugin-vue": {
|
"node_modules/eslint-plugin-vue": {
|
||||||
"version": "8.7.0",
|
"version": "8.7.1",
|
||||||
"resolved": "https://registry.npmjs.org/eslint-plugin-vue/-/eslint-plugin-vue-8.7.0.tgz",
|
"resolved": "https://registry.npmjs.org/eslint-plugin-vue/-/eslint-plugin-vue-8.7.1.tgz",
|
||||||
"integrity": "sha512-0Heo1gHDTjU8+5WvfBPEyNqQpzuynbLLebwxh2/xPK0FkEOJlRCwuf1MjGmkidacF2735u5ApRhse18CWTt9Wg==",
|
"integrity": "sha512-28sbtm4l4cOzoO1LtzQPxfxhQABararUb1JtqusQqObJpWX2e/gmVyeYVfepizPFne0Q5cILkYGiBoV36L12Wg==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"eslint-utils": "^3.0.0",
|
"eslint-utils": "^3.0.0",
|
||||||
@@ -21554,9 +21554,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"eslint-plugin-vue": {
|
"eslint-plugin-vue": {
|
||||||
"version": "8.7.0",
|
"version": "8.7.1",
|
||||||
"resolved": "https://registry.npmjs.org/eslint-plugin-vue/-/eslint-plugin-vue-8.7.0.tgz",
|
"resolved": "https://registry.npmjs.org/eslint-plugin-vue/-/eslint-plugin-vue-8.7.1.tgz",
|
||||||
"integrity": "sha512-0Heo1gHDTjU8+5WvfBPEyNqQpzuynbLLebwxh2/xPK0FkEOJlRCwuf1MjGmkidacF2735u5ApRhse18CWTt9Wg==",
|
"integrity": "sha512-28sbtm4l4cOzoO1LtzQPxfxhQABararUb1JtqusQqObJpWX2e/gmVyeYVfepizPFne0Q5cILkYGiBoV36L12Wg==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"eslint-utils": "^3.0.0",
|
"eslint-utils": "^3.0.0",
|
||||||
|
|||||||
+5
-5
@@ -40,10 +40,10 @@
|
|||||||
"url": "git+https://github.com/tenrok/vue-ganttastic.git"
|
"url": "git+https://github.com/tenrok/vue-ganttastic.git"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"serve": "set NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service serve --open",
|
"serve": "vue-cli-service serve --open",
|
||||||
"demo:build": "set NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service build",
|
"demo:build": "vue-cli-service build",
|
||||||
"lib:build": "set NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service build --target lib --name vue-ganttastic lib/index.js",
|
"lib:build": "vue-cli-service build --target lib --name vue-ganttastic lib/index.js",
|
||||||
"lint": "set NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service lint"
|
"lint": "vue-cli-service lint"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"vue": "^2.6.12"
|
"vue": "^2.6.12"
|
||||||
@@ -54,7 +54,7 @@
|
|||||||
"@vue/cli-service": "~4.5.17",
|
"@vue/cli-service": "~4.5.17",
|
||||||
"babel-eslint": "^10.1.0",
|
"babel-eslint": "^10.1.0",
|
||||||
"eslint": "^6.7.2",
|
"eslint": "^6.7.2",
|
||||||
"eslint-plugin-vue": "^8.7.0",
|
"eslint-plugin-vue": "^8.7.1",
|
||||||
"sass": "^1.51.0",
|
"sass": "^1.51.0",
|
||||||
"sass-loader": "^10.2.1",
|
"sass-loader": "^10.2.1",
|
||||||
"vue-template-compiler": "^2.6.11"
|
"vue-template-compiler": "^2.6.11"
|
||||||
|
|||||||
Reference in New Issue
Block a user