FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
player/package.json at main · vidstack/player · GitHub
vidstack
/
player
Public
Notifications
You must be signed in to change notification settings
Fork
226
Star
3.7k
Code
Issues
145
Pull requests
15
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
player
/
package.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
58 lines (58 loc) · 1.61 KB
Breadcrumbs
player
/
package.json
Copy path
File metadata and controls
58 lines (58 loc) · 1.61 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
{
"name"
:
"
vidstack-workspace
"
,
"version"
:
"
1.15.6
"
,
"private"
:
true
,
"type"
:
"
module
"
,
"workspaces"
: [
"
packages/*
"
],
"scripts"
: {
"build"
:
"
turbo run analyze build types --filter=./packages/*
"
,
"build:vidstack"
:
"
turbo run analyze build types --filter=vidstack
"
,
"build:react"
:
"
turbo run analyze build types --filter=react
"
,
"changelog"
:
"
pnpm exec git cliff --output CHANGELOG.md
"
,
"clean"
:
"
turbo run clean
"
,
"format"
:
"
turbo run format --parallel
"
,
"format:check"
:
"
turbo run format:check --parallel
"
,
"test"
:
"
turbo run test --parallel
"
,
"preinstall"
:
"
npx only-allow pnpm
"
,
"release"
:
"
pnpm build && node .scripts/release.js --next
"
,
"release:dry"
:
"
pnpm run release --dry
"
,
"typecheck"
:
"
turbo run typecheck
"
,
"validate"
:
"
turbo run build format test typecheck
"
},
"devDependencies"
: {
"@types/node"
:
"
^18.19.43
"
,
"@typescript/native-preview"
:
"
beta
"
,
"chokidar"
:
"
^3.6.0
"
,
"enquirer"
:
"
^2.4.1
"
,
"execa"
:
"
^6.1.0
"
,
"fs-extra"
:
"
^11.2.0
"
,
"git-cliff"
:
"
^1.4.0
"
,
"globby"
:
"
^13.2.2
"
,
"kleur"
:
"
^4.1.5
"
,
"lint-staged"
:
"
^13.3.0
"
,
"minimist"
:
"
^1.2.8
"
,
"oxfmt"
:
"
^0.51.0
"
,
"rimraf"
:
"
^3.0.2
"
,
"semver"
:
"
^7.6.3
"
,
"simple-git-hooks"
:
"
^2.11.1
"
,
"tsdown"
:
"
^0.22.0
"
,
"turbo"
:
"
^2.0.12
"
,
"typescript"
:
"
^6.0.0
"
},
"simple-git-hooks"
: {
"pre-commit"
:
"
npx --no-install lint-staged
"
},
"lint-staged"
: {
"*"
:
"
oxfmt --no-error-on-unmatched-pattern
"
},
"engines"
: {
"node"
:
"
>=18
"
,
"pnpm"
:
"
>=8
"
},
"volta"
: {
"node"
:
"
18.17.1
"
},
"packageManager"
:
"
pnpm@8.7.0
"
}
Back
|
FazBrowse Home
|
New Git URL