FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
tanstack-router/package.json at main · rhyek/tanstack-router · GitHub
rhyek
/
tanstack-router
Public
forked from
TanStack/router
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
tanstack-router
/
package.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
120 lines (120 loc) · 5.1 KB
Breadcrumbs
tanstack-router
/
package.json
Copy path
File metadata and controls
120 lines (120 loc) · 5.1 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
{
"name"
:
"
root
"
,
"private"
:
true
,
"repository"
: {
"type"
:
"
git
"
,
"url"
:
"
https://github.com/TanStack/router.git
"
},
"packageManager"
:
"
pnpm@10.13.1
"
,
"type"
:
"
module
"
,
"scripts"
: {
"cleanNodeModules"
:
"
pnpm -r exec rm -rf node_modules
"
,
"clean"
:
"
pnpm --filter
\"
./packages/**
\"
run clean
"
,
"preinstall"
:
"
node -e
\"
if(process.env.CI == 'true') {console.info('Skipping preinstall...')} else {process.exit(1)}
\"
|| npx -y only-allow pnpm
"
,
"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:format"
:
"
pnpm run prettier --check
"
,
"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
"
,
"prettier"
:
"
prettier --experimental-cli --ignore-unknown '**/*'
"
,
"prettier:write"
:
"
pnpm run prettier --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.mjs
"
,
"cleanup-empty-packages"
:
"
node scripts/cleanup-empty-packages.mjs
"
,
"verify-links"
:
"
node scripts/verify-links.ts
"
},
"devDependencies"
: {
"@arethetypeswrong/cli"
:
"
^0.17.3
"
,
"@eslint-react/eslint-plugin"
:
"
^1.26.2
"
,
"@playwright/test"
:
"
^1.52.0
"
,
"@tanstack/config"
:
"
0.22.0
"
,
"@tanstack/react-query"
:
"
5.66.0
"
,
"@tanstack/query-core"
:
"
5.66.0
"
,
"@types/node"
:
"
22.10.2
"
,
"@types/react"
:
"
^19.0.8
"
,
"@types/react-dom"
:
"
^19.0.3
"
,
"@vitest/browser"
:
"
^3.0.6
"
,
"@vitest/ui"
:
"
^3.0.6
"
,
"eslint"
:
"
^9.22.0
"
,
"eslint-plugin-react-hooks"
:
"
^5.1.0
"
,
"eslint-plugin-unused-imports"
:
"
^4.1.4
"
,
"fast-glob"
:
"
^3.3.3
"
,
"jsdom"
:
"
^25.0.1
"
,
"markdown-link-extractor"
:
"
^4.0.2
"
,
"nx"
:
"
21.3.7
"
,
"prettier"
:
"
^3.6.2
"
,
"publint"
:
"
^0.3.12
"
,
"react"
:
"
^19.0.0
"
,
"react-dom"
:
"
^19.0.0
"
,
"redaxios"
:
"
^0.5.1
"
,
"rimraf"
:
"
^6.0.1
"
,
"tinyglobby"
:
"
^0.2.12
"
,
"typescript"
:
"
^5.9.0
"
,
"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.1.7
"
,
"vitest"
:
"
^3.2.4
"
},
"pnpm"
: {
"overrides"
: {
"vite-plugin-dts"
:
"
4.0.3
"
,
"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/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/start-plugin-core"
:
"
workspace:*
"
,
"@tanstack/start-client-core"
:
"
workspace:*
"
,
"@tanstack/start-server-core"
:
"
workspace:*
"
,
"@tanstack/start-storage-context"
:
"
workspace:*
"
,
"@tanstack/eslint-plugin-router"
:
"
workspace:*
"
,
"@tanstack/server-functions-plugin"
:
"
workspace:*
"
,
"@tanstack/directive-functions-plugin"
:
"
workspace:*
"
,
"@tanstack/router-utils"
:
"
workspace:*
"
,
"@tanstack/start-static-server-functions"
:
"
workspace:*
"
,
"@tanstack/nitro-v2-vite-plugin"
:
"
workspace:*
"
}
}
}
Back
|
FazBrowse Home
|
New Git URL