|
@@ -1,24 +1,23 @@
|
|
|
{
|
|
{
|
|
|
"name": "dashboard",
|
|
"name": "dashboard",
|
|
|
- "version": "0.1.0",
|
|
|
|
|
"private": true,
|
|
"private": true,
|
|
|
|
|
+ "version": "0.0.0",
|
|
|
|
|
+ "type": "module",
|
|
|
|
|
+ "scripts": {
|
|
|
|
|
+ "dev": "vite",
|
|
|
|
|
+ "build": "tsc && vite build",
|
|
|
|
|
+ "preview": "vite preview"
|
|
|
|
|
+ },
|
|
|
"dependencies": {
|
|
"dependencies": {
|
|
|
- "@fluentui/react": "^8.98.7",
|
|
|
|
|
|
|
+ "@fluentui/react": "^8.98.8",
|
|
|
"@fortawesome/fontawesome-free": "^6.2.0",
|
|
"@fortawesome/fontawesome-free": "^6.2.0",
|
|
|
"@reduxjs/toolkit": "^1.8.6",
|
|
"@reduxjs/toolkit": "^1.8.6",
|
|
|
- "@testing-library/jest-dom": "^5.14.1",
|
|
|
|
|
- "@testing-library/react": "^13.0.0",
|
|
|
|
|
- "@testing-library/user-event": "^13.2.1",
|
|
|
|
|
"@types/google-protobuf": "^3.15.6",
|
|
"@types/google-protobuf": "^3.15.6",
|
|
|
- "@types/jest": "^27.0.1",
|
|
|
|
|
"@types/js-cookie": "^3.0.2",
|
|
"@types/js-cookie": "^3.0.2",
|
|
|
- "@types/node": "^16.7.13",
|
|
|
|
|
- "@types/react": "^18.0.0",
|
|
|
|
|
"@types/react-big-calendar": "^0.38.2",
|
|
"@types/react-big-calendar": "^0.38.2",
|
|
|
"@types/react-color": "^3.0.6",
|
|
"@types/react-color": "^3.0.6",
|
|
|
"@types/react-copy-to-clipboard": "^5.0.4",
|
|
"@types/react-copy-to-clipboard": "^5.0.4",
|
|
|
- "@types/react-dom": "^18.0.0",
|
|
|
|
|
- "@types/react-pdf": "^5.7.2",
|
|
|
|
|
|
|
+ "@types/react-pdf": "^5.7.3",
|
|
|
"@uiw/react-md-editor": "^3.19.1",
|
|
"@uiw/react-md-editor": "^3.19.1",
|
|
|
"dayjs": "^1.11.6",
|
|
"dayjs": "^1.11.6",
|
|
|
"dinero.js": "^2.0.0-alpha.8",
|
|
"dinero.js": "^2.0.0-alpha.8",
|
|
@@ -52,36 +51,17 @@
|
|
|
"react-quill": "^2.0.0",
|
|
"react-quill": "^2.0.0",
|
|
|
"react-redux": "^8.0.4",
|
|
"react-redux": "^8.0.4",
|
|
|
"react-router-dom": "^6.4.2",
|
|
"react-router-dom": "^6.4.2",
|
|
|
- "react-scripts": "5.0.1",
|
|
|
|
|
"react-sparklines": "^1.7.0",
|
|
"react-sparklines": "^1.7.0",
|
|
|
"react-syntax-highlighter": "^15.5.0",
|
|
"react-syntax-highlighter": "^15.5.0",
|
|
|
|
|
+ "redux-thunk": "^2.4.1",
|
|
|
"timezones-list": "^3.0.1",
|
|
"timezones-list": "^3.0.1",
|
|
|
- "typescript": "^4.4.2",
|
|
|
|
|
- "video.js": "^7.20.3",
|
|
|
|
|
- "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"
|
|
|
|
|
- ]
|
|
|
|
|
|
|
+ "video.js": "^7.20.3"
|
|
|
},
|
|
},
|
|
|
- "browserslist": {
|
|
|
|
|
- "production": [
|
|
|
|
|
- ">0.2%",
|
|
|
|
|
- "not dead",
|
|
|
|
|
- "not op_mini all"
|
|
|
|
|
- ],
|
|
|
|
|
- "development": [
|
|
|
|
|
- "last 1 chrome version",
|
|
|
|
|
- "last 1 firefox version",
|
|
|
|
|
- "last 1 safari version"
|
|
|
|
|
- ]
|
|
|
|
|
|
|
+ "devDependencies": {
|
|
|
|
|
+ "@types/react": "^18.0.22",
|
|
|
|
|
+ "@types/react-dom": "^18.0.7",
|
|
|
|
|
+ "@vitejs/plugin-react": "^2.2.0",
|
|
|
|
|
+ "typescript": "^4.6.4",
|
|
|
|
|
+ "vite": "^3.2.0"
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|