@fbaconversio/onborda
Version:
The ultimate product tour library for Next.js
44 lines (43 loc) • 1.07 kB
JSON
{
"name": "@fbaconversio/onborda",
"version": "1.3.10",
"description": "The ultimate product tour library for Next.js",
"license": "MIT",
"author": "Matt Litherland",
"homepage": "https://github.com/fbaconversio/onborda#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/fbaconversio/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",
"scripts": {
"build": "tsc --project tsconfig.json",
"start": "npm run build && node dist/index.js",
"dev": "nodemon --watch \"src/**/*\" --ext \"ts,tsx,js,json\" --exec \"npm run build\""
},
"peerDependencies": {
"@radix-ui/react-portal": ">=1.1.1",
"framer-motion": ">=11",
"next": ">=13",
"react": ">=18",
"react-dom": ">=18"
},
"devDependencies": {
"@types/react": "^18.2.63",
"nodemon": "^3.1.7",
"typescript": "^5.3.3"
}
}