-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
159 lines (159 loc) · 4.69 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
{
"name": "@reliverse/relidler",
"author": "reliverse",
"version": "1.0.1",
"type": "module",
"license": "MIT",
"description": "Relidler: Reliverse Bundler",
"scripts": {
"dev": "bun run test",
"check": "bun typecheck && bun lint && bun format",
"pub": "bun pub.setup.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 latest.ts && bun check"
},
"dependencies": {
"@clack/core": "^0.4.1",
"@clack/prompts": "^0.9.1",
"@figliolia/chalk-animation": "^1.0.4",
"@libsql/client": "^0.14.0",
"@octokit/rest": "^21.1.0",
"@reliverse/core": "^0.1.0",
"@reliverse/fs": "^0.6.0",
"@reliverse/prompts": "^1.4.16",
"@reliverse/relico": "^1.0.1",
"@reliverse/runtime": "^1.0.2",
"@rollup/plugin-alias": "^5.1.1",
"@rollup/plugin-commonjs": "^28.0.2",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^16.0.0",
"@rollup/plugin-replace": "^6.0.2",
"@rollup/pluginutils": "^5.1.4",
"@sinclair/typebox": "^0.34.15",
"@types/mute-stream": "^0.0.4",
"@vercel/sdk": "^1.3.1",
"@vitejs/plugin-react": "^4.3.4",
"async-listen": "^3.0.1",
"better-sqlite3": "^11.8.1",
"bun-types": "^1.2.2",
"c12": "^2.0.1",
"citty": "^0.1.6",
"cli-spinners": "^3.2.0",
"confbox": "^0.1.8",
"consola": "^3.4.0",
"cross-spawn": "^7.0.6",
"defu": "^6.1.4",
"destr": "^2.0.3",
"detect-package-manager": "^3.0.2",
"dotenv": "^16.4.7",
"drizzle-orm": "^0.39.1",
"esbuild": "^0.24.2",
"escape-string-regexp": "^5.0.0",
"execa": "^9.5.2",
"fs-extra": "^11.3.0",
"geist": "^1.3.1",
"globby": "^14.0.2",
"hookable": "^5.5.3",
"jiti": "^2.4.2",
"magic-regexp": "^0.8.0",
"magic-string": "^0.30.17",
"mkdist": "^2.2.0",
"mlly": "^1.7.4",
"mute-stream": "^2.0.0",
"nanoid": "^5.0.9",
"nanotar": "^0.2.0",
"node-fetch-native": "^1.6.6",
"nypm": "^0.5.2",
"octokit": "^4.1.0",
"ofetch": "^1.4.1",
"open": "^10.1.0",
"ora": "^8.1.1",
"p-limit": "^6.2.0",
"pathe": "^2.0.2",
"pkg-types": "^1.3.1",
"pretty-bytes": "^6.1.1",
"querystring": "^0.2.1",
"random-words": "^2.0.1",
"react-router": "^7.1.5",
"react-router-dom": "^7.1.5",
"rollup": "^4.34.0",
"rollup-plugin-dts": "^6.1.1",
"scule": "^1.3.0",
"semver": "^7.7.0",
"simple-git": "^3.27.0",
"sort-package-json": "^2.14.0",
"tar-stream": "^3.1.7",
"tasuku": "^2.0.1",
"tinyglobby": "^0.2.10",
"unbuild": "^3.3.1",
"untyped": "^1.5.2",
"wrap-ansi": "^9.0.0"
},
"devDependencies": {
"@auth/drizzle-adapter": "^1.7.4",
"@auth/prisma-adapter": "^2.7.4",
"@babel/plugin-transform-class-properties": "^7.25.9",
"@biomejs/biome": "^1.9.4",
"@cspell/dict-npm": "^5.1.24",
"@eslint/js": "^9.19.0",
"@eslint/json": "^0.10.0",
"@eslint/markdown": "^6.2.2",
"@planetscale/database": "^1.19.0",
"@prisma/adapter-planetscale": "^6.3.0",
"@prisma/client": "^6.3.0",
"@react-router/dev": "^7.1.5",
"@stylistic/eslint-plugin": "^3.0.1",
"@swc/core": "^1.10.12",
"@t3-oss/env-nextjs": "^0.12.0",
"@tanstack/react-query": "^5.66.0",
"@total-typescript/ts-reset": "^0.6.1",
"@types/better-sqlite3": "^7.6.12",
"@types/bun": "^1.2.2",
"@types/cross-spawn": "^6.0.6",
"@types/eslint__js": "^8.42.3",
"@types/fs-extra": "^11.0.4",
"@types/node": "^22.13.0",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"@types/semver": "^7.5.8",
"@types/strip-comments": "^2.0.4",
"@types/tar-stream": "^3.1.3",
"@vitest/coverage-v8": "^3.0.4",
"automd": "^0.3.12",
"changelogen": "^0.5.7",
"drizzle-kit": "^0.30.4",
"eslint": "^9.19.0",
"eslint-plugin-no-relative-import-paths": "^1.6.1",
"eslint-plugin-perfectionist": "^4.7.0",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.18",
"globals": "^15.14.0",
"knip": "^5.43.6",
"magicast": "^0.3.5",
"mysql2": "^3.12.0",
"next": "^15.1.6",
"next-auth": "^4.24.11",
"postgres": "^3.4.5",
"prettier": "^3.4.2",
"prettier-plugin-tailwindcss": "^0.6.11",
"prisma": "^6.3.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"superjson": "^2.2.2",
"tailwindcss": "^4.0.3",
"tsx": "^4.19.2",
"type-fest": "^4.33.0",
"typescript": "^5.7.3",
"typescript-eslint": "^8.22.0",
"vite-plugin-pages": "^0.32.4",
"vitest": "^3.0.4",
"zod": "^3.24.1"
}
}