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.
 
 
 
 

52 lines
1.2 KiB

{
"name": "webclient",
"version": "0.1.0",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"abort-controller": "^3.0.0",
"blueimp-load-image": "^5.13.0",
"darkmode-js": "~1.5.5",
"downloadjs": "^1.4.7",
"lodash": "^4.17.19",
"moment": "~2.24.0",
"moment-timezone": "~0.5.28",
"query-string": "^7.0.1",
"react": "^16.13.1",
"react-datetime": "~2.16.3",
"react-dom": "^16.13.1",
"react-image-crop": "^8.6.4",
"react-qr-code": "^2.0.1",
"react-quill": "~1.3.3",
"react-router-dom": "~5.1.2",
"react-scripts": "3.4.1",
"react-to-print": "~2.5.1",
"recharts": "~1.8.5",
"semantic-ui-react": "~0.88.2",
"serialize-javascript": "^3.1.0",
"three": "^0.125.0"
},
"scripts": {
"start": "react-scripts start",
"build": "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"
]
}
}