-
-
Notifications
You must be signed in to change notification settings - Fork 25
/
package.json
36 lines (36 loc) · 1.25 KB
/
package.json
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
{
"name": "docs.nativescript.org",
"private": true,
"version": "1.0.0",
"scripts": {
"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:text": "textlint ./content/**/*.md --fix",
"lint:format": "prettier --check ./content/**/*.md",
"lint:text": "textlint ./content/**/*.md",
"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/vitepress-theme": "https://docs.nativescript.org/__/vitepress-theme.tgz?1730546314972",
"@types/node": "18.11.9",
"npm-run-all": "^4.1.5",
"prettier": "^2.7.1",
"sitemap": "^7.1.1",
"textlint": "^13.3.3",
"textlint-filter-rule-comments": "^1.2.2",
"textlint-rule-terminology": "^3.0.5",
"vitepress": "1.0.0-rc.4",
"zx": "^6.2.5"
},
"prettier": {
"semi": false,
"printWidth": 80,
"singleQuote": true
},
"packageManager": "[email protected]+sha256.732620bac8b1690d507274f025f3c6cfdc3627a84d9642e38a07452cc00e0f2e"
}