FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
cli/package.json at main · TanStack/cli · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
TanStack
/
cli
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
180
Star
1.3k
Code
Issues
18
Pull requests
30
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
cli
/
package.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
38 lines (38 loc) · 1.35 KB
Breadcrumbs
cli
/
package.json
Copy path
File metadata and controls
38 lines (38 loc) · 1.35 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
{
"name"
:
"
root
"
,
"private"
:
true
,
"repository"
: {
"type"
:
"
git
"
,
"url"
:
"
git+https://github.com/TanStack/cli.git
"
},
"packageManager"
:
"
pnpm@11.1.0
"
,
"type"
:
"
module
"
,
"scripts"
: {
"cleanNodeModules"
:
"
rm -rf node_modules && pnpm -r exec rm -rf node_modules
"
,
"build"
:
"
nx run-many --target=build --parallel 5
"
,
"dev"
:
"
nx run-many --target=dev --parallel 20
"
,
"test"
:
"
pnpm test:unit && pnpm test:e2e
"
,
"test:unit"
:
"
nx run-many --target=test
"
,
"test:e2e"
:
"
nx run @tanstack/cli:test:e2e
"
,
"test:e2e:matrix"
:
"
nx run @tanstack/cli:test:e2e:matrix
"
,
"check-outdated"
:
"
node scripts/check-outdated-packages.js
"
,
"update-outdated"
:
"
node scripts/check-outdated-packages.js --update
"
,
"prepare"
:
"
husky install
"
,
"changeset"
:
"
changeset
"
,
"changeset:generate"
:
"
node scripts/generate-semantic-changeset.mjs
"
,
"changeset:publish"
:
"
changeset publish
"
,
"changeset:version"
:
"
changeset version && pnpm install --no-frozen-lockfile
"
},
"devDependencies"
: {
"@changesets/cli"
:
"
^2.29.8
"
,
"@svitejs/changesets-changelog-github-compact"
:
"
^1.2.0
"
,
"@tanstack/eslint-config"
:
"
^0.3.4
"
,
"eslint"
:
"
^9.20.0
"
,
"eslint-plugin-react-hooks"
:
"
^5.1.0
"
,
"eslint-plugin-unused-imports"
:
"
^4.1.4
"
,
"husky"
:
"
^8.0.0
"
,
"nx"
:
"
22.1.3
"
,
"semver"
:
"
^7.6.3
"
,
"typescript"
:
"
^6.0.2
"
}
}
Back
|
FazBrowse Home
|
New Git URL