123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126 |
- {
- "name": "@coreui/coreui-pro-react-admin-template",
- "version": "3.0.0-alpha.1",
- "description": "CoreUI Pro React Admin Template",
- "author": {
- "name": "Łukasz Holeczek",
- "url": "http://holeczek.pl",
- "github": "https://github.com/mrholek",
- "twitter": "https://twitter.com/lukaszholeczek"
- },
- "contributors": [
- {
- "name": "Tomasz John",
- "url": "https://github.com/thomasjohn"
- },
- {
- "name": "Andrzej Kopański",
- "url": "https://github.com/xidedix"
- }
- ],
- "homepage": ".",
- "copyright": "Copyright 2017-2020 creativeLabs Łukasz Holeczek",
- "license": "https://coreui.io/pro/license/",
- "private": true,
- "repository": {
- "type": "git",
- "url": "git@github.com:coreui/coreui-pro-react-admin-template.git"
- },
- "dependencies": {
- "@coreui/chartjs": "^2.0.0",
- "@coreui/coreui-pro": "^3.1.0",
- "@coreui/icons": "^1.0.1",
- "@coreui/icons-react": "^1.0.0-alpha.1",
- "@coreui/react": "^3.0.0-alpha.6",
- "@coreui/react-chartjs": "^1.0.0-alpha.1",
- "@coreui/utils": "^1.2.2",
- "bootstrap": "^4.3.1",
- "chart.js": "^2.9.3",
- "classnames": "^2.2.6",
- "codemirror": "^5.47.0",
- "core-js": "^3.1.4",
- "enzyme": "^3.10.0",
- "enzyme-adapter-react-16": "^1.14.0",
- "font-awesome": "^4.7.0",
- "formik": "^1.5.1",
- "jsx-to-string": "^1.4.0",
- "leaflet": "^1.6.0",
- "leaflet-contextmenu": "^1.4.0",
- "leaflet-control-custom": "^1.0.0",
- "leaflet-control-geocoder": "^1.13.0",
- "leaflet-defaulticon-compatibility": "^0.1.1",
- "leaflet-easyprint": "^2.1.9",
- "leaflet-gpx": "^1.5.0",
- "leaflet-play": "^0.4.4",
- "leaflet-routing-machine": "^3.2.12",
- "leaflet-sidebar-v2": "^3.2.2",
- "leaflet-spin": "^1.1.2",
- "leaflet.fullscreen": "^1.6.0",
- "leaflet.gridlayer.googlemutant": "^0.9.0",
- "leaflet.heightgraph": "^0.4.1",
- "leaflet.markercluster": "^1.4.1",
- "lodash.isfunction": "^3.0.9",
- "lodash.isobject": "^3.0.2",
- "lodash.tonumber": "^4.0.3",
- "node-sass": "^4.13.1",
- "prop-types": "^15.7.2",
- "react": "^16.8.6",
- "react-app-polyfill": "^1.0.1",
- "react-big-calendar": "^0.21.0",
- "react-chartjs-2": "^2.7.6",
- "react-codemirror2": "^6.0.0",
- "react-dates": "^20.2.3",
- "react-dom": "^16.8.6",
- "react-google-maps": "9.4.5",
- "react-grid-layout": "^0.16.6",
- "react-highlight.js": "^1.0.7",
- "react-onclickout": "^2.0.8",
- "react-perfect-scrollbar": "^1.5.8",
- "react-quill": "1.3.3",
- "react-router-config": "^5.0.1",
- "react-router-dom": "^5.0.1",
- "react-select": "^1.3.0",
- "react-test-renderer": "^16.8.6",
- "react-text-mask-hoc": "^0.11.0",
- "react-transition-group": "^4.3.0",
- "s": "^1.0.0",
- "spinkit": "1.2.5",
- "yup": "^0.27.0"
- },
- "devDependencies": {
- "mutationobserver-shim": "^0.3.3",
- "react-scripts": "^3.4.0"
- },
- "scripts": {
- "start": "PORT=8006 react-scripts start",
- "build": "react-scripts build",
- "test": "react-scripts test",
- "test:cov": "npm test -- --coverage --watchAll=false",
- "test:debug": "react-scripts --inspect-brk test --runInBand",
- "eject": "react-scripts eject"
- },
- "bugs": {
- "url": "https://github.com/coreui/coreui-pro-react-admin-template/issues"
- },
- "eslintConfig": {
- "extends": "react-app"
- },
- "browserslist": [
- ">0.2%",
- "not dead",
- "not ie <= 10",
- "not op_mini all"
- ],
- "jest": {
- "collectCoverageFrom": [
- "src/**/*.{js,jsx}",
- "!**/*index.js",
- "!src/serviceWorker.js",
- "!src/polyfill.js"
- ]
- },
- "engines": {
- "node": ">=8.16",
- "npm": ">=6"
- }
- }
|