-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
161 lines (161 loc) · 4.96 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
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
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
{
"name": "@reliverse/cli",
"version": "1.4.22",
"author": "blefnk",
"type": "module",
"description": "This superapp CLI tool can help you easily create new web projects, manage existing projects, and automatically make advanced codebase modifications, with more features coming soon.",
"scripts": {
"dev": "bun src/main.ts cli --dev",
"logout": "bun src/main.ts logout",
"db:studio": "drizzle-kit studio",
"check": "bun typecheck && bun lint && bun format",
"build:npm": "unbuild && bun build.optim.ts",
"build:jsr": "bun build.optim.ts --jsr",
"build": "bun build:npm && bun build:jsr",
"pub:npm": "bun build.publish.ts",
"pub:jsr": "bun build.publish.ts --jsr",
"pub:dry": "bun build.publish.ts --dry-run",
"pub": "bun publish.ts",
"typecheck": "tsc --noEmit",
"lint": "eslint --cache --fix .",
"lint:i": "eslint --inspect-config",
"format": "biome check --write .",
"attw": "bunx @arethetypeswrong/cli",
"unpub": "npm unpublish",
"test": "vitest",
"knip": "knip",
"latest": "bun update --latest && bun add @trpc/client@next @trpc/next@next @trpc/react-query@next @trpc/server@next"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/reliverse/cli.git"
},
"module": "./dist-npm/main.js",
"exports": {
".": "./dist-npm/main.js"
},
"bin": {
"reliverse": "dist-npm/main.js"
},
"bugs": {
"url": "https://github.com/reliverse/cli/issues",
"email": "[email protected]"
},
"files": ["package.json", "README.md", "LICENSE.md", "dist-npm"],
"homepage": "https://github.com/reliverse/cli",
"keywords": ["cli", "reliverse"],
"license": "MIT",
"dependencies": {
"@ai-sdk/openai": "^1.0.18",
"@clack/core": "^0.4.1",
"@clack/prompts": "^0.9.1",
"@libsql/client": "^0.14.0",
"@octokit/rest": "^21.1.0",
"@reliverse/core": "^0.1.0",
"@reliverse/fs": "^0.6.0",
"@reliverse/prompts": "^1.4.5",
"@reliverse/relinka": "^1.2.5",
"@sinclair/typebox": "^0.34.13",
"@vercel/sdk": "^1.2.2",
"@vitejs/plugin-react": "^4.3.4",
"ai": "^4.0.33",
"async-listen": "^3.0.1",
"better-sqlite3": "^11.7.2",
"c12": "^2.0.1",
"cli-spinners": "^3.2.0",
"confbox": "^0.1.8",
"cross-spawn": "^7.0.6",
"destr": "^2.0.3",
"detect-package-manager": "^3.0.2",
"dotenv": "^16.4.7",
"drizzle-orm": "^0.38.3",
"execa": "^9.5.2",
"fs-extra": "^11.2.0",
"geist": "^1.3.1",
"globby": "^14.0.2",
"magic-regexp": "^0.8.0",
"nanoid": "^5.0.9",
"nanotar": "^0.1.1",
"node-emoji": "^2.2.0",
"nypm": "^0.4.1",
"octokit": "^4.1.0",
"ofetch": "^1.4.1",
"open": "^10.1.0",
"ora": "^8.1.1",
"pathe": "^2.0.1",
"picocolors": "^1.1.1",
"pkg-types": "^1.3.0",
"querystring": "^0.2.1",
"random-words": "^2.0.1",
"react-router": "^7.1.1",
"react-router-dom": "^7.1.1",
"simple-git": "^3.27.0",
"sort-package-json": "^2.12.0",
"std-env": "^3.8.0",
"tasuku": "^2.0.1",
"wrap-ansi": "^9.0.0"
},
"devDependencies": {
"@auth/drizzle-adapter": "^1.7.4",
"@auth/prisma-adapter": "^2.7.4",
"@biomejs/biome": "^1.9.4",
"@cspell/dict-npm": "^5.1.22",
"@eslint/js": "^9.18.0",
"@eslint/json": "^0.9.0",
"@eslint/markdown": "^6.2.1",
"@planetscale/database": "^1.19.0",
"@prisma/adapter-planetscale": "^6.2.1",
"@prisma/client": "^6.2.1",
"@react-router/dev": "^7.1.1",
"@stylistic/eslint-plugin": "^2.12.1",
"@swc/core": "^1.10.7",
"@t3-oss/env-nextjs": "^0.11.1",
"@tanstack/react-query": "^5.64.0",
"@total-typescript/ts-reset": "^0.6.1",
"@trpc/client": "^11.0.0-rc.700",
"@trpc/next": "^11.0.0-rc.700",
"@trpc/react-query": "^11.0.0-rc.700",
"@trpc/server": "^11.0.0-rc.700",
"@types/better-sqlite3": "^7.6.12",
"@types/bun": "^1.1.16",
"@types/cross-spawn": "^6.0.6",
"@types/eslint__js": "^8.42.3",
"@types/fs-extra": "^11.0.4",
"@types/node": "^22.10.5",
"@types/react": "^19.0.5",
"@types/react-dom": "^19.0.3",
"@types/strip-comments": "^2.0.4",
"drizzle-kit": "^0.30.1",
"eslint": "^9.18.0",
"eslint-plugin-no-relative-import-paths": "^1.6.1",
"eslint-plugin-perfectionist": "^4.6.0",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.18",
"globals": "^15.14.0",
"knip": "^5.42.0",
"magicast": "^0.3.5",
"mysql2": "^3.12.0",
"next": "^15.1.4",
"next-auth": "^4.24.11",
"postgres": "^3.4.5",
"prettier": "^3.4.2",
"prettier-plugin-tailwindcss": "^0.6.9",
"prisma": "^6.2.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"superjson": "^2.2.2",
"tailwindcss": "^3.4.17",
"tsup": "^8.3.5",
"tsx": "^4.19.2",
"type-fest": "^4.32.0",
"typescript": "^5.7.3",
"typescript-eslint": "^8.19.1",
"unbuild": "^3.3.0",
"vite-plugin-pages": "^0.32.4",
"vitest": "^2.1.8",
"zod": "^3.24.1"
}
}