Files
tout-doux/package.json
T
klemek 1b8e6ff8ae
TS Lint / ESLint (push) Successful in 50s
Python Lint CI / ruff-format-check (push) Successful in 1m33s
Python Lint CI / ty (push) Successful in 1m33s
Python Lint CI / ruff (push) Successful in 1m35s
TS Lint / Oxlint (push) Successful in 3m29s
TS Lint / TypeScript (push) Successful in 3m7s
feat: task edition in front end
2026-07-09 18:16:32 +02:00

53 lines
1.5 KiB
JSON

{
"name": "tout-doux",
"version": "0.0.0",
"private": true,
"type": "module",
"engines": {
"node": "^20.19.0 || >=22.12.0"
},
"scripts": {
"dev": "vite",
"build": "run-p type-check \"build-only {@}\" --",
"preview": "vite preview",
"build-only": "vite build",
"type-check": "vue-tsc --build",
"lint": "run-s lint:*",
"lint-fix": "run-s lint-fix:*",
"lint:eslint": "eslint . --cache",
"lint:oxlint": "oxlint .",
"lint-fix:eslint": "eslint . --fix --cache",
"lint-fix:oxlint": "oxlint . --fix"
},
"dependencies": {
"@lucide/vue": "^1.23.0",
"cron-parser": "^5.6.1",
"vue": "^3.5.38"
},
"devDependencies": {
"@tailwindcss/vite": "^4.3.2",
"@tsconfig/node24": "^24.0.4",
"@types/node": "^24.13.2",
"@vitejs/plugin-vue": "^6.0.7",
"@vue/eslint-config-prettier": "^10.2.0",
"@vue/eslint-config-typescript": "^14.8.0",
"@vue/tsconfig": "^0.8.1",
"daisyui": "^5.6.6",
"eslint": "^9.39.4",
"eslint-plugin-oxlint": "^1.70.0",
"eslint-plugin-vue": "~10.5.1",
"jiti": "^2.7.0",
"npm-run-all2": "^8.0.4",
"oxlint": "^1.70.0",
"sass-embedded": "^1.100.0",
"tailwindcss": "^4.3.2",
"typescript": "~5.9.3",
"vite": "^8",
"vite-plugin-vue-devtools": "^8.1.3",
"vue-tsc": "^3.3.5"
},
"peerDependencies": {
"typescript": "^5"
}
}