-
-
Notifications
You must be signed in to change notification settings - Fork 125
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
35aad90
commit 5109e3f
Showing
4 changed files
with
57 additions
and
4,338 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,61 +1,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": "node --max_old_space_size=4096 ./node_modules/vitepress/bin/vitepress.js build", | ||
"preview": "vitepress preview", | ||
"generate": "plop", | ||
"lint": "markdownlint **/*.md --disable MD045" | ||
"name": "docs-modxpro", | ||
"version": "1.0.0", | ||
"repository": "https://github.com/modx-pro/Docs.git", | ||
"type": "module", | ||
"contributors": [ | ||
{ | ||
"name": "Bochkarev Ivan", | ||
"email": "[email protected]" | ||
}, | ||
"devDependencies": { | ||
"@docsearch/css": "^3.6.0", | ||
"@docsearch/js": "^3.6.0", | ||
"@modix/smarty-tmlanguage": "^1.1.0", | ||
"@types/markdown-it": "^14.0.1", | ||
"@types/node": "^20.12.7", | ||
"dotenv": "^16.4.5", | ||
"fast-glob": "^3.3.2", | ||
"gray-matter": "^4.0.3", | ||
"markdown-it": "^14.1.0", | ||
"markdown-it-kbd": "^2.2.2", | ||
"markdownlint": "^0.34.0", | ||
"markdownlint-cli": "^0.39.0", | ||
"modx-tmlanguage": "^1.2.0", | ||
"plop": "^4.0.1", | ||
"transliteration": "^2.3.5", | ||
"vitepress": "^1.1.0", | ||
"vue": "^3.4.23" | ||
}, | ||
"pnpm": { | ||
"peerDependencyRules": { | ||
"ignoreMissing": [ | ||
"@algolia/client-search" | ||
] | ||
} | ||
}, | ||
"dependencies": { | ||
"@vueuse/core": "^10.9.0", | ||
"@xobotyi/scrollbar-width": "^1.9.5", | ||
"fenom-tmlanguage": "^1.0.0", | ||
"glightbox": "^3.3.0", | ||
"uuid": "^9.0.1" | ||
}, | ||
"engines": { | ||
"node": ">=18" | ||
}, | ||
"packageManager": "[email protected]" | ||
{ | ||
"name": "Gulomov Bakhtovar", | ||
"email": "[email protected]" | ||
} | ||
], | ||
"license": "MIT", | ||
"scripts": { | ||
"dev": "vitepress dev", | ||
"build": "node --max_old_space_size=4096 ./node_modules/vitepress/bin/vitepress.js 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" | ||
} | ||
} |
Oops, something went wrong.