-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 722 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 722 Bytes
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
{
"name": "create-tsrouter-vite",
"version": "0.0.9",
"description": "A CLI tool to generate web applications with TanStack Router and Vite",
"repository": {
"type": "git",
"url": "https://github.com/bryanprimus/create-tsrouter-vite"
},
"keywords": [
"cli",
"tanstack-router",
"vite",
"react",
"typescript",
"boilerplate",
"scaffold",
"create",
"generator",
"router",
"spa",
"frontend",
"web-app",
"template"
],
"module": "index.ts",
"type": "module",
"bin": "./index.ts",
"devDependencies": {
"@types/bun": "latest"
},
"peerDependencies": {
"typescript": "^5"
},
"dependencies": {
"@clack/prompts": "^0.11.0"
}
}