hedgedoc/package.json
Renovate Bot 05d0591386 Update i18next
Signed-off-by: Renovate Bot <bot@renovateapp.com>
2022-01-28 20:56:40 +01:00

157 lines
5.3 KiB
JSON

{
"name": "@hedgedoc/react-client",
"version": "0.0.1",
"license": "AGPL-3.0",
"scripts": {
"build": "next build",
"build:netlify": "node netlify/patch-intro.js && cross-env NEXT_PUBLIC_IGNORE_IFRAME_ORIGIN_CONFIG=true yarn build:mock",
"build:mock": "cross-env NEXT_PUBLIC_USE_MOCK_API=true next build",
"build:test": "cross-env NEXT_PUBLIC_USE_MOCK_API=true NEXT_PUBLIC_TEST_MODE=true next build",
"analyze": "cross-env ANALYZE=true next build",
"dev": "cross-env PORT=3001 next dev",
"dev:test": "cross-env PORT=3001 NEXT_PUBLIC_TEST_MODE=true next dev",
"dev:for-real-backend": "cross-env PORT=3001 NEXT_PUBLIC_USE_MOCK_API=false NEXT_PUBLIC_BACKEND_BASE_URL=http://localhost:3000/ next dev",
"format": "prettier -c \"src/**/*.{ts,tsx,js}\" \"cypress/**/*.{ts,tsx}\"",
"format:fix": "prettier -w \"src/**/*.{ts,tsx,js}\" \"cypress/**/*.{ts,tsx}\"",
"lint": "eslint --max-warnings=0 --ext .ts,.tsx src",
"lint:fix": "eslint --fix --ext .ts,.tsx src",
"start": "cross-env PORT=3001 next start",
"start:ci": "cross-env NEXT_PUBLIC_USE_MOCK_API=true NEXT_PUBLIC_TEST_MODE=true PORT=3001 next start",
"cy:open": "cypress open",
"cy:run:chrome": "cypress run --browser chrome",
"cy:run:firefox": "cypress run --browser firefox",
"test": "jest --watch",
"test:ci": "jest --ci"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"dependencies": {
"@fontsource/source-sans-pro": "4.5.2",
"@hedgedoc/html-to-react": "1.1.1",
"@hedgedoc/markdown-it-image-size": "1.0.3",
"@hedgedoc/markdown-it-task-lists": "1.0.3",
"@matejmazur/react-katex": "3.1.3",
"@redux-devtools/core": "3.11.0",
"@svgr/webpack": "6.2.0",
"abcjs": "6.0.0-beta.37",
"bootstrap": "4.6.1",
"codemirror": "5.65.1",
"copy-webpack-plugin": "10.2.1",
"cross-env": "7.0.3",
"d3-graphviz": "3.2.0",
"diff": "5.0.0",
"dompurify": "2.3.5",
"emoji-picker-element": "1.10.0",
"emoji-picker-element-data": "1.3.0",
"fast-deep-equal": "3.1.3",
"firacode": "6.2.0",
"flowchart.js": "1.17.0",
"fork-awesome": "1.2.0",
"highlight.js": "11.4.0",
"i18next": "21.6.10",
"i18next-browser-languagedetector": "6.1.3",
"i18next-resources-to-backend": "1.0.0",
"js-yaml": "4.1.0",
"katex": "0.15.2",
"luxon": "2.3.0",
"markdown-it": "12.3.2",
"markdown-it-abbr": "1.0.4",
"markdown-it-anchor": "8.4.1",
"markdown-it-container": "3.0.0",
"markdown-it-deflist": "2.1.0",
"markdown-it-emoji": "2.0.0",
"markdown-it-footnote": "3.0.3",
"markdown-it-ins": "3.0.1",
"markdown-it-mark": "3.0.1",
"markdown-it-mathjax": "2.0.0",
"markdown-it-plantuml": "1.4.1",
"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.2.0",
"markmap-common": "0.1.6",
"markmap-lib": "0.12.0",
"markmap-view": "0.2.7",
"mermaid": "8.13.10",
"next": "12.0.9",
"optional-js": "2.3.0",
"react": "17.0.2",
"react-bootstrap": "1.6.4",
"react-bootstrap-typeahead": "5.2.1",
"react-codemirror2": "7.2.1",
"react-diff-viewer": "3.1.1",
"react-dom": "17.0.2",
"react-i18next": "11.15.3",
"react-redux": "7.2.6",
"react-use": "17.3.2",
"redux": "4.1.2",
"reveal.js": "4.2.1",
"sanitize-filename": "1.6.3",
"sass": "1.49.0",
"sharp": "0.29.3",
"twemoji-colr-font": "0.0.4",
"use-resize-observer": "8.0.0",
"uuid": "8.3.2",
"vega": "5.21.0",
"vega-embed": "6.20.5",
"vega-lite": "5.2.0",
"words-count": "2.0.2"
},
"devDependencies": {
"@next/bundle-analyzer": "12.0.9",
"@testing-library/cypress": "8.0.2",
"@testing-library/jest-dom": "5.16.1",
"@testing-library/react": "12.1.2",
"@testing-library/user-event": "13.5.0",
"@types/codemirror": "5.60.5",
"@types/d3-graphviz": "2.6.7",
"@types/diff": "5.0.2",
"@types/dompurify": "2.3.3",
"@types/js-yaml": "4.0.5",
"@types/luxon": "2.0.9",
"@types/markdown-it": "12.2.3",
"@types/markdown-it-container": "2.0.5",
"@types/markdown-it-plantuml": "1.4.1",
"@types/mermaid": "8.2.7",
"@types/node": "16.11.21",
"@types/react": "17.0.38",
"@types/react-bootstrap-typeahead": "5.1.8",
"@types/react-dom": "17.0.11",
"@types/sass": "1.43.1",
"@types/uuid": "8.3.4",
"@typescript-eslint/eslint-plugin": "5.10.1",
"@typescript-eslint/parser": "5.10.1",
"cypress": "9.3.1",
"cypress-commands": "2.0.1",
"cypress-file-upload": "6.0.0-beta.0",
"eslint": "8.7.0",
"eslint-config-next": "12.0.9",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-chai-friendly": "0.7.2",
"eslint-plugin-cypress": "2.12.1",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-promise": "6.0.0",
"eslint-plugin-testing-library": "5.0.4",
"jest": "27.4.7",
"netlify-cli": "8.14.1",
"prettier": "2.5.1",
"react-test-renderer": "17.0.2",
"redux-devtools-extension": "2.13.9",
"ts-loader": "9.2.6",
"ts-mockery": "1.2.0",
"ts-node": "10.4.0",
"typescript": "4.5.5"
},
"packageManager": "yarn@3.1.1"
}