UNPKG

nextstepjs

Version:

Lightweight onboarding library for Next.js

86 lines (85 loc) 2.05 kB
{ "name": "nextstepjs", "version": "2.0.0", "description": "Lightweight onboarding library for Next.js", "license": "MIT", "author": "Alex Enes Zorlu", "homepage": "https://nextstepjs.com", "repository": { "type": "git", "url": "git+https://github.com/enszrlu/NextStep.git" }, "keywords": [ "react-onboarding", "react-nextstep", "nextjs-onboarding", "nextjs-onboard", "onboarding-wizard", "onboarding", "nextstep", "wizard", "react", "nextjs", "product-tour", "tour", "demo", "product-demo", "onboarding-library", "onboarding-component", "onboarding-flow", "onboarding-tutorial", "onboarding-guide" ], "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc --project tsconfig.json", "start": "npm run build && node dist/index.js" }, "peerDependencies": { "@remix-run/react": ">=1.0.0", "motion": ">=11", "next": ">=13.0.0", "react": ">=18", "react-dom": ">=18", "react-router": ">=7.0.0" }, "peerDependenciesMeta": { "next": { "optional": true }, "react-router": { "optional": true }, "@remix-run/react": { "optional": true } }, "devDependencies": { "@remix-run/react": "^2.0.0", "@types/react": "^18.3.5", "@types/react-dom": "^18.3.0", "@types/react-router": "^5.1.20", "next": "^14.0.0", "react-compiler-runtime": "19.0.0-beta-201e55d-20241215", "typescript": "^5.6.2" }, "exports": { ".": { "import": "./dist/index.js", "types": "./dist/index.d.ts" }, "./adapters/next": { "import": "./dist/adapters/next/index.js", "types": "./dist/adapters/next/index.d.ts" }, "./adapters/react-router": { "import": "./dist/adapters/react-router/index.js", "types": "./dist/adapters/react-router/index.d.ts" }, "./adapters/remix": { "import": "./dist/adapters/remix/index.js", "types": "./dist/adapters/remix/index.d.ts" } } }