forked from modx-pro/Docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.54 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "docs-modxpro",
"version": "1.0.0",
"repository": "https://github.com/modx-pro/Docs.git",
"type": "module",
"contributors": [
{
"name": "Bochkarev Ivan",
"email": "[email protected]"
},
{
"name": "Gulomov Bakhtovar",
"email": "[email protected]"
}
],
"license": "MIT",
"scripts": {
"dev": "vitepress dev docs",
"build": "node --max_old_space_size=4096 ./node_modules/vitepress/bin/vitepress.js build docs",
"preview": "vitepress preview docs",
"generate": "plop",
"lint": "markdownlint **/*.md --disable MD045"
},
"devDependencies": {
"@docsearch/css": "^3.3.3",
"@docsearch/js": "^3.3.3",
"@modix/smarty-tmlanguage": "^1.1.0",
"@types/markdown-it": "^12.2.3",
"@types/node": "^18.16.13",
"fast-glob": "^3.2.12",
"gray-matter": "^4.0.3",
"markdown-it": "^13.0.1",
"markdown-it-container": "^3.0.0",
"markdown-it-kbd": "^2.2.2",
"markdownlint": "^0.29.0",
"markdownlint-cli": "^0.34.0",
"modx-tmlanguage": "^1.2.0",
"plop": "^3.1.2",
"sitemap": "^7.1.1",
"transliteration": "^2.3.5",
"vitepress": "^1.0.0-beta.3",
"vue": "^3.3.4"
},
"pnpm": {
"peerDependencyRules": {
"ignoreMissing": [
"@algolia/client-search"
]
}
},
"dependencies": {
"@vueuse/core": "^10.1.2"
}
}