FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
website/package.json at main · oxc-project/website · GitHub
oxc-project
/
website
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
114
Star
101
Code
Issues
21
Pull requests
7
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Expand file tree
Breadcrumbs
website
/
package.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
41 lines (41 loc) · 1.18 KB
Breadcrumbs
website
/
package.json
Copy path
File metadata and controls
41 lines (41 loc) · 1.18 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
{
"name"
:
"
website
"
,
"version"
:
"
0.0.0
"
,
"private"
:
true
,
"type"
:
"
module
"
,
"scripts"
: {
"dev"
:
"
vitepress dev
"
,
"prebuild"
:
"
pnpm run sponsors
"
,
"build"
:
"
vitepress build
"
,
"preview"
:
"
vitepress preview
"
,
"lint"
:
"
vp lint --deny-warnings
"
,
"lint:fix"
:
"
vp run lint --fix && typos -w
"
,
"fmt"
:
"
vp fmt
"
,
"knip"
:
"
knip --no-config-hints
"
,
"sponsors"
:
"
degit oxc-project/sponsors sponsors --force && node scripts/generate-sponsors.js
"
,
"prepare"
:
"
vp config
"
,
"void"
:
"
void
"
},
"devDependencies"
: {
"@iconify/vue"
:
"
^5.0.0
"
,
"@types/markdown-it"
:
"
^14.1.2
"
,
"@types/markdown-it-container"
:
"
4.0.1
"
,
"@types/node"
:
"
^25.5.0
"
,
"@voidzero-dev/vitepress-theme"
:
"
^5.0.0
"
,
"degit"
:
"
^3.0.0
"
,
"esbuild"
:
"
0.28.2
"
,
"feed"
:
"
^6.0.0
"
,
"knip"
:
"
^6.0.2
"
,
"markdown-it-container"
:
"
^4.0.0
"
,
"markdown-it-task-lists"
:
"
^2.1.1
"
,
"typescript"
:
"
~7.0.0
"
,
"vite-plus"
:
"
catalog:
"
,
"vitepress"
:
"
2.0.0-alpha.20
"
,
"vitepress-plugin-group-icons"
:
"
^1.7.1
"
,
"vitepress-plugin-llms"
:
"
^1.12.0
"
,
"void"
:
"
^0.10.8
"
,
"vue"
:
"
^3.5.30
"
,
"wrangler"
:
"
^4.129.0
"
},
"packageManager"
:
"
pnpm@11.24.0
"
}
Back
|
FazBrowse Home
|
New Git URL