-
-
Notifications
You must be signed in to change notification settings - Fork 161
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 875 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 875 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
38
{
"name": "customized-react-app",
"private": true,
"description": "CTA Qwik Builder",
"bin": "./dist/index.js",
"type": "module",
"scripts": {
"build": "tsc",
"dev": "tsc --watch",
"start": "node dist/index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/TanStack/create-router-app.git"
},
"homepage": "https://tanstack.com/router",
"funding": {
"type": "github",
"url": "https://github.com/sponsors/tannerlinsley"
},
"keywords": [
"qwik",
"create-tanstack-app",
"tanstack",
"create-qwik-app"
],
"author": "Jack Herrington <jherr@pobox.com>",
"license": "MIT",
"packageManager": "pnpm@9.15.5",
"dependencies": {
"@tanstack/cli": "workspace:*",
"@tanstack/create": "workspace:*"
},
"devDependencies": {
"@types/node": "^22.13.4",
"typescript": "^6.0.2"
}
}