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