/
SOFG1
/
generic
Обзор
Документация
Войти
/
SOFG1
/
generic
Код
Запросы
0
Задачи
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
package.json
112 строк
3 KB
Eddy
initial commit
22 июл 2024, 17:06
22 июл 2024, 17:06
a72fa2b
Код
Авторство
О чём код?
{ "name": "generic_front", "version": "0.1.0", "private": true, "homepage": "/", "dependencies": { "@ramonak/react-progress-bar": "^5.0.3", "@reduxjs/toolkit": "^1.8.0", "@syncfusion/ej2-react-inputs": "^20.2.45", "axios": "^0.26.1", "chart.js": "^3.9.1", "clsx": "^2.1.0", "country-flags-svg": "^2.0.0-beta.1", "d3": "^7.4.2", "file-saver": "^2.0.5", "framer-motion": "^10.17.4", "html-to-text": "^9.0.5", "html2canvas": "^1.4.1", "i18next": "^21.8.9", "i18next-browser-languagedetector": "^6.1.4", "jspdf": "^2.5.1", "leader-line-new": "^1.1.9", "lodash": "^4.17.21", "mapbox-gl": "^2.7.0", "neo4j-driver": "^5.6.0", "react": "^18.2.0", "react-chartjs-2": "^4.3.1", "react-datepicker": "^4.7.0", "react-dom": "^18.2.0", "react-drag-drop-files": "^2.3.4", "react-error-boundary": "^4.0.12", "react-file-drop": "^3.1.3", "react-google-recaptcha": "^2.1.0", "react-highlight-words": "^0.20.0", "react-i18next": "^11.17.2", "react-infinite-scroll-component": "^6.1.0", "react-map-gl": "^7.1.2", "react-redux": "^7.2.6", "react-router-dom": "^6.7.0", "react-scripts": "5.0.0", "react-vis-network-graph": "^3.0.1", "react-wordcloud": "^1.2.7", "read-excel-file": "^5.6.1", "redux-devtools-extension": "^2.13.9", "redux-localstorage-simple": "^2.4.1", "redux-saga": "^1.1.3", "sass": "^1.49.9", "styled-components": "^5.3.3", "suneditor": "^2.44.3", "suneditor-react": "^3.4.1", "swiper": "^9.4.1", "use-react-screenshot": "^3.0.0", "uuid": "^8.3.2", "web-vitals": "^2.1.0", "worker-loader": "^3.0.8" }, "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 10 chrome version", "last 10 firefox version", "last 10 safari version" ] }, "devDependencies": { "@testing-library/jest-dom": "^5.16.5", "@testing-library/react": "^13.4.0", "@testing-library/user-event": "^14.4.3", "@types/axios": "^0.14.0", "@types/d3": "^7.1.0", "@types/file-saver": "^2.0.5", "@types/html-to-text": "^9.0.0", "@types/jest": "^29.2.3", "@types/lodash": "^4.14.179", "@types/mapbox-gl": "^2.6.2", "@types/node": "^16.7.13", "@types/randomcolor": "^0.5.6", "@types/react": "^17.0.20", "@types/react-datepicker": "^4.3.4", "@types/react-dom": "^18.0.11", "@types/react-facebook-login": "^4.1.5", "@types/react-google-recaptcha": "^2.1.5", "@types/react-highlight-words": "^0.16.7", "@types/react-map-gl": "^6.1.3", "@types/react-router-dom": "^5.3.3", "@types/react-table": "^7.7.12", "@types/react-tagcloud": "^1.1.7", "@types/react-test-renderer": "^18.0.0", "@types/redux-saga": "^0.10.5", "@types/styled-components": "^5.1.23", "@types/uuid": "^8.3.4", "react-select": "^5.4.0", "react-test-renderer": "^18.2.0", "typescript": "^4.4.2" } }