-
-
Notifications
You must be signed in to change notification settings - Fork 128
/
package.json
60 lines (60 loc) · 1.38 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
55
56
57
58
59
60
{
"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",
"build": "vitepress build",
"preview": "vitepress preview",
"generate": "plop",
"lint": "markdownlint **/*.md --disable MD045"
},
"devDependencies": {
"@docsearch/css": "^3.6.1",
"@docsearch/js": "^3.6.1",
"@modix/smarty-tmlanguage": "^1.1.0",
"@types/markdown-it": "^14.1.2",
"@types/node": "^22.4.1",
"dotenv": "^16.4.5",
"fast-glob": "^3.3.2",
"fenom-tmlanguage": "^1.0.0",
"gray-matter": "^4.0.3",
"markdown-it": "^14.1.0",
"markdown-it-kbd": "^2.2.2",
"markdownlint": "^0.34.0",
"markdownlint-cli": "^0.41.0",
"modx-tmlanguage": "^1.2.0",
"plop": "^4.0.1",
"transliteration": "^2.3.5",
"vitepress": "^1.3.3",
"vue": "^3.4.38"
},
"pnpm": {
"peerDependencyRules": {
"ignoreMissing": [
"@algolia/client-search"
]
}
},
"dependencies": {
"@vueuse/core": "^11.0.1",
"@xobotyi/scrollbar-width": "^1.9.5",
"glightbox": "^3.3.0",
"uuid": "^10.0.0"
},
"engines": {
"node": ">=18"
}
}