[READ-ONLY] Mirror of https://github.com/serhalp/is-this-chess. Is this chess? You upload an image. Cutting-edge AI tells you if it's chess. That's it. is-this-chess.netlify.app
chess llm silly
0

Configure Feed

Select the types of activity you want to include in your feed.

is-this-chess / package.json
1.6 kB 38 lines
1{ 2 "name": "is-this-chess", 3 "description": "Is this chess? You upload an image. Cutting-edge AI tells you if it's chess. That's it.", 4 "type": "module", 5 "version": "0.0.1", 6 "scripts": { 7 "build": "astro check && astro build", 8 "dev": "astro dev", 9 "format": "prettier --write \"**/*.{json,ts,mjs,cjs,md,astro}\" \"**/.*.{json,ts,mjs,cjs,md,astro}\"", 10 "format:check": "prettier --check \"**/*.{json,ts,mjs,cjs,md,astro}\" \"**/.*.{json,ts,mjs,cjs,md,astro}\"", 11 "lint": "eslint \"**/*.{ts,mjs,cjs,astro}\" \"**/.*.{ts,mjs,cjs,astro}\"", 12 "lint:fix": "eslint --fix \"**/*.{ts,mjs,cjs,astro}\" \"**/.*.{ts,mjs,cjs,astro}\"", 13 "preview": "astro preview", 14 "start": "astro dev", 15 "test": "pnpm run lint && pnpm run format && pnpm run build", 16 "typecheck": "astro check --typescript" 17 }, 18 "dependencies": { 19 "@anthropic-ai/sdk": "^0.110.0", 20 "@astrojs/check": "^0.9.3", 21 "@astrojs/netlify": "^8.0.0", 22 "@astrojs/solid-js": "^7.0.0", 23 "@solid-primitives/upload": "^0.1.3", 24 "astro": "^7.0.0", 25 "solid-js": "^1.9.4", 26 "typescript": "^6.0.0" 27 }, 28 "devDependencies": { 29 "@typescript-eslint/parser": "^8.51.0", 30 "astro-eslint-parser": "^1.2.2", 31 "eslint": "^8.57.1", 32 "eslint-config-prettier": "^10.1.8", 33 "eslint-plugin-astro": "^1.5.0", 34 "prettier": "^3.7.4", 35 "prettier-plugin-astro": "^0.14.1" 36 }, 37 "packageManager": "pnpm@10.34.4+sha512.8768be55200ae3f2226b6527fcca2687e14bc4e5f12d7721a0f25da3df47915177058648db4177baf348120fa0ba2752d8d8d93f6beaf1fe64ae18da8de961af" 38}