1.0.0 - init
This commit is contained in:
+43
-2
@@ -1,8 +1,49 @@
|
||||
{
|
||||
"name": "jordium-gantt-vue3",
|
||||
"private": true,
|
||||
"version": "1.0.0-beta",
|
||||
"version": "1.0.0",
|
||||
"type": "module",
|
||||
"main": "dist/jordium-gantt-vue3.cjs.js",
|
||||
"module": "dist/jordium-gantt-vue3.es.js",
|
||||
"types": "dist/jordium-gantt-vue3.d.ts",
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/nelson820125/jordium-gantt-vue3"
|
||||
},
|
||||
"keywords": [
|
||||
"gantt",
|
||||
"vue",
|
||||
"vue3",
|
||||
"vue-component",
|
||||
"vue-library",
|
||||
"typescript",
|
||||
"es6",
|
||||
"javascript",
|
||||
"vite",
|
||||
"gantt-chart",
|
||||
"task-scheduling",
|
||||
"project-management",
|
||||
"timeline",
|
||||
"drag-and-drop",
|
||||
"vue3-component",
|
||||
"vue3-gantt",
|
||||
"vue3-gantt-chart",
|
||||
"vue3-project-management",
|
||||
"vue3-timeline",
|
||||
"vue3-task-scheduling",
|
||||
"vue3-drag-and-drop",
|
||||
"vue3-gantt-chart-component",
|
||||
"vue3-gantt-chart-library",
|
||||
"vue3-gantt-chart-plugin",
|
||||
"vue3-gantt-chart-tool",
|
||||
"vue3-gantt-chart-ui",
|
||||
"project-management-tool"
|
||||
],
|
||||
"description": "A Vue 3 Gantt chart component for project management, task scheduling, and timeline visualization. Built with TypeScript and Vite.",
|
||||
"author": "Jordium.com (Email: lining820125@163.com/nelson820125@gmail.com/ning.li@jordium.com)",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
"dev:demo": "vite",
|
||||
|
||||
Reference in New Issue
Block a user