jam-cloud/jam-ui/package.json

121 lines
3.7 KiB
JSON

{
"name": "falcon-react",
"version": "2.10.2",
"private": true,
"dependencies": {
"@farfetch/react-context-responsive": "^1.5.0",
"@fingerprintjs/fingerprintjs": "^4.4.3",
"@fortawesome/fontawesome-free": "^5.15.1",
"@fortawesome/fontawesome-svg-core": "^1.2.30",
"@fortawesome/free-brands-svg-icons": "^5.14.0",
"@fortawesome/free-regular-svg-icons": "^5.14.0",
"@fortawesome/free-solid-svg-icons": "^5.15.1",
"@fortawesome/react-fontawesome": "^0.1.11",
"@fullcalendar/bootstrap": "^5.3.1",
"@fullcalendar/core": "^5.3.1",
"@fullcalendar/daygrid": "^5.3.2",
"@fullcalendar/interaction": "^5.3.1",
"@fullcalendar/list": "^5.3.1",
"@fullcalendar/react": "^5.3.1",
"@fullcalendar/timegrid": "^5.3.1",
"@loadable/component": "^5.13.2",
"@reduxjs/toolkit": "^1.6.1",
"attr-accept": "^2.2.2",
"bootstrap": "^4.5.3",
"chance": "^1.1.8",
"chart.js": "^2.9.3",
"classnames": "^2.2.6",
"creditcard.js": "^3.0.33",
"custom-protocol-check": "^1.4.0",
"echarts": "^4.9.0",
"echarts-for-react": "^2.0.16",
"element-resize-event": "^3.0.3",
"emoji-mart": "^3.0.0",
"faker": "^5.5.3",
"fuse.js": "^6.4.3",
"google-maps-react": "^2.0.6",
"howler": "^2.2.4",
"i18next": "^21.3.3",
"is_js": "^0.9.0",
"leaflet": "^1.7.1",
"leaflet.markercluster": "^1.4.1",
"leaflet.tilelayer.colorfilter": "^1.2.5",
"lodash": "^4.17.20",
"merge-partially": "^2.0.2",
"moment": "^2.29.4",
"plyr": "3.6.2",
"prism-react-renderer": "^0.1.7",
"prism-themes": "^1.4.0",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-app-polyfill": "^1.0.6",
"react-beautiful-dnd": "^13.0.0",
"react-bootstrap-table-next": "^3.3.5",
"react-bootstrap-table2-paginator": "^2.1.2",
"react-chartjs-2": "^2.10.0",
"react-cookie": "^4.0.3",
"react-countup": "^4.3.3",
"react-datetime": "^2.16.3",
"react-dom": "^16.13.1",
"react-dropzone": "^10.2.2",
"react-es6-progressbar.js": "^1.1.0",
"react-flatpickr": "^3.10.6",
"react-hook-form": "^7.11.1",
"react-https-redirect": "^1.1.0",
"react-i18next": "^11.12.0",
"react-image-lightbox": "^5.1.1",
"react-image-video-lightbox": "^2.0.1",
"react-leaflet": "^2.7.0",
"react-live": "^2.2.2",
"react-lottie": "^1.2.3",
"react-quill": "^1.3.5",
"react-rating": "^2.0.5",
"react-router-bootstrap": "^0.25.0",
"react-router-dom": "^5.2.0",
"react-scripts": "^3.4.3",
"react-scroll": "^1.8.1",
"react-scrollbars-custom": "^4.0.25",
"react-select": "^3.1.0",
"react-simple-code-editor": "^0.9.15",
"react-slick": "^0.25.2",
"react-slider": "^2.0.6",
"react-timeago": "^6.2.1",
"react-toastify": "^5.5.0",
"react-typed": "^1.2.0",
"reactstrap": "^8.6.0",
"slick-carousel": "^1.8.1",
"uuid": "^3.4.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"eject": "react-scripts eject",
"scss": "gulp",
"analyze": "npx source-map-explorer 'build/static/js/*.js'",
"test": "playwright test"
},
"eslintConfig": {
"extends": "react-app"
},
"devDependencies": {
"@faker-js/faker": "^8.2.0",
"@playwright/test": "^1.40.0",
"browser-sync": "^2.29.3",
"eslint-config-prettier": "^4.2.0",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.20.6",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^6.1.0",
"gulp-clean-css": "^4.3.0",
"gulp-plumber": "^1.2.1",
"gulp-rename": "^1.4.0",
"gulp-rtlcss": "^1.4.1",
"gulp-sass": "^4.1.0",
"gulp-sourcemaps": "^2.6.5",
"prettier": "1.17.1",
"swiper": "^6.8.2",
"typescript": "^3.9.10",
"webpack-cli": "^4.10.0"
}
}