40 lines
1.2 KiB
JSON
40 lines
1.2 KiB
JSON
{
|
|
"name": "jordium-gantt-vue3",
|
|
"private": true,
|
|
"version": "1.0.0-beta",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"dev:demo": "vite",
|
|
"build": "vue-tsc -b && vite build",
|
|
"build:demo": "vue-tsc -b && vite build",
|
|
"build:lib": "vite build --config vite.config.lib.ts",
|
|
"preview": "vite preview",
|
|
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix",
|
|
"lint:check": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts",
|
|
"format": "prettier --write .",
|
|
"format:check": "prettier --check .",
|
|
"type-check": "vue-tsc --noEmit -p tsconfig.json --composite false"
|
|
},
|
|
"dependencies": {
|
|
"date-fns": "^4.1.0",
|
|
"html2canvas": "^1.4.1",
|
|
"jspdf": "^3.0.1",
|
|
"vue": "^3.5.13"
|
|
},
|
|
"devDependencies": {
|
|
"@typescript-eslint/eslint-plugin": "^6.21.0",
|
|
"@typescript-eslint/parser": "^6.21.0",
|
|
"@vitejs/plugin-vue": "^5.2.3",
|
|
"@vue/eslint-config-prettier": "^8.0.0",
|
|
"@vue/eslint-config-typescript": "^12.0.0",
|
|
"@vue/tsconfig": "^0.7.0",
|
|
"eslint": "^8.57.0",
|
|
"eslint-plugin-vue": "^9.25.0",
|
|
"prettier": "^3.2.5",
|
|
"typescript": "~5.8.3",
|
|
"vite": "^6.3.5",
|
|
"vue-tsc": "^2.2.8"
|
|
}
|
|
}
|