{ "name": "greatoffice-kit", "version": "0.0.1", "private": true, "type": "module", "scripts": { "dev": "npm-run-all --parallel vite typesafe-i18n", "typesafe-i18n": "typesafe-i18n", "vite": "vite", "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", "test": "playwright test" }, "devDependencies": { "@faker-js/faker": "^7.6.0", "@sveltejs/kit": "1.9.2", "@tailwindcss/forms": "^0.5.3", "npm-run-all": "^4.1.5", "postcss": "^8.4.21", "postcss-load-config": "^4.0.1", "svelte": "^3.55.1", "svelte-check": "^3.0.4", "svelte-preprocess": "^5.0.1", "tailwindcss": "^3.2.7", "tslib": "^2.5.0", "typesafe-i18n": "^5.24.1", "typescript": "^4.9.5", "vite": "^4.1.4", "vite-plugin-pwa": "^0.14.4" }, "dependencies": { "svelte-headless-table": "^0.17.2", "temporal-polyfill": "^0.1.1" } }