-
-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.11 KB
/
Copy pathpackage.json
File metadata and controls
52 lines (52 loc) · 1.11 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
{
"name": "@lazarv/create-react-server",
"version": "0.0.0",
"keywords": [
"create",
"esm",
"react",
"rsc",
"server",
"ssr",
"vite"
],
"bugs": {
"url": "https://github.com/lazarv/react-server/issues"
},
"license": "MIT",
"author": "lazarv",
"repository": {
"type": "git",
"url": "git+https://github.com/lazarv/react-server.git"
},
"bin": {
"create-react-server": "index.mjs"
},
"type": "module",
"publishConfig": {
"access": "public",
"provenance": true,
"tag": "latest"
},
"dependencies": {
"@inquirer/checkbox": "^5.1.5",
"@inquirer/confirm": "^6.0.13",
"@inquirer/core": "^11.1.10",
"@inquirer/figures": "^2.0.5",
"@inquirer/input": "^5.0.13",
"@inquirer/number": "^4.0.13",
"@inquirer/prompts": "^8.4.3",
"@inquirer/select": "^5.1.5",
"@lazarv/react-server": "workspace:*",
"ansi-escapes": "^7.0.0",
"cac": "^6.7.14",
"fast-glob": "^3.2.12",
"filesize": "^10.0.12",
"oxfmt": "^0.20.0",
"picocolors": "^1.1.1",
"ts-morph": "^24.0.0"
},
"engines": {
"node": ">=20.10.0"
}
}