-
Notifications
You must be signed in to change notification settings - Fork 33
/
package.json
41 lines (41 loc) · 930 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "onborda",
"version": "1.2.4",
"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",
"scripts": {
"build": "tsc --project tsconfig.json",
"start": "npm run build && node dist/index.js"
},
"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"
}
}