hedgedoc/package.json

164 lines
5.6 KiB
JSON
Raw Normal View History

{
"name": "react_client",
"license": "AGPL-3.0",
"version": "0.1.0",
"dependencies": {
2020-09-18 20:34:29 -04:00
"@craco/craco": "5.6.4",
2020-09-02 07:44:13 -04:00
"@hedgedoc/markdown-it-task-lists": "0.0.1",
2020-08-28 20:16:21 -04:00
"@matejmazur/react-katex": "3.1.3",
"@testing-library/jest-dom": "5.11.4",
2020-09-18 20:34:48 -04:00
"@testing-library/react": "11.0.4",
"@testing-library/user-event": "12.1.5",
"@types/codemirror": "0.0.98",
2020-09-18 20:34:29 -04:00
"@types/d3-graphviz": "2.6.3",
"@types/diff": "4.0.2",
2020-09-18 20:34:29 -04:00
"@types/domhandler": "2.4.1",
"@types/emoji-mart": "3.0.2",
"@types/highlight.js": "9.12.4",
"@types/jest": "26.0.14",
"@types/js-yaml": "3.12.5",
"@types/markdown-it": "10.0.2",
"@types/markdown-it-anchor": "4.0.4",
"@types/markdown-it-container": "2.0.3",
2020-09-04 20:33:41 -04:00
"@types/mermaid": "8.2.1",
"@types/node": "12.12.53",
"@types/node-sass": "4.11.1",
2020-09-04 20:34:01 -04:00
"@types/react": "16.9.49",
"@types/react-bootstrap-typeahead": "3.4.6",
"@types/react-dom": "16.9.8",
"@types/react-html-parser": "2.0.1",
"@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.10.1",
"@typescript-eslint/parser": "3.10.1",
2020-09-05 02:17:15 -04:00
"abcjs": "5.12.0",
"bootstrap": "4.5.2",
"codemirror": "5.57.0",
2020-09-18 20:34:29 -04:00
"copy-webpack-plugin": "6.1.0",
"d3-graphviz": "3.1.0",
"diff": "4.0.2",
"emoji-mart": "3.0.0",
"eslint-config-react-app": "5.2.1",
"eslint-config-standard": "14.1.1",
"eslint-plugin-flowtype": "5.2.0",
"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",
2020-09-04 20:33:41 -04:00
"fast-deep-equal": "3.1.3",
"flowchart.js": "1.14.1",
"fork-awesome": "1.1.7",
"highlight.js": "10.2.0",
2020-08-21 20:39:56 -04:00
"i18next": "19.7.0",
"i18next-browser-languagedetector": "6.0.1",
"i18next-http-backend": "1.0.20",
"js-yaml": "3.14.0",
2020-08-28 20:16:21 -04:00
"katex": "0.12.0",
"markdown-it": "11.0.1",
"markdown-it-abbr": "1.0.4",
"markdown-it-anchor": "5.3.0",
"markdown-it-container": "3.0.0",
"markdown-it-deflist": "2.1.0",
"markdown-it-emoji": "1.4.0",
"markdown-it-footnote": "3.0.2",
"markdown-it-front-matter": "0.2.1",
"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-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.1.0",
2020-09-05 03:49:38 -04:00
"mermaid": "8.8.0",
"moment": "2.27.0",
"node-sass": "4.14.1",
"react": "16.13.1",
"react-bootstrap": "1.3.0",
"react-bootstrap-typeahead": "5.1.1",
"react-codemirror2": "7.2.1",
2020-09-04 20:33:41 -04:00
"react-diff-viewer": "3.1.1",
"react-dom": "16.13.1",
"react-html-parser": "2.0.2",
"react-i18next": "11.7.2",
"react-redux": "7.2.1",
"react-router": "5.2.0",
"react-router-bootstrap": "0.25.0",
"react-router-dom": "5.2.0",
"react-scripts": "3.4.3",
2020-09-04 20:34:41 -04:00
"react-use": "15.3.4",
"redux": "4.0.5",
"ts-mockery": "1.2.0",
2020-08-21 20:41:28 -04:00
"typescript": "4.0.2",
"use-media": "1.4.0",
"use-resize-observer": "6.1.0"
},
"scripts": {
"start": "PORT=3001 craco start",
"start:dev": "REACT_APP_BACKEND=http://localhost:3000 yarn start",
"build:serve": "http-server build/ -s -p 3001 -P \"http://127.0.0.1:3001?\"",
"build": "craco build",
"test": "craco test",
"lint": "eslint --ext .ts,.tsx src",
"eject": "react-scripts eject",
"cy:open": "cypress open",
"cy:run:chrome": "cypress run --browser chrome",
"cy:run:firefox": "cypress run --browser firefox"
},
"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": {
"@cypress/webpack-preprocessor": "5.4.5",
"@testing-library/cypress": "7.0.0",
"@types/redux-devtools": "3.0.47",
"@types/redux-devtools-extension": "2.13.2",
2020-09-18 20:35:26 -04:00
"cypress": "5.2.0",
"cypress-commands": "1.1.0",
"eslint-plugin-chai-friendly": "0.6.0",
"eslint-plugin-cypress": "2.11.1",
"http-server": "0.12.3",
"redux-devtools": "3.7.0",
"redux-devtools-extension": "2.13.8",
2020-08-28 20:17:47 -04:00
"ts-loader": "8.0.3"
},
"resolutions": {
2020-09-18 20:35:26 -04:00
"cypress": "5.2.0"
}
}