onborda
Version:
The ultimate product tour library for Next.js
41 lines • 929 B
JSON
{
"name": "onborda",
"version": "1.2.5",
"description": "The ultimate product tour library for Next.js",
"license": "MIT",
"author": "Matt Litherland",
"homepage": "https://github.com/uixmat/onborda#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/uixmat/onborda.git"
},
"keywords": [
"react-onboarding",
"react-onborda",
"onboarding",
"onborda",
"wizard",
"react",
"product-tour",
"tour",
"demo",
"product-demo"
],
"main": "dist/index.js",
"types": "dist/index.d.ts",
"peerDependencies": {
"framer-motion": ">=11",
"next": ">=13",
"react": ">=18",
"react-dom": ">=18",
"@radix-ui/react-portal": ">=1.1.1"
},
"devDependencies": {
"@types/react": "^18.2.63",
"typescript": "^5.3.3"
},
"scripts": {
"build": "tsc --project tsconfig.json",
"start": "npm run build && node dist/index.js"
}
}