captscii
Version:
A simple and powerful Captcha solution for your website
65 lines • 1.65 kB
JSON
{
"main": "dist/index.js",
"name": "captscii",
"publishConfig": {
"access": "public"
},
"types": "dist/index.d.ts",
"version": "1.1.1",
"license": "ISC",
"description": "A simple and powerful Captcha solution for your website",
"keywords": [
"captcha",
"captcha-solution",
"captcha-solver",
"captcha-service",
"ascii-captcha",
"ascii-captcha-solver"
],
"repository": {
"type": "git",
"url": "https://github.com/ArubikU/captscii"
},
"scripts": {
"build": "tsc",
"prepublishOnly": "npm run build"
},
"dependencies": {
"@emotion/is-prop-valid": "latest",
"@hookform/resolvers": "^3.9.1",
"autoprefixer": "^10.4.20",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "1.0.4",
"date-fns": "4.1.0",
"embla-carousel-react": "8.5.1",
"framer-motion": "^12.4.7",
"input-otp": "1.4.1",
"lucide-react": "^0.454.0",
"next": "14.2.16",
"next-themes": "^0.4.4",
"react": "^18",
"react-day-picker": "8.10.1",
"react-dom": "^18",
"react-hook-form": "^7.54.1",
"react-resizable-panels": "^2.1.7",
"recharts": "2.15.0",
"sonner": "^1.7.1",
"tailwind-merge": "^2.5.5",
"tailwindcss-animate": "^1.0.7",
"vaul": "^0.9.6",
"zod": "^3.24.1"
},
"devDependencies": {
"@radix-ui/react-label": "^2.1.1",
"@radix-ui/react-select": "^2.1.4",
"@radix-ui/react-switch": "^1.1.2",
"@radix-ui/react-tabs": "^1.1.2",
"@types/node": "^22",
"@types/react": "^18",
"@types/react-dom": "^18",
"postcss": "^8",
"tailwindcss": "^3.4.17",
"typescript": "^5"
}
}