{ "name": "pojazdownik", "version": "1.8.4", "private": true, "type": "module", "scripts": { "dev": "vite", "build": "vue-tsc --noEmit && vite build", "preview": "yarn build && vite preview --port 4174", "type-check": "vue-tsc --noEmit -p tsconfig.app.json --composite false", "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore", "format": "prettier --write src/" }, "dependencies": { "axios": "^1.4.0", "pinia": "^2.0.17", "prettier": "^3.0.3", "vue": "^3.2.37", "vue-i18n": "9.11.0" }, "devDependencies": { "@rushstack/eslint-patch": "^1.3.3", "@vite-pwa/assets-generator": "^0.2.3", "@vitejs/plugin-vue": "^5.0.3", "@vue/eslint-config-prettier": "^9.0.0", "@vue/eslint-config-typescript": "^12.0.0", "@vue/tsconfig": "^0.5.1", "eslint": "^8.49.0", "eslint-plugin-vue": "^9.17.0", "sass": "^1.59.3", "typescript": "^5.0.2", "vite": "^5.0.12", "vite-plugin-pwa": "^0.17.5", "vue-tsc": "^1.2.0" } }