FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
docs/package.json at main · NativeScript/docs · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
NativeScript
/
docs
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
31
Star
17
Code
Issues
25
Pull requests
4
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
docs
/
package.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
62 lines (62 loc) · 2.01 KB
Breadcrumbs
docs
/
package.json
Copy path
File metadata and controls
62 lines (62 loc) · 2.01 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
{
"name"
:
"
docs.nativescript.org
"
,
"private"
:
true
,
"version"
:
"
1.0.0
"
,
"scripts"
: {
"prepare"
:
"
patch-package
"
,
"postinstall"
:
"
patch-package
"
,
"dev"
:
"
vitepress dev
"
,
"build"
:
"
vitepress build
"
,
"preview"
:
"
vitepress preview
"
,
"lint"
:
"
npm-run-all lint:*
"
,
"fix"
:
"
npm-run-all fix:*
"
,
"fix:format"
:
"
prettier --write ./content/**/*.md
"
,
"fix:examples"
:
"
prettier --write ./examples/**/*.{html,css,js,ts,tsx,jsx,svelte}
"
,
"fix:text"
:
"
textlint ./content/**/*.md --fix
"
,
"lint:format"
:
"
prettier --check ./content/**/*.md
"
,
"lint:text"
:
"
textlint ./content/**/*.md
"
,
"generate:api-docs"
:
"
node ./tools/api/generate.mjs
"
,
"smoke"
:
"
node ./tools/smoke/smoke.mjs
"
,
"scrape.plugins"
:
"
zx ./scripts/plugin-scraper.mjs && prettier --write ./content/plugins/*.md && prettier --write ./content/plugins/*.md
"
,
"update-theme"
:
"
node ./.vitepress/update-theme.mjs
"
},
"devDependencies"
: {
"@nativescript/core"
:
"
9.1.0
"
,
"@nativescript/vitepress-theme"
:
"
https://docs.nativescript.org/__/vitepress-theme.tgz?1743004879934
"
,
"@types/node"
:
"
18.11.9
"
,
"npm-run-all"
:
"
^4.1.5
"
,
"patch-package"
:
"
^8.0.0
"
,
"prettier"
:
"
^3.4.2
"
,
"prettier-plugin-svelte"
:
"
^3.3.3
"
,
"sitemap"
:
"
^7.1.1
"
,
"svelte"
:
"
4
"
,
"textlint"
:
"
^13.3.3
"
,
"textlint-filter-rule-comments"
:
"
^1.2.2
"
,
"textlint-rule-terminology"
:
"
^3.0.5
"
,
"typedoc"
:
"
^0.28.20
"
,
"typedoc-plugin-frontmatter"
:
"
^1.3.1
"
,
"typedoc-plugin-markdown"
:
"
^4.12.0
"
,
"typedoc-vitepress-theme"
:
"
^1.1.3
"
,
"typescript"
:
"
5.9
"
,
"vitepress"
:
"
1.6.4
"
,
"vitepress-plugin-llms"
:
"
^1.13.2
"
,
"zx"
:
"
^6.2.5
"
},
"prettier"
: {
"plugins"
: [
"
prettier-plugin-svelte
"
],
"semi"
:
false
,
"printWidth"
:
80
,
"singleQuote"
:
true
,
"overrides"
: [
{
"files"
:
"
*.svelte
"
,
"options"
: {
"parser"
:
"
svelte
"
}
}
]
},
"packageManager"
:
"
yarn@1.22.19+sha256.732620bac8b1690d507274f025f3c6cfdc3627a84d9642e38a07452cc00e0f2e
"
}
Back
|
FazBrowse Home
|
New Git URL