-
-
Notifications
You must be signed in to change notification settings - Fork 94
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 830 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 830 Bytes
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
{
"name": "@page-ui/wizard",
"version": "1.6.2",
"description": "Landing page components & templates that you can copy & paste",
"type": "module",
"bin": "./packages/cli/index.mjs",
"repository": {
"type": "git",
"url": "git+https://github.com/danmindru/page-ui.git"
},
"keywords": [
"components",
"ui",
"tailwind",
"landing-page",
"templates",
"shadcn-ui",
"react",
"nextjs",
"nextjs-templates",
"react-templates"
],
"author": "Shipixen",
"license": "MIT",
"bugs": {
"url": "https://github.com/danmindru/page-ui/issues"
},
"homepage": "https://github.com/danmindru/page-ui#readme",
"dependencies": {
"chalk": "^5.3.0",
"commander": "^12.0.0",
"enquirer": "^2.4.1",
"ora": "^8.0.1"
},
"engines": {
"node": ">=14.17.0"
}
}