-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
112 lines (112 loc) · 2.72 KB
/
package.json
File metadata and controls
112 lines (112 loc) · 2.72 KB
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
{
"name": "@oaysus/cli",
"version": "0.1.17",
"description": "Build React, Vue, or Svelte components and push them to a visual page builder. Empower marketing teams to create pages without code.",
"type": "module",
"bin": {
"oaysus": "./bin/oaysus.js",
"oaysus-local": "./bin/oaysus-local.js",
"oaysus-dev": "./bin/oaysus-dev.js"
},
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist",
"bin",
"docs",
"src/templates",
"llms.txt"
],
"scripts": {
"build": "tsc",
"dev": "tsc --watch",
"test": "NODE_OPTIONS='--experimental-vm-modules' jest",
"test:coverage": "NODE_OPTIONS='--experimental-vm-modules' jest --coverage",
"prepublishOnly": "bun run build && bun run test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/oaysus/cli.git"
},
"bugs": {
"url": "https://github.com/oaysus/cli/issues"
},
"homepage": "https://oaysus.com",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@sveltejs/vite-plugin-svelte": "6.2.1",
"@vitejs/plugin-react": "5.1.1",
"@vitejs/plugin-vue": "6.0.2",
"archiver": "^7.0.1",
"axios": "1.13.2",
"boxen": "^8.0.1",
"chalk": "5.6.2",
"chalk-animation": "^2.0.3",
"cli-spinners": "^3.3.0",
"commander": "14.0.2",
"conf": "^15.0.2",
"dotenv": "17.2.3",
"figures": "^6.1.0",
"form-data": "^4.0.5",
"glob": "13.0.0",
"gradient-string": "^3.0.0",
"ink": "6.5.1",
"ink-big-text": "^2.0.0",
"ink-gradient": "^3.0.0",
"ink-link": "^5.0.0",
"ink-select-input": "^6.2.0",
"ink-spinner": "^5.0.0",
"ink-table": "^3.1.0",
"ink-text-input": "^6.0.0",
"inquirer": "13.0.2",
"meow": "^14.0.0",
"open": "11.0.0",
"ora": "9.0.0",
"pastel": "^4.0.0",
"react": "19.2.1",
"terser": "^5.44.1",
"vite": "7.2.6",
"vite-plugin-solid": "2.11.10",
"zod": "4.1.13"
},
"devDependencies": {
"@jest/globals": "^30.2.0",
"@types/archiver": "^7.0.0",
"@types/form-data": "^2.5.2",
"@types/inquirer": "9.0.9",
"@types/jest": "30.0.0",
"@types/node": "24.10.1",
"@types/react": "19.2.7",
"ink-testing-library": "^4.0.0",
"jest": "30.2.0",
"ts-jest": "^29.4.6",
"typescript": "5.9.3"
},
"keywords": [
"oaysus",
"cli",
"components",
"developer-tools",
"page-builder",
"visual-editor",
"cms",
"headless-cms",
"react-components",
"vue-components",
"svelte-components",
"landing-pages",
"marketing-pages",
"no-code",
"low-code",
"theme-pack",
"component-library",
"website-builder"
],
"author": "Oaysus Team",
"license": "MIT",
"engines": {
"node": ">=20.0.0"
}
}