forked from ctechnologyenterprise/mtdr_dashboard
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1aa34e5
commit 74d2b3f
Showing
1 changed file
with
87 additions
and
89 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,91 +1,89 @@ | ||
{ | ||
"name": "opendeliverybot-react", | ||
"version": "0.0.1", | ||
"private": true, | ||
"author": "Silke Pilon", | ||
"license": "", | ||
"description": "React dashboard plugin for Open Delivery Bot", | ||
"homepage": "./", | ||
"bugs": { | ||
"url": "https://github.com/creativetimofficial/ct-vision-ui-dashboard-pro-react/issues" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/SilkePilon/OpenDeliveryBot-react.git" | ||
}, | ||
"engines": { | ||
"node": "14 || 15 || 16 || 17 || 18", | ||
"npm": ">=6" | ||
}, | ||
"dependencies": { | ||
"@asseinfo/react-kanban": "2.1.0", | ||
"@emotion/cache": "11.4.0", | ||
"@emotion/react": "^11.9.3", | ||
"@emotion/styled": "^11.9.3", | ||
"@fullcalendar/core": "^6.1.8", | ||
"@fullcalendar/daygrid": "5.9.0", | ||
"@fullcalendar/interaction": "^5.9.0", | ||
"@fullcalendar/list": "^6.1.8", | ||
"@fullcalendar/react": "5.9.0", | ||
"@fullcalendar/timegrid": "^5.9.0", | ||
"@mui/icons-material": "^5.1.1", | ||
"@mui/material": "^5.9.1", | ||
"@mui/styled-engine": "^5.1.1", | ||
"@pathofdev/react-tag-input": "1.0.7", | ||
"@testing-library/jest-dom": "5.11.4", | ||
"@testing-library/react": "11.1.0", | ||
"@testing-library/user-event": "12.1.10", | ||
"@three-ts/orbit-controls": "1.4.7", | ||
"apexcharts": "^3.32.0", | ||
"axios": "^1.5.0", | ||
"chroma-js": "2.1.2", | ||
"dropzone": "^6.0.0-beta.2", | ||
"flatpickr": "4.6.9", | ||
"formik": "2.2.9", | ||
"postcss": "^8.4.29", | ||
"prop-types": "15.8.1", | ||
"react": "^17.0.2", | ||
"react-apexcharts": "^1.3.9", | ||
"react-custom-scrollbars-2": "^4.5.0", | ||
"react-dom": "^17.0.2", | ||
"react-flatpickr": "3.10.7", | ||
"react-github-btn": "1.2.1", | ||
"react-icons": "^4.3.1", | ||
"react-images-viewer": "1.7.1", | ||
"react-quill": "^2.0.0-beta.4", | ||
"react-router-dom": "5.2.0", | ||
"react-scripts": "5.0.1", | ||
"react-select": "4.3.1", | ||
"react-table": "7.7.0", | ||
"stylis": "4.3.0", | ||
"stylis-plugin-rtl": "2.1.0", | ||
"uuid": "8.3.2", | ||
"web-vitals": "1.0.1", | ||
"yup": "0.32.9" | ||
}, | ||
"scripts": { | ||
"start": "export NODE_OPTIONS=--openssl-legacy-provider && react-scripts start", | ||
"build": "export NODE_OPTIONS=--openssl-legacy-provider && react-scripts build", | ||
"test": "react-scripts test", | ||
"eject": "react-scripts eject", | ||
"install:clean": "rm -rf node_modules/ && rm -rf package-lock.json && npm install && npm start" | ||
}, | ||
"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" | ||
] | ||
} | ||
"name": "opendeliverybot-react", | ||
"version": "0.0.1", | ||
"private": true, | ||
"author": "Silke Pilon", | ||
"license": "", | ||
"description": "React dashboard plugin for Open Delivery Bot", | ||
"homepage": "./", | ||
"bugs": { | ||
"url": "https://github.com/creativetimofficial/ct-vision-ui-dashboard-pro-react/issues" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/SilkePilon/OpenDeliveryBot-react.git" | ||
}, | ||
"engines": { | ||
"node": "14 || 15 || 16 || 17 || 18", | ||
"npm": ">=6" | ||
}, | ||
"dependencies": { | ||
"@asseinfo/react-kanban": "2.1.0", | ||
"@emotion/cache": "11.4.0", | ||
"@emotion/react": "^11.9.3", | ||
"@emotion/styled": "^11.9.3", | ||
"@fullcalendar/core": "^6.1.8", | ||
"@fullcalendar/daygrid": "5.9.0", | ||
"@fullcalendar/interaction": "5.9.0", | ||
"@fullcalendar/react": "5.9.0", | ||
"@fullcalendar/timegrid": "5.9.0", | ||
"@mui/icons-material": "^5.1.1", | ||
"@mui/material": "^5.9.1", | ||
"@mui/styled-engine": "^5.1.1", | ||
"@pathofdev/react-tag-input": "1.0.7", | ||
"@testing-library/jest-dom": "5.11.4", | ||
"@testing-library/react": "11.1.0", | ||
"@testing-library/user-event": "12.1.10", | ||
"@three-ts/orbit-controls": "1.4.7", | ||
"apexcharts": "^3.32.0", | ||
"axios": "^1.5.0", | ||
"chroma-js": "2.1.2", | ||
"dropzone": "^6.0.0-beta.2", | ||
"flatpickr": "4.6.9", | ||
"formik": "2.2.9", | ||
"prop-types": "15.7.2", | ||
"react": "^17.0.2", | ||
"react-apexcharts": "^1.3.9", | ||
"react-custom-scrollbars-2": "^4.5.0", | ||
"react-dom": "^17.0.2", | ||
"react-flatpickr": "3.10.7", | ||
"react-github-btn": "1.2.1", | ||
"react-icons": "^4.3.1", | ||
"react-images-viewer": "1.7.1", | ||
"react-quill": "^2.0.0-beta.4", | ||
"react-router-dom": "5.2.0", | ||
"react-scripts": "4.0.3", | ||
"react-select": "4.3.1", | ||
"react-table": "7.7.0", | ||
"stylis": "4.0.10", | ||
"stylis-plugin-rtl": "2.1.0", | ||
"uuid": "8.3.2", | ||
"web-vitals": "1.0.1", | ||
"yup": "0.32.9" | ||
}, | ||
"scripts": { | ||
"start": "export NODE_OPTIONS=--openssl-legacy-provider && react-scripts start", | ||
"build": "export NODE_OPTIONS=--openssl-legacy-provider && react-scripts build", | ||
"test": "react-scripts test", | ||
"eject": "react-scripts eject", | ||
"install:clean": "rm -rf node_modules/ && rm -rf package-lock.json && npm install && npm start" | ||
}, | ||
"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" | ||
] | ||
} | ||
} |