{ "name": "collections-portal", "private": true, "version": "0.0.0", "scripts": { "makeVersion": "node make_versions.js > dist/version.txt", "start": "vite", "clean": "rm -rf dist && rm -rf stats", "copy-mocks": "cp -r __mocks__/ dist/__mocks__/", "copy-config": "cp config.template.js dist/configuration.js", "copy-firebase-sw": "cp firebase-messaging-sw.js dist/firebase-messaging-sw.js", "build": "npm run clean && vite build && npm run copy-mocks && npm run copy-config", "build:new": "npm run clean && vite build && npm run copy-mocks && npm run copy-config && npm run copy-firebase-sw && npm run makeVersion", "preview": "vite preview", "lint": "eslint \"**/?*.{ts,tsx,js}\"", "lint:fix": "eslint --fix \"**/?*.{ts,tsx,js}\"", "lint:quiet": "yarn lint --quiet", "prettier-check": "prettier --check \"./**/*.{js,jsx,ts,tsx,css,scss,md}\"", "prettier:check": "prettier --check \"./**/*.{js,jsx,ts,tsx,css,scss,md}\"", "prettier:write": "prettier --write \"./**/*.{js,jsx,ts,tsx,css,scss,md}\"", "format": "prettier --write \"./**/*.{js,jsx,ts,tsx,css,scss,md}\"", "test": "jest", "lint-staged": "lint-staged", "prepare": "husky install", "type:check": "tsc", "setup": "rm -rf node_modules && yarn && yarn update-submodule", "update-submodule": "git submodule update --init" }, "lint-staged": { "*.{js,css,scss,md}": [ "prettier --write" ], "*.{js,ts,tsx}": [ "prettier --write", "eslint --cache --fix" ] }, "husky": { "hooks": { "pre-commit": "yarn lint-staged" } }, "dependencies": { "@cybertron/core": "1.0.107", "@cybertron/logger": "1.0.110", "@draft-js-plugins/emoji": "4.0.0", "@elastic/apm-rum": "^5.10.2", "@fingerprintjs/fingerprintjs": "^3.3.3", "@floating-ui/dom": "1.5.3", "@floating-ui/react": "0.25.4", "@fullcalendar/core": "5.11.0", "@fullcalendar/daygrid": "5.11.0", "@fullcalendar/interaction": "5.11.0", "@fullcalendar/list": "5.11.0", "@fullcalendar/react": "5.11.1", "@fullcalendar/resource-timeline": "5.11.0", "@googlemaps/js-api-loader": "^1.16.2", "@monaco-editor/react": "^4.6.0", "@navi/alfred-session-recorder": "^1.6.6", "@navi/cybertron-vite-sourcemap-uploader": "^2.0.0", "@reduxjs/toolkit": "^1.7.2", "@sentry/browser": "8.47.0", "@tanstack/react-table": "8.20.5", "@types/d3": "^7.4.3", "@types/draft-js": "^0.11.18", "@types/git-rev-sync": "^2.0.2", "@types/highcharts": "^7.0.0", "@types/react-infinite-scroller": "1.2.5", "@types/react-transition-group": "^4.4.5", "@types/uuid": "^9.0.2", "@universal-call-sdk/adapter-ameyo": "2.0.6", "@universal-call-sdk/core": "2.0.4", "ag-grid-community": "^28.1.1", "ag-grid-react": "^28.1.1", "autoprefixer": "^10.4.16", "axios": "^0.27.2", "classnames": "^2.3.1", "comlink": "4.4.1", "crypto-js": "^4.2.0", "d3": "^7.9.0", "dayjs": "^1.11.9", "draft-js": "^0.11.7", "draft-js-export-markdown": "^1.4.0", "draft-js-import-markdown": "^1.4.1", "firebase": "^8.8.0", "git-rev-sync": "^3.0.2", "highcharts": "^10.3.3", "highcharts-react": "^0.0.3", "highcharts-react-official": "^3.2.0", "msw": "^2.0.0", "react": "^17.0.2", "react-dom": "^17.0.2", "react-google-recaptcha": "2.1.0", "react-hook-form": "7.38.0", "react-infinite-scroller": "1.2.6", "react-json-view": "^1.21.3", "react-lottie": "^1.2.3", "react-pdf": "^9.2.1", "react-redux": "^7.2.6", "react-router-dom": "^6.3.0", "react-split": "^2.0.14", "react-transition-group": "^4.4.5", "react-window": "^1.8.10", "recharts": "^2.5.0", "redux-persist": "^6.0.0", "style-inject": "^0.3.0", "terser": "^5.15.1", "uuid": "^11.0.3", "vite-plugin-html": "^3.2.0", "vite-plugin-minify": "1.5.2", "wavesurfer.js": "^6.6.3" }, "devDependencies": { "@types/chrome": "0.0.203", "@types/css-modules": "1.0.4", "@types/enzyme": "^3.10.11", "@types/jest": "^27.4.0", "@types/lodash.throttle": "^4.1.9", "@types/react": "18.0.17", "@types/react-dom": "18.0.6", "@types/react-google-recaptcha": "2.1.5", "@types/react-lottie": "^1.2.10", "@types/react-window": "^1.8.8", "@typescript-eslint/eslint-plugin": "^5.11.0", "@typescript-eslint/parser": "^5.11.0", "@vitejs/plugin-react": "4.0.3", "@wojtekmaj/enzyme-adapter-react-17": "^0.6.6", "ag-grid-community": "^28.1.1", "ag-grid-react": "^28.1.1", "enzyme": "^3.11.0", "enzyme-to-json": "^3.6.2", "eslint": "^8.8.0", "eslint-config-prettier": "^8.3.0", "eslint-plugin-import": "^2.25.4", "eslint-plugin-prettier": "^4.0.0", "eslint-plugin-react": "^7.28.0", "eslint-plugin-react-hooks": "^4.3.0", "eslint-plugin-testing-library": "^5.10.2", "husky": "^8.0.0", "identity-obj-proxy": "^3.0.0", "jest": "^27.5.1", "lint-staged": "13.0.3", "minimist": "^1.2.6", "node-sass": "9.0.0", "postcss": "^8.4.31", "postcss-import": "^14.0.2", "postcss-nested": "^5.0.6", "prettier": "^2.5.1", "rollup-plugin-visualizer": "5.8.0", "sass": "^1.54.5", "tailwind": "^4.0.0", "tailwindcss": "^3.3.5", "ts-jest": "^27.1.3", "tsc-files": "1.1.4", "typescript": "^4.5.4", "vite": "4.4.7", "vite-plugin-chunk-split": "^0.5.0", "vite-plugin-mkcert": "^1.14.0", "vite-tsconfig-paths": "^3.5.1" }, "engines": { "npm": ">=6.14.15", "node": ">=12.2.0" }, "msw": { "workerDirectory": "public" }, "overrides": { "react-lottie": { "react": "^0.14.7 || ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0" } } }