FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
Tanstack-Router-/examples/react/quickstart/package.json at main · evdeveloper/Tanstack-Router- · GitHub
evdeveloper
/
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-
/
examples
/
react
/
quickstart
/
package.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
23 lines (23 loc) · 544 Bytes
Breadcrumbs
Tanstack-Router-
/
examples
/
react
/
quickstart
/
package.json
Copy path
File metadata and controls
23 lines (23 loc) · 544 Bytes
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
{
"name"
:
"
tanstack-router-react-example-quickstart
"
,
"version"
:
"
0.0.0
"
,
"private"
:
true
,
"scripts"
: {
"dev"
:
"
vite --port=3001
"
,
"build"
:
"
vite build
"
,
"serve"
:
"
vite preview
"
,
"start"
:
"
vite
"
},
"dependencies"
: {
"@tanstack/react-router"
:
"
^1.15.23
"
,
"@tanstack/router-devtools"
:
"
^1.15.23
"
,
"react"
:
"
^18.2.0
"
,
"react-dom"
:
"
^18.2.0
"
},
"devDependencies"
: {
"@types/react"
:
"
^18.2.47
"
,
"@types/react-dom"
:
"
^18.2.18
"
,
"@vitejs/plugin-react"
:
"
^4.2.1
"
,
"vite"
:
"
^5.0.12
"
}
}
Back
|
FazBrowse Home
|
New Git URL