{ "name": "jokesbapak2-client", "version": "0.0.1", "license": "GPL-3.0", "contributors": [ { "name": "Reinaldy Rafli", "email": "aldy505@tutanota.com", "url": "https://github.com/aldy505" } ], "type": "module", "scripts": { "dev": "svelte-kit dev", "build": "svelte-kit build", "preview": "svelte-kit preview", "check": "svelte-check --tsconfig ./tsconfig.json", "check:watch": "svelte-check --tsconfig ./tsconfig.json --watch", "lint": "eslint --fix --ext .svelte,.js,.ts --ignore-path .gitignore .", "format": "prettier --write --ignore-path .gitignore --plugin-search-dir=. \"./**/*.(ts|json|js|svelte)\"" }, "devDependencies": { "@sveltejs/adapter-static": "1.0.0-next.29", "@sveltejs/kit": "1.0.0-next.303", "@typescript-eslint/eslint-plugin": "5.17.0", "@typescript-eslint/parser": "5.17.0", "cssnano": "5.1.5", "eslint": "8.12.0", "eslint-config-prettier": "8.5.0", "eslint-plugin-svelte3": "3.4.1", "prettier": "2.6.1", "prettier-plugin-svelte": "2.6.0", "svelte": "3.46.6", "svelte-check": "2.4.6", "svelte-preprocess": "4.10.4", "svelte-windicss-preprocess": "4.2.6", "tslib": "2.3.1", "typescript": "4.6.3" }, "dependencies": { "@fontsource/fira-mono": "4.5.7", "@fontsource/rubik": "4.5.6", "@sentry/browser": "6.19.3", "dotenv": "16.0.0", "ohmyfetch": "0.4.15", "svelte-i18n": "3.3.13" } }