-
-
Notifications
You must be signed in to change notification settings - Fork 130
/
Copy pathpackage.json
42 lines (42 loc) · 1.1 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
{
"name": "docs-modxpro",
"version": "1.0.0",
"repository": "https://github.com/modx-pro/Docs.git",
"contributors": [
{
"name": "Bochkarev Ivan",
"email": "[email protected]"
},
{
"name": "Gulomov Bakhtovar",
"email": "[email protected]"
}
],
"license": "MIT",
"scripts": {
"dev": "vitepress dev docs",
"build": "vitepress build docs",
"preview": "vitepress preview docs"
},
"devDependencies": {
"@docsearch/css": "^3.3.3",
"@docsearch/js": "^3.3.3",
"@types/markdown-it": "^12.2.3",
"@types/node": "^18.15.11",
"@vueuse/core": "^10.0.2",
"fast-glob": "^3.2.12",
"gray-matter": "^4.0.3",
"markdown-it": "^13.0.1",
"markdown-it-container": "^3.0.0",
"modx-tmlanguage": "^1.1.2",
"vitepress": "^1.0.0-alpha.74",
"vue": "^3.2.47"
},
"pnpm": {
"peerDependencyRules": {
"ignoreMissing": [
"@algolia/client-search"
]
}
}
}