mirror of
https://github.com/EasyTierMC/ETMC.Web.git
synced 2025-12-07 21:15:48 +08:00
41 lines
1.1 KiB
JSON
41 lines
1.1 KiB
JSON
{
|
|
"name": "neouptime-web",
|
|
"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": "eslint . --fix --cache"
|
|
},
|
|
"dependencies": {
|
|
"@iconify/tailwind4": "^1.1.0",
|
|
"@tailwindcss/vite": "^4.1.17",
|
|
"daisyui": "^5.5.4",
|
|
"pinia": "^3.0.4",
|
|
"tailwindcss": "^4.1.17",
|
|
"vue": "^3.5.24",
|
|
"vue-router": "^4.6.3"
|
|
},
|
|
"devDependencies": {
|
|
"@iconify-json/octicon": "^1.2.19",
|
|
"@tsconfig/node22": "^22.0.3",
|
|
"@types/node": "^22.19.1",
|
|
"@vitejs/plugin-vue": "^6.0.1",
|
|
"@vue/eslint-config-typescript": "^14.6.0",
|
|
"@vue/tsconfig": "^0.8.1",
|
|
"jiti": "^2.6.1",
|
|
"npm-run-all2": "^8.0.4",
|
|
"typescript": "~5.9.3",
|
|
"vite": "npm:rolldown-vite@^7.2.5",
|
|
"vite-plugin-vue-devtools": "^8.0.3",
|
|
"vue-tsc": "^3.1.3"
|
|
}
|
|
}
|