mirror of
https://gitea.tendokyu.moe/Kayori/Medusa.net.git
synced 2026-09-24 23:38:02 +03:00
58 lines
1.7 KiB
JSON
58 lines
1.7 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",
|
|
"codegen": "cross-env graphql-codegen",
|
|
"api-codegen": "orval"
|
|
},
|
|
"dependencies": {
|
|
"@apollo/client": "^3.14.1",
|
|
"@iconify/vue": "^5.0.1",
|
|
"@material/material-color-utilities": "^0.4.0",
|
|
"@tailwindcss/vite": "^4.3.3",
|
|
"@tanstack/vue-query": "^5.101.4",
|
|
"@tanstack/vue-table": "^9.1.0",
|
|
"@vee-validate/yup": "^4.15.1",
|
|
"@vue/apollo-composable": "^4.2.2",
|
|
"axios": "^1.19.0",
|
|
"classnames": "^2.5.1",
|
|
"graphql": "16.14.2",
|
|
"pinia": "^4.0.2",
|
|
"qr-scanner": "^1.4.2",
|
|
"tailwind-material-3": "^3.0.5",
|
|
"tailwind-merge": "^3.6.0",
|
|
"tailwindcss": "^4.3.3",
|
|
"vee-validate": "^4.15.1",
|
|
"vite-plugin-vue-layouts-next": "^2.1.0",
|
|
"vue": "^3.5.41",
|
|
"vue-router": "^5.2.0",
|
|
"yup": "^1.7.1"
|
|
},
|
|
"devDependencies": {
|
|
"@graphql-codegen/cli": "^7.2.0",
|
|
"@graphql-codegen/typescript-vue-apollo": "^5.0.1",
|
|
"@rushstack/eslint-patch": "^1.16.1",
|
|
"@tsconfig/node20": "^20.1.9",
|
|
"@types/node": "^26.1.2",
|
|
"@vitejs/plugin-vue": "^6.0.8",
|
|
"@vue/eslint-config-typescript": "^14.9.0",
|
|
"@vue/tsconfig": "^0.9.1",
|
|
"cross-env": "^10.1.0",
|
|
"eslint": "^10.8.0",
|
|
"eslint-plugin-vue": "^10.10.0",
|
|
"npm-run-all2": "^9.0.3",
|
|
"orval": "^8.23.0",
|
|
"typescript": "~6.0.3",
|
|
"vite": "^8.2.1",
|
|
"vue-tsc": "^3.3.9"
|
|
}
|
|
}
|