You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

61 lines
1.7 KiB

{
"name": "dew",
"version": "0.1.0",
"private": true,
"homepage": ".",
"dependencies": {
"@blueprintjs/core": "^3.41.0",
"@blueprintjs/select": "^3.15.8",
"@matejmazur/react-katex": "^3.1.3",
"@monaco-editor/react": "^4.1.0",
"@testing-library/jest-dom": "^5.11.9",
"@testing-library/react": "^11.2.5",
"@testing-library/user-event": "^13.0.3",
"formik": "^2.2.6",
"html2canvas": "^1.0.0-rc.7",
"katex": "^0.13.0",
"mobx": "^6.1.8",
"mobx-react-lite": "^3.2.0",
"mobx-utils": "^6.0.3",
"moment": "^2.29.1",
"query-string": "^7.0.0",
"react": "^17.0.1",
"react-cytoscapejs": "^1.2.1",
"react-dom": "^17.0.1",
"react-helmet-async": "^1.0.9",
"react-json-view": "^1.21.3",
"react-markdown": "^5.0.3",
"react-router-dom": "^5.2.0",
"react-scripts": "^4.0.3",
"react-scrollbars-custom": "^4.0.25",
"react-syntax-highlighter": "^15.4.3",
"react-window-infinite-loader": "^1.0.7",
"remark-gfm": "^1.0.0",
"remark-math": "^4.0.0",
"styled-components": "^5.2.1",
"yup": "^0.32.9"
},
"scripts": {
"start": "REACT_APP_GIT_SHA=`git rev-parse --short HEAD` react-scripts start",
"build": "REACT_APP_GIT_SHA=`git rev-parse --short HEAD` react-scripts build",
"start-only": "react-scripts start",
"build-only": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}