1.0.0 - init

This commit is contained in:
LINING-PC\lining
2025-06-30 12:57:22 +08:00
parent 18d291f415
commit 7a5b28a364
10 changed files with 147 additions and 32 deletions
+43 -2
View File
@@ -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",