|
|
@@ -0,0 +1,77 @@
|
|
|
+{
|
|
|
+ "name": "iapt",
|
|
|
+ "version": "0.1.0",
|
|
|
+ "private": true,
|
|
|
+ "homepage": "/my/",
|
|
|
+ "dependencies": {
|
|
|
+ "@emotion/react": "^11.8.2",
|
|
|
+ "@emotion/styled": "^11.8.1",
|
|
|
+ "@fontsource/roboto": "^4.5.3",
|
|
|
+ "@loadable/component": "^5.15.2",
|
|
|
+ "@mui/icons-material": "^5.5.0",
|
|
|
+ "@mui/material": "^5.5.0",
|
|
|
+ "@reduxjs/toolkit": "^1.8.0",
|
|
|
+ "@testing-library/jest-dom": "^5.14.1",
|
|
|
+ "@testing-library/react": "^12.0.0",
|
|
|
+ "@testing-library/user-event": "^13.2.1",
|
|
|
+ "@types/jest": "^27.0.1",
|
|
|
+ "@types/loadable__component": "^5.13.4",
|
|
|
+ "@types/node": "^16.7.13",
|
|
|
+ "@types/react": "^17.0.20",
|
|
|
+ "@types/react-dom": "^17.0.9",
|
|
|
+ "@types/react-redux": "^7.1.23",
|
|
|
+ "dinero.js": "^2.0.0-alpha.8",
|
|
|
+ "emoji-mart": "^3.0.1",
|
|
|
+ "google-map-react": "^2.1.10",
|
|
|
+ "js-cookie": "^3.0.1",
|
|
|
+ "jwt-decode": "^3.1.2",
|
|
|
+ "material-design-icons": "^3.0.1",
|
|
|
+ "moment": "^2.29.1",
|
|
|
+ "moment-timezone": "^0.5.34",
|
|
|
+ "qrcode.react": "^2.0.0",
|
|
|
+ "react": "^17.0.2",
|
|
|
+ "react-color": "^2.19.3",
|
|
|
+ "react-copy-to-clipboard": "^5.0.4",
|
|
|
+ "react-dom": "^17.0.2",
|
|
|
+ "react-dropzone": "^12.0.4",
|
|
|
+ "react-helmet-async": "^1.2.3",
|
|
|
+ "react-highlight-words": "^0.17.0",
|
|
|
+ "react-hook-form": "^7.27.1",
|
|
|
+ "react-intl": "^5.24.6",
|
|
|
+ "react-json-view": "^1.21.3",
|
|
|
+ "react-markdown": "^8.0.0",
|
|
|
+ "react-quill": "^2.0.0-beta.4",
|
|
|
+ "react-redux": "^7.2.6",
|
|
|
+ "react-router-dom": "6",
|
|
|
+ "react-scripts": "5.0.0",
|
|
|
+ "react-sparklines": "^1.7.0",
|
|
|
+ "react-syntax-highlighter": "^15.4.5",
|
|
|
+ "typescript": "^4.4.2",
|
|
|
+ "video.js": "^7.17.0",
|
|
|
+ "web-vitals": "^2.1.0"
|
|
|
+ },
|
|
|
+ "scripts": {
|
|
|
+ "start": "react-scripts start",
|
|
|
+ "build": "react-scripts build",
|
|
|
+ "test": "react-scripts test",
|
|
|
+ "eject": "react-scripts eject"
|
|
|
+ },
|
|
|
+ "eslintConfig": {
|
|
|
+ "extends": [
|
|
|
+ "react-app",
|
|
|
+ "react-app/jest"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "browserslist": {
|
|
|
+ "production": [
|
|
|
+ ">0.2%",
|
|
|
+ "not dead",
|
|
|
+ "not op_mini all"
|
|
|
+ ],
|
|
|
+ "development": [
|
|
|
+ "last 1 chrome version",
|
|
|
+ "last 1 firefox version",
|
|
|
+ "last 1 safari version"
|
|
|
+ ]
|
|
|
+ }
|
|
|
+}
|