-
-
Notifications
You must be signed in to change notification settings - Fork 168
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 978 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 978 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
39
40
{
"name": "@tanstack/cta-framework-react-cra",
"version": "0.48.1",
"description": "CTA Framework for React (Create React App)",
"type": "module",
"main": "./dist/index.js",
"types": "./dist/types/index.d.ts",
"scripts": {
"build": "tsc",
"dev": "tsc --watch",
"test": "eslint ./src && vitest run",
"test:watch": "vitest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TanStack/create-tsrouter-app.git"
},
"homepage": "https://tanstack.com/router",
"funding": {
"type": "github",
"url": "https://github.com/sponsors/tannerlinsley"
},
"keywords": [
"react",
"tanstack",
"router",
"create-react-app"
],
"author": "Jack Herrington <jherr@pobox.com>",
"license": "MIT",
"packageManager": "pnpm@9.15.5",
"dependencies": {
"@tanstack/cta-engine": "workspace:*"
},
"devDependencies": {
"@types/node": "^24.6.0",
"typescript": "^5.6.3",
"vitest": "^3.1.1"
}
}