forked from enszrlu/NextStep
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.17 KB
/
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
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "nextstepjs",
"version": "1.3.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",
"onboarding-tutorial",
"onboarding-guide",
"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": {
"framer-motion": ">=11",
"next": ">=13",
"react": ">=18",
"react-dom": ">=18"
},
"devDependencies": {
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"typescript": "^5.6.2"
}
}