{ "name": "jokesbapak2-client", "version": "0.0.1", "license": "GPL-3.0", "contributors": [ { "name": "Reinaldy Rafli", "email": "aldy505@proton.me", "url": "https://github.com/aldy505" } ], "type": "module", "scripts": { "dev": "astro dev", "start": "astro dev", "build": "astro check && astro build", "preview": "astro preview", "astro": "astro", "lint": "eslint --fix --ext .astro,.js,.ts --ignore-path .gitignore .", "format": "prettier --write --ignore-path .gitignore --plugin-search-dir=. \"./**/*.(ts|json|js|astro)\"" }, "devDependencies": { "@typescript-eslint/eslint-plugin": "6.3.0", "@typescript-eslint/parser": "6.3.0", "cssnano": "6.0.1", "eslint": "8.47.0", "eslint-config-prettier": "9.0.0", "eslint-plugin-astro": "^0.31.4", "prettier": "3.0.1", "typescript": "5.3.3" }, "dependencies": { "@astrojs/check": "^0.5.2", "@fontsource/fira-mono": "5.0.8", "@fontsource/rubik": "5.0.8", "@sentry/astro": "^7.100.1", "@unocss/astro": "^0.58.5", "@unocss/reset": "^0.58.5", "astro": "^4.3.5", "unocss": "^0.58.5" } }