mirror of
https://github.com/Ocelot-Social-Community/ocelot.social.git
synced 2025-12-12 23:35:59 +00:00
- update vuepress related packages - remove @vuepress/plugin-redirect from package.json since it is already bundled with the theme
43 lines
1.4 KiB
JSON
43 lines
1.4 KiB
JSON
{
|
|
"name": "ocelot.social",
|
|
"version": "1.0.0",
|
|
"description": "The ocelot.social website",
|
|
"author": "ocelot.social Community",
|
|
"license": "MIT",
|
|
"private": false,
|
|
"scripts": {
|
|
"build": "vuepress build docs",
|
|
"dev": "vuepress dev docs",
|
|
"test": "npm run test:lint",
|
|
"test:lint": "textlint \"*.md\" \"docs/**/*.md\"",
|
|
"test:lint:fix": "textlint \"*.md\" \"docs/**/*.md\" --fix"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/Ocelot-Social-Community/ocelot.social.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/Ocelot-Social-Community/ocelot.social/issues"
|
|
},
|
|
"homepage": "https://ocelot.social",
|
|
"devDependencies": {
|
|
"@textlint-rule/textlint-rule-no-unmatched-pair": "^2.0.4",
|
|
"@vuepress/bundler-vite": "2.0.0-rc.26",
|
|
"@vuepress/plugin-slimsearch": "2.0.0-rc.118",
|
|
"sass-embedded": "^1.91.0",
|
|
"textlint": "^15.4.0",
|
|
"textlint-filter-rule-comments": "^1.2.2",
|
|
"textlint-rule-apostrophe": "^3.0.0",
|
|
"textlint-rule-common-misspellings": "^1.0.1",
|
|
"textlint-rule-doubled-spaces": "^1.0.2",
|
|
"textlint-rule-no-dead-link": "^6.0.1",
|
|
"textlint-rule-no-empty-element": "^0.3.1",
|
|
"textlint-rule-no-empty-section": "^1.1.0",
|
|
"textlint-rule-no-start-duplicated-conjunction": "^2.0.2",
|
|
"textlint-rule-no-todo": "^2.0.1",
|
|
"textlint-rule-no-zero-width-spaces": "^1.0.1",
|
|
"vuepress": "2.0.0-rc.26",
|
|
"vuepress-theme-hope": "2.0.0-rc.98"
|
|
}
|
|
}
|