We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2b70e0 commit 0b9d390Copy full SHA for 0b9d390
3 files changed
demo/next/package.json
@@ -14,6 +14,7 @@
14
"next": "14.1.4"
15
},
16
"devDependencies": {
17
+ "replexica": "workspace:*",
18
"@replexica/compiler": "workspace:*",
19
"@replexica/react": "workspace:*",
20
"typescript": "^5",
packages/cli/package.json
@@ -14,7 +14,7 @@
"bin"
],
"scripts": {
- "replexica": "./bin/cli.js",
+ "replexica": "tsc && ./bin/cli.js",
"dev": "tsc -w",
"build": "tsc",
"test": "vitest run"
@@ -23,10 +23,14 @@
23
"author": "",
24
"license": "ISC",
25
"dependencies": {
26
+ "@inquirer/prompts": "^4.3.0",
27
"commander": "^12.0.0",
28
+ "dotenv": "^16.4.5",
29
+ "open": "^10.1.0",
30
"ora": "^8.0.1",
31
"typescript": "^5.4.3",
- "vitest": "^1.4.0"
32
+ "vitest": "^1.4.0",
33
+ "zod": "^3.22.4"
34
35
36
"@types/node": "^20"
0 commit comments