mirror of
https://gitea.tendokyu.moe/Kayori/Medusa.net.git
synced 2026-09-26 08:18:01 +03:00
46 lines
1.3 KiB
JSON
46 lines
1.3 KiB
JSON
{
|
|
"name": "client",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "run-p type-check \"build-only {@}\" --",
|
|
"preview": "vite preview",
|
|
"build-only": "vite build",
|
|
"type-check": "vue-tsc --build --force",
|
|
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore"
|
|
},
|
|
"dependencies": {
|
|
"@primevue/forms": "^4.3.9",
|
|
"@tailwindcss/vite": "^4.1.11",
|
|
"axios": "^1.10.0",
|
|
"oh-vue-icons": "^1.0.0-rc3",
|
|
"pinia": "^3.0.3",
|
|
"primeicons": "^7.0.0",
|
|
"primevue": "^4.3.6",
|
|
"tailwind-merge": "^3.3.1",
|
|
"tailwindcss": "^4.1.11",
|
|
"tailwindcss-primeui": "^0.6.1",
|
|
"vee-validate": "^4.15.1",
|
|
"vite-plugin-vue-layouts-next": "^1.0.0",
|
|
"vue": "^3.4.29",
|
|
"vue-router": "4",
|
|
"yup": "^1.7.1"
|
|
},
|
|
"devDependencies": {
|
|
"@rushstack/eslint-patch": "^1.8.0",
|
|
"@tsconfig/node20": "^20.1.4",
|
|
"@types/node": "^20.14.5",
|
|
"@vitejs/plugin-vue": "^5.0.5",
|
|
"@vue/eslint-config-typescript": "^13.0.0",
|
|
"@vue/tsconfig": "^0.5.1",
|
|
"eslint": "^8.57.0",
|
|
"eslint-plugin-vue": "^9.23.0",
|
|
"npm-run-all2": "^6.2.0",
|
|
"typescript": "~5.4.0",
|
|
"unplugin-vue-router": "^0.14.0",
|
|
"vite": "^5.3.1",
|
|
"vue-tsc": "^2.0.21"
|
|
}
|
|
} |