FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
pcapplusplus.github.io/package.json at master · PcapPlusPlus/pcapplusplus.github.io · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
PcapPlusPlus
/
pcapplusplus.github.io
Public
Notifications
You must be signed in to change notification settings
Fork
11
Star
8
Code
Issues
0
Pull requests
3
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
pcapplusplus.github.io
/
package.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
70 lines (70 loc) · 2.15 KB
Breadcrumbs
pcapplusplus.github.io
/
package.json
Copy path
File metadata and controls
70 lines (70 loc) · 2.15 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
{
"name"
:
"
pcapplusplus-github-io
"
,
"version"
:
"
0.0.0
"
,
"private"
:
true
,
"scripts"
: {
"docusaurus"
:
"
docusaurus
"
,
"start"
:
"
docusaurus start
"
,
"build"
:
"
docusaurus build
"
,
"swizzle"
:
"
docusaurus swizzle
"
,
"deploy"
:
"
docusaurus deploy
"
,
"clear"
:
"
docusaurus clear
"
,
"serve"
:
"
docusaurus serve
"
,
"write-translations"
:
"
docusaurus write-translations
"
,
"write-heading-ids"
:
"
docusaurus write-heading-ids
"
,
"typecheck"
:
"
tsc
"
,
"format"
:
"
prettier --config .prettierrc . --check .
"
,
"format:fix"
:
"
prettier --config .prettierrc . --write
"
,
"lint"
:
"
eslint --ext js,jsx,ts,tsx src/
"
,
"lint:fix"
:
"
eslint --ext js,jsx,ts,tsx --fix src/
"
,
"argos:screenshot"
:
"
playwright test --config=tests/argos/playwright.config.ts
"
},
"dependencies"
: {
"@argos-ci/cli"
:
"
^6.5.0
"
,
"@argos-ci/playwright"
:
"
^7.4.0
"
,
"@docusaurus/core"
:
"
^3.9.2
"
,
"@docusaurus/plugin-google-analytics"
:
"
^3.9.2
"
,
"@docusaurus/preset-classic"
:
"
^3.10.1
"
,
"@mdx-js/react"
:
"
^3.1.1
"
,
"@playwright/test"
:
"
^1.56.1
"
,
"@svgr/webpack"
:
"
^8.1.0
"
,
"cheerio"
:
"
^1.2.0
"
,
"clsx"
:
"
^2.1.1
"
,
"file-loader"
:
"
^6.2.0
"
,
"prism-react-renderer"
:
"
^2.4.1
"
,
"react"
:
"
^19.0.0
"
,
"react-dom"
:
"
^19.2.4
"
,
"react-github-btn"
:
"
^1.4.0
"
,
"react-google-charts"
:
"
^5.2.1
"
,
"react-icons"
:
"
^5.5.0
"
,
"url-loader"
:
"
^4.1.1
"
},
"devDependencies"
: {
"@docusaurus/module-type-aliases"
:
"
^3.8.1
"
,
"@tsconfig/docusaurus"
:
"
^2.0.3
"
,
"@typescript-eslint/eslint-plugin"
:
"
^8.29.0
"
,
"@typescript-eslint/parser"
:
"
^8.56.1
"
,
"eslint"
:
"
^8.9.0
"
,
"eslint-config-airbnb"
:
"
^19.0.4
"
,
"eslint-config-prettier"
:
"
^10.1.8
"
,
"eslint-plugin-import"
:
"
^2.32.0
"
,
"eslint-plugin-jsx-a11y"
:
"
^6.10.2
"
,
"eslint-plugin-prettier"
:
"
^5.4.1
"
,
"eslint-plugin-react"
:
"
^7.37.5
"
,
"eslint-plugin-react-hooks"
:
"
^4.6.2
"
,
"prettier"
:
"
^3.7.3
"
,
"typescript"
:
"
^5.8.3
"
},
"browserslist"
: {
"production"
: [
"
>0.5%
"
,
"
not dead
"
,
"
not op_mini all
"
],
"development"
: [
"
last 1 chrome version
"
,
"
last 1 firefox version
"
,
"
last 1 safari version
"
]
}
}
Back
|
FazBrowse Home
|
New Git URL