UNPKG

ac-react-onboarding-guide

Version:

A customizable onboarding guide component for React applications

101 lines 2.67 kB
{ "name": "ac-react-onboarding-guide", "version": "0.1.0-alpha-15", "description": "A customizable onboarding guide component for React applications", "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts", "files": [ "dist", "README.md" ], "sideEffects": false, "exports": { ".": { "import": { "types": "./dist/index.d.ts", "default": "./dist/index.mjs" }, "require": { "types": "./dist/index.d.ts", "default": "./dist/index.js" } }, "./package.json": "./package.json" }, "scripts": { "build": "vite build", "dev": "vite build --watch", "lint": "eslint src --ext .ts,.tsx", "clean": "rm -rf dist", "prepublishOnly": "npm run clean && npm run build", "preview": "vite preview" }, "peerDependencies": { "@radix-ui/react-progress": "^1.1.0", "@radix-ui/react-separator": "^1.1.0", "@radix-ui/react-tooltip": "^1.1.0", "class-variance-authority": "^0.7.0", "clsx": "^2.1.0", "framer-motion": ">=10.0.0", "lucide-react": ">=0.454.0", "react": ">=17.0.0", "react-dom": ">=17.0.0", "react-resizable-panels": ">=2.1.7", "tailwind-merge": ">=2.5.5", "tailwindcss": ">=3.0.0", "vaul": ">=0.9.9" }, "peerDependenciesMeta": { "tailwindcss": { "optional": true } }, "devDependencies": { "@emotion/is-prop-valid": "^1.3.1", "@radix-ui/react-progress": "^1.1.1", "@radix-ui/react-separator": "^1.1.1", "@radix-ui/react-tooltip": "^1.1.6", "@types/node": "^20.0.0", "@types/react": "^19.0.0", "@types/react-dom": "^19.0.0", "@vitejs/plugin-react": "^4.3.0", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "eslint": "^8.0.0", "eslint-config-prettier": "^9.0.0", "eslint-plugin-react": "^7.0.0", "eslint-plugin-react-hooks": "^4.0.0", "framer-motion": "^11.0.0", "lucide-react": "^0.454.0", "prettier": "^3.0.0", "react": "^19.0.0", "react-dom": "^19.0.0", "react-resizable-panels": "^2.1.7", "tailwind-merge": "^2.5.5", "tailwindcss": "^3.0.0", "typescript": "^5.0.0", "vaul": "^0.9.9", "vite": "^5.0.0", "vite-plugin-dts": "^4.0.0" }, "keywords": [ "react", "onboarding", "guide", "tutorial", "walkthrough" ], "author": "Abdullah Ceylan", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/abdullahceylan/ac-react-onboarding-guide" }, "bugs": { "url": "https://github.com/abdullahceylan/ac-react-onboarding-guide/issues" }, "publishConfig": { "access": "public" } }