chore: front-end
TS Lint / ESLint (push) Successful in 43s
Python Lint CI / ruff-format-check (push) Successful in 53s
Python Lint CI / ruff (push) Successful in 59s
Python Lint CI / ty (push) Successful in 59s
TS Lint / Oxlint (push) Successful in 1m57s
TS Lint / TypeScript (push) Successful in 2m17s
TS Lint / ESLint (push) Successful in 43s
Python Lint CI / ruff-format-check (push) Successful in 53s
Python Lint CI / ruff (push) Successful in 59s
Python Lint CI / ty (push) Successful in 59s
TS Lint / Oxlint (push) Successful in 1m57s
TS Lint / TypeScript (push) Successful in 2m17s
This commit is contained in:
@@ -0,0 +1,50 @@
|
||||
{
|
||||
"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": {
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user