{ "name": "upsnap-frontend", "version": "0.0.1", "private": true, "scripts": { "dev": "vite dev", "build": "vite build", "preview": "vite preview", "check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json", "check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch", "lint": "eslint --fix --cache --ignore-path ../.gitignore .", "format": "prettier --write --cache --cache-strategy content --ignore-path ../.gitignore .", "prepare": "cd .. && husky install frontend/.husky" }, "devDependencies": { "@sveltejs/adapter-static": "^2.0.3", "@sveltejs/kit": "^1.24.1", "@typescript-eslint/eslint-plugin": "^6.6.0", "@typescript-eslint/parser": "^6.6.0", "autoprefixer": "^10.4.15", "daisyui": "^3.7.3", "eslint": "^8.49.0", "eslint-config-prettier": "^9.0.0", "eslint-plugin-svelte": "^2.33.1", "husky": "^8.0.3", "postcss": "^8.4.29", "prettier": "^3.0.3", "prettier-plugin-svelte": "^3.0.3", "svelte": "^4.2.0", "svelte-check": "^3.5.1", "tailwindcss": "^3.3.3", "tslib": "^2.6.2", "typescript": "^5.2.2", "vite": "^4.4.9" }, "type": "module", "lint-staged": { "*.{js,svelte}": "eslint --fix --cache --ignore-path ../.gitignore .", "*.{js,css,md,svelte,scss}": "prettier --write --cache --cache-strategy content --ignore-path ../.gitignore ." }, "dependencies": { "@fortawesome/free-solid-svg-icons": "^6.4.2", "date-fns": "^2.30.0", "pocketbase": "^0.18.0", "svelte-fa": "^3.0.4", "svelte-french-toast": "^1.2.0", "theme-change": "^2.5.0" } }