forked from TanStack/router
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
128 lines (128 loc) · 5.21 KB
/
package.json
File metadata and controls
128 lines (128 loc) · 5.21 KB
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
{
"name": "root",
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/TanStack/router.git"
},
"packageManager": "pnpm@10.28.0",
"type": "module",
"scripts": {
"cleanNodeModules": "pnpm -r exec rm -rf node_modules",
"clean": "pnpm --filter \"./packages/**\" run clean",
"test": "pnpm run test:ci",
"test:pr": "nx affected --targets=test:eslint,test:unit,test:e2e,test:types,test:build,build",
"test:ci": "nx run-many --targets=test:eslint,test:unit,test:e2e,test:types,test:build,build",
"test:eslint": "nx affected --target=test:eslint --exclude=examples/**,e2e/**",
"test:unit": "nx affected --target=test:unit --exclude=examples/**,e2e/**",
"test:unit:dev": "pnpm run test:unit && nx watch --all -- pnpm run test:unit",
"test:build": "nx affected --target=test:build --exclude=examples/**",
"test:types": "nx affected --target=test:types --exclude=examples/**",
"test:e2e": "nx run-many --target=test:e2e",
"build": "nx affected --target=build --exclude=e2e/** --exclude=examples/**",
"build:all": "nx run-many --target=build --exclude=examples/** --exclude=e2e/**",
"watch": "pnpm run build:all && nx watch --all -- pnpm run build:all",
"dev": "pnpm run watch",
"format": "prettier --experimental-cli --ignore-unknown '**/*' --write",
"cipublish": "node scripts/publish.js",
"gpt-generate": "node gpt/generate.js",
"set-ts-version": "node scripts/set-ts-version.js",
"labeler-generate": "node scripts/generate-labeler-config.ts",
"cleanup-empty-packages": "node scripts/cleanup-empty-packages.mjs",
"test:docs": "node scripts/verify-links.ts"
},
"nx": {
"includedScripts": [
"test:docs"
]
},
"devDependencies": {
"@arethetypeswrong/cli": "^0.18.2",
"@eslint-react/eslint-plugin": "^1.26.2",
"@playwright/test": "^1.57.0",
"@tanstack/config": "0.22.0",
"@tanstack/react-query": "^5.90.19",
"@tanstack/query-core": "^5.90.19",
"@types/node": "25.0.9",
"@types/react": "^19.2.8",
"@types/react-dom": "^19.2.3",
"@vitest/browser": "^4.0.17",
"@vitest/ui": "^4.0.17",
"eslint": "^9.22.0",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-unused-imports": "^4.1.4",
"jsdom": "^25.0.1",
"markdown-link-extractor": "^4.0.3",
"nx": "22.3.3",
"prettier": "^3.8.0",
"publint": "^0.3.16",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"redaxios": "^0.5.1",
"rimraf": "^6.1.2",
"tinyglobby": "^0.2.15",
"typescript": "^5.9.3",
"typescript54": "npm:typescript@5.4",
"typescript55": "npm:typescript@5.5",
"typescript56": "npm:typescript@5.6",
"typescript57": "npm:typescript@5.7",
"typescript58": "npm:typescript@5.8",
"vite": "^7.3.1",
"vitest": "^4.0.17"
},
"pnpm": {
"overrides": {
"@types/babel__traverse": "^7.28.0",
"vite-plugin-dts": "4.0.3",
"solid-js": "1.9.10",
"react": "$react",
"react-dom": "$react-dom",
"@types/react": "$@types/react",
"@types/react-dom": "$@types/react-dom",
"eslint": "$eslint",
"vite": "$vite",
"@types/node": "$@types/node",
"@playwright/test": "$@playwright/test",
"@tanstack/react-query": "$@tanstack/react-query",
"@tanstack/query-core": "$@tanstack/query-core",
"@tanstack/history": "workspace:*",
"@tanstack/router-core": "workspace:*",
"@tanstack/react-router": "workspace:*",
"@tanstack/router-cli": "workspace:*",
"@tanstack/router-devtools": "workspace:*",
"@tanstack/router-devtools-core": "workspace:^",
"@tanstack/react-router-devtools": "workspace:^",
"@tanstack/solid-router-devtools": "workspace:^",
"@tanstack/router-generator": "workspace:*",
"@tanstack/virtual-file-routes": "workspace:*",
"@tanstack/router-plugin": "workspace:*",
"@tanstack/router-vite-plugin": "workspace:*",
"@tanstack/router-ssr-query-core": "workspace:*",
"@tanstack/react-router-ssr-query": "workspace:*",
"@tanstack/solid-router-ssr-query": "workspace:*",
"@tanstack/vue-router-ssr-query": "workspace:*",
"@tanstack/zod-adapter": "workspace:*",
"@tanstack/valibot-adapter": "workspace:*",
"@tanstack/arktype-adapter": "workspace:*",
"@tanstack/react-start": "workspace:*",
"@tanstack/react-start-client": "workspace:*",
"@tanstack/react-start-server": "workspace:*",
"@tanstack/solid-start": "workspace:*",
"@tanstack/solid-start-client": "workspace:*",
"@tanstack/solid-start-server": "workspace:*",
"@tanstack/vue-start": "workspace:*",
"@tanstack/vue-start-client": "workspace:*",
"@tanstack/vue-start-server": "workspace:*",
"@tanstack/start-plugin-core": "workspace:*",
"@tanstack/start-client-core": "workspace:*",
"@tanstack/start-server-core": "workspace:*",
"@tanstack/start-storage-context": "workspace:*",
"@tanstack/vue-router": "workspace:*",
"@tanstack/vue-router-devtools": "workspace:*",
"@tanstack/eslint-plugin-router": "workspace:*",
"@tanstack/router-utils": "workspace:*",
"@tanstack/start-static-server-functions": "workspace:*",
"@tanstack/nitro-v2-vite-plugin": "workspace:*"
}
}
}