mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-25 11:16:31 -05:00
50b04c8403
* Replace markdown-it-table-of-contents with markdown-it-toc-done-right Co-authored-by: Erik Michelson <github@erik.michelson.eu> Co-authored-by: Philip Molares <philip.molares@udo.edu> Extract render window code Co-authored-by: Erik Michelson <github@erik.michelson.eu> Co-authored-by: Philip Molares <philip.molares@udo.edu> add new package fix stickyness Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de> show toc sidebar only if there is enough space Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de> * add min height class Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de> * Move markdown toc into own component Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de> * add sidebar buttons Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de> * Use other button color Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de> * Change name of component Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de> * Fix merge issues and make toc work again Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de> * pin dependencies Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de> * remove blank line Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de> * pin dependency Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de> * Fix anchors Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de> * Add use memo Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de> * Add change log entry for removal of custom slugify
129 lines
3.8 KiB
JSON
129 lines
3.8 KiB
JSON
{
|
|
"name": "react_client",
|
|
"license": "AGPL-3.0",
|
|
"version": "0.1.0",
|
|
"dependencies": {
|
|
"@testing-library/jest-dom": "5.11.0",
|
|
"@testing-library/react": "10.4.3",
|
|
"@testing-library/user-event": "12.0.11",
|
|
"@types/codemirror": "0.0.96",
|
|
"@types/deep-equal": "1.0.1",
|
|
"@types/highlight.js": "9.12.4",
|
|
"@types/jest": "26.0.3",
|
|
"@types/markdown-it": "10.0.1",
|
|
"@types/markdown-it-anchor": "4.0.4",
|
|
"@types/markdown-it-container": "2.0.3",
|
|
"@types/node": "12.12.47",
|
|
"@types/node-sass": "4.11.1",
|
|
"@types/react": "16.9.41",
|
|
"@types/react-bootstrap": "1.0.1",
|
|
"@types/react-bootstrap-typeahead": "3.4.6",
|
|
"@types/react-dom": "16.9.8",
|
|
"@types/react-html-parser": "2.0.1",
|
|
"@types/react-mathjax": "1.0.0",
|
|
"@types/react-redux": "7.1.9",
|
|
"@types/react-router": "5.1.8",
|
|
"@types/react-router-bootstrap": "0.24.5",
|
|
"@types/react-router-dom": "5.1.5",
|
|
"@typescript-eslint/eslint-plugin": "3.4.0",
|
|
"@typescript-eslint/parser": "3.4.0",
|
|
"bootstrap": "4.5.0",
|
|
"codemirror": "5.55.0",
|
|
"deep-equal": "2.0.3",
|
|
"eslint-config-react-app": "5.2.1",
|
|
"eslint-config-standard": "14.1.1",
|
|
"eslint-plugin-flowtype": "5.1.3",
|
|
"eslint-plugin-import": "2.22.0",
|
|
"eslint-plugin-jsx-a11y": "6.3.1",
|
|
"eslint-plugin-node": "11.1.0",
|
|
"eslint-plugin-promise": "4.2.1",
|
|
"eslint-plugin-standard": "4.0.1",
|
|
"fork-awesome": "1.1.7",
|
|
"github-markdown-css": "4.0.0",
|
|
"highlight.js": "10.1.1",
|
|
"i18next": "19.5.1",
|
|
"i18next-browser-languagedetector": "5.0.0",
|
|
"i18next-http-backend": "1.0.15",
|
|
"markdown-it": "11.0.0",
|
|
"markdown-it-abbr": "1.0.4",
|
|
"markdown-it-anchor": "5.3.0",
|
|
"markdown-it-container": "3.0.0",
|
|
"markdown-it-deflist": "2.0.3",
|
|
"markdown-it-emoji": "1.4.0",
|
|
"markdown-it-footnote": "3.0.2",
|
|
"markdown-it-imsize": "2.0.1",
|
|
"markdown-it-ins": "3.0.0",
|
|
"markdown-it-mark": "3.0.0",
|
|
"markdown-it-mathjax": "2.0.0",
|
|
"markdown-it-regex": "0.2.0",
|
|
"markdown-it-sub": "1.0.0",
|
|
"markdown-it-sup": "1.0.0",
|
|
"markdown-it-task-lists": "2.1.1",
|
|
"markdown-it-toc-done-right": "4.1.0",
|
|
"mathjax": "3.0.5",
|
|
"moment": "2.27.0",
|
|
"node-sass": "4.14.1",
|
|
"react": "16.13.1",
|
|
"react-bootstrap": "1.0.1",
|
|
"react-bootstrap-typeahead": "5.1.0",
|
|
"react-codemirror2": "7.2.1",
|
|
"react-dom": "16.13.1",
|
|
"react-html-parser": "2.0.2",
|
|
"react-i18next": "11.7.0",
|
|
"react-mathjax": "1.0.1",
|
|
"react-redux": "7.2.0",
|
|
"react-router": "5.2.0",
|
|
"react-router-bootstrap": "0.25.0",
|
|
"react-router-dom": "5.2.0",
|
|
"react-scripts": "3.4.1",
|
|
"redux": "4.0.5",
|
|
"typescript": "3.9.5",
|
|
"use-media": "1.4.0",
|
|
"use-resize-observer": "6.1.0"
|
|
},
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test",
|
|
"eject": "react-scripts eject"
|
|
},
|
|
"eslintConfig": {
|
|
"parserOptions": {
|
|
"tsconfigRootDir": "",
|
|
"project": [
|
|
"./tsconfig.json"
|
|
]
|
|
},
|
|
"plugins": [
|
|
"@typescript-eslint"
|
|
],
|
|
"extends": [
|
|
"react-app",
|
|
"standard",
|
|
"eslint:recommended",
|
|
"plugin:@typescript-eslint/eslint-recommended",
|
|
"plugin:@typescript-eslint/recommended",
|
|
"plugin:@typescript-eslint/recommended-requiring-type-checking",
|
|
"plugin:import/recommended",
|
|
"plugin:import/typescript"
|
|
]
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
},
|
|
"devDependencies": {
|
|
"@types/redux-devtools": "3.0.47",
|
|
"@types/redux-devtools-extension": "2.13.2",
|
|
"redux-devtools": "3.5.0",
|
|
"redux-devtools-extension": "2.13.8"
|
|
}
|
|
}
|