@philippnagel/docusaurus-next-terminology
Version:
A terminology / dictionary add-on for Docusaurus
82 lines (81 loc) • 2.11 kB
JSON
{
"name": "@philippnagel/docusaurus-next-terminology",
"version": "1.3.0",
"description": "A terminology / dictionary add-on for Docusaurus",
"type": "module",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"scripts": {
"build": "tsc",
"clean": "rimraf ./lib",
"test": "jest",
"lint": "eslint src/**/*.ts",
"prettier-format": "prettier --config .prettierrc 'src/**/*.ts' --write",
"prepack": "npm run build"
},
"author": {
"name": "Philipp Nagel",
"email": "phil@philippnagel.com",
"url": "https://kraftwerk.social/"
},
"files": [
"lib/",
"components",
"package.json",
"LICENSE.md",
"README.md"
],
"license": "BSD-2-CLAUSE",
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@mui/material": "^5.17.1",
"@types/git-diff": "^2.0.7",
"git-diff": "^2.0.6",
"parse-md": "^3.0.3",
"tinyglobby": "^0.2.12"
},
"devDependencies": {
"@docusaurus/types": "^3.7.0",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@swc/core": "^1.11.20",
"@swc/wasm": "^1.11.20",
"@types/babel__core": "^7.20.5",
"@types/node": "^22.14.1",
"@types/react": "^19.1.1",
"@types/semantic-release": "^20.0.6",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.6",
"jest": "^29.7.0",
"nodemon": "^3.1.9",
"prettier": "^3.5.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"rimraf": "^5.0.10",
"semantic-release": "^23.1.1",
"ts-node": "^10.9.2",
"typescript": "^5.8.3",
"webpack": "^5.99.5",
"webpack-cli": "^6.0.1"
},
"keywords": [
"docusaurus",
"terminology",
"dictionary",
"documentation",
"plugin",
"markdown",
"data dictionary"
],
"engines": {
"node": ">=20.8.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/philippnagel/docusaurus-next-terminology.git"
}
}