Skip to content

Commit

Permalink
chore: Migrate from yarn to bun
Browse files Browse the repository at this point in the history
  • Loading branch information
GulomovCreative committed Aug 19, 2024
1 parent 35aad90 commit 5109e3f
Show file tree
Hide file tree
Showing 4 changed files with 57 additions and 4,338 deletions.
5 changes: 0 additions & 5 deletions .yarnrc.yml

This file was deleted.

Binary file added bun.lockb
Binary file not shown.
115 changes: 57 additions & 58 deletions package.json
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"
}
}
Loading

0 comments on commit 5109e3f

Please sign in to comment.