Files
dating-app-frontend/package.json
2026-06-08 15:09:53 +03:00

45 lines
1.3 KiB
JSON

{
"name": "dating-app-frontend",
"type": "module",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build",
"preview": "vite preview",
"tauri": "tauri",
"lint": "eslint . --fix",
"gen:api": "npx swagger-typescript-api@12.0.4 -p http://localhost:1337/api/docs-json -o ./src/api -n api.ts --axios --unwrap-response-data --extract-request-params --extract-request-body --single-http-client"
},
"dependencies": {
"@floating-ui/vue": "^1.1.5",
"@tauri-apps/api": "^2",
"@tauri-apps/plugin-dialog": "^2",
"@tauri-apps/plugin-shell": "^2",
"@vuelidate/core": "^2.0.3",
"@vuelidate/validators": "^2.0.4",
"@vueuse/core": "^11.0.0",
"axios": "^1.7.7",
"esbuild": "^0.28.0",
"gsap": "^3.12.5",
"leaflet": "^1.9.4",
"vue": "^3.5.6",
"vue-router": "^4.4.5"
},
"devDependencies": {
"@antfu/eslint-config": "^9.0.0",
"@tailwindcss/vite": "^4.1.0",
"@tauri-apps/cli": "^2",
"@types/leaflet": "^1.9.12",
"@vitejs/plugin-vue": "^5.1.4",
"autoprefixer": "^10.4.20",
"eslint": "^10.4.1",
"eslint-plugin-format": "^2.0.1",
"sass": "^1.79.3",
"tailwindcss": "^4.1.0",
"typescript": "^5.6.2",
"vite": "^6.0.3",
"vue-tsc": "^2.1.6"
}
}