Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- "name": "app",
- "version": "3.1.4",
- "private": true,
- "typings": "./src/types.d.ts",
- "engines": {
- "node": "16.16.0"
- },
- "dependencies": {
- "@ant-design/icons": "4.3.0",
- "@craco/craco": "6.4.5",
- "@dnd-kit/core": "4.0.0",
- "@dnd-kit/sortable": "5.0.0",
- "@honeybadger-io/js": "^4.7.1",
- "@honeybadger-io/react": "^4.7.1",
- "@react-pdf/renderer": "2.0.21",
- "@stripe/react-stripe-js": "1.1.2",
- "@stripe/stripe-js": "1.11.0",
- "@types/big.js": "^6.1.3",
- "@types/slug": "^5.0.3",
- "antd": "4.10.2",
- "antd-country-phone-input": "3.4.3",
- "apexcharts": "3.23.1",
- "axios": "0.21.2",
- "big.js": "^6.1.1",
- "craco-alias": "2.1.1",
- "craco-less": "1.17.0",
- "dompurify": "2.2.6",
- "dotenv-cra": "3.0.1",
- "draft-js": "0.11.7",
- "draftjs-to-html": "0.9.1",
- "event-source-polyfill": "1.0.24",
- "file-saver": "2.0.5",
- "formik": "2.2.9",
- "framer-motion": "4.1.3",
- "handlebars": "4.7.7",
- "history": "4.10.0",
- "html2canvas": "^1.3.2",
- "jest": "26.6.0",
- "js-levenshtein": "^1.1.6",
- "jsonwebtoken": "8.5.1",
- "linkifyjs": "2.1.9",
- "luxon": "1.26.0",
- "polished": "4.1.2",
- "prettier-plugin-organize-imports": "^3.0.0",
- "query-string": "6.13.7",
- "react": "^17.0.2",
- "react-apexcharts": "1.3.7",
- "react-cookie": "^4.1.1",
- "react-dom": "17.0.2",
- "react-draft-wysiwyg": "1.14.6",
- "react-grid-layout": "^1.3.4",
- "react-intl": "5.10.1",
- "react-lines-ellipsis": "^0.15.3",
- "react-portal": "^4.2.1",
- "react-query": "^3.39.1",
- "react-router-dom": "5.2.0",
- "react-scripts": "4.0.3",
- "slug": "^5.2.0",
- "smart-timeout": "2.5.2",
- "source-map-explorer": "^2.5.3",
- "styled-components": "5.2.1",
- "talkjs": "0.14.5",
- "ts-jest": "26.4.4",
- "typescript": "^4.6.4",
- "use-react-screenshot": "^1.0.2",
- "uuid": "^8.3.2",
- "web-vitals": "0.2.4",
- "webpack": "4.44.2",
- "yup": "^0.32.9"
- },
- "husky": {
- "hooks": {
- "pre-commit": "pretty-quick"
- }
- },
- "scripts": {
- "start": "npm i",
- "dev": "craco start",
- "build": "craco --max_old_space_size=5120 build",
- "eject": "craco eject",
- "lint": "eslint --ext .ts \"src/**/*\"",
- "format": "prettier --write \"src/**/*\"",
- "test": "REACT_APP_ENV=test jest --config ./jest.config.js --env=jest-environment-jsdom",
- "test:watch": "REACT_APP_ENV=test jest --config ./jest.config.js --watch --env=jest-environment-jsdom",
- "test:ci": "REACT_APP_ENV=test jest --config ./jest.config.js --ci --changedSince=origin/master --forceExit --env=jest-environment-jsdom --coverage",
- "version": "conventional-changelog -p emojis -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md",
- "release": "release-it",
- "analyze": "source-map-explorer 'build/static/js/*.js'"
- },
- "eslintConfig": {
- "extends": "react-app"
- },
- "browserslist": {
- "production": [
- "defaults",
- ">0.2%",
- "not dead"
- ],
- "development": [
- "last 1 chrome version",
- "last 1 firefox version",
- "last 1 safari version"
- ]
- },
- "devDependencies": {
- "@babel/core": "7.12.3",
- "@babel/plugin-proposal-private-property-in-object": "^7.18.6",
- "@testing-library/jest-dom": "5.11.6",
- "@testing-library/react": "11.1.2",
- "@testing-library/react-hooks": "^7.0.2",
- "@testing-library/user-event": "12.2.2",
- "@types/axios": "0.14.0",
- "@types/dompurify": "2.2.1",
- "@types/draft-js": "0.11.5",
- "@types/draftjs-to-html": "0.8.0",
- "@types/file-saver": "2.0.3",
- "@types/handlebars": "4.1.0",
- "@types/history": "4.7.6",
- "@types/jest": "26.0.15",
- "@types/js-levenshtein": "^1.1.1",
- "@types/jsonwebtoken": "8.5.0",
- "@types/linkifyjs": "2.1.3",
- "@types/lodash.isequal": "4.5.5",
- "@types/lodash.uniqueid": "4.0.6",
- "@types/luxon": "1.26.0",
- "@types/node": "12.0.0",
- "@types/query-string": "6.3.0",
- "@types/react": "17.0.2",
- "@types/react-dom": "17.0.11",
- "@types/react-draft-wysiwyg": "1.13.1",
- "@types/react-grid-layout": "^1.3.2",
- "@types/react-helmet": "6.1.0",
- "@types/react-intl": "3.0.0",
- "@types/react-lines-ellipsis": "^0.15.1",
- "@types/react-portal": "^4.0.4",
- "@types/react-router-dom": "5.1.7",
- "@types/react-slick": "^0.23.10",
- "@types/styled-components": "5.1.7",
- "@types/uuid": "^8.3.1",
- "@types/yup": "^0.29.13",
- "@typescript-eslint/eslint-plugin": "4.7.0",
- "babel-loader": "8.1.0",
- "conventional-changelog-cli": "2.1.1",
- "conventional-changelog-core": "4.2.1",
- "conventional-changelog-emojis": "3.1.0",
- "core-js": "^3.22.8",
- "eslint": "7.32.0",
- "eslint-config-airbnb-typescript": "12.0.0",
- "eslint-plugin-import": "2.22.1",
- "eslint-plugin-jsx-a11y": "6.4.1",
- "eslint-plugin-react": "7.21.5",
- "eslint-plugin-react-hooks": "4.3.0",
- "husky": "4.3.5",
- "jest-localstorage-mock": "2.4.3",
- "jest-styled-components": "^7.0.8",
- "jest-transform-stub": "2.0.0",
- "prettier": "2.1.2",
- "prettier-plugin-organize-imports": "^3.0.0",
- "pretty-quick": "3.1.0",
- "process": "0.11.10",
- "react-is": "17.0.1",
- "react-test-renderer": "^17.0.2",
- "release-it": "14.11.5",
- "svg-jest": "1.0.1"
- },
- "resolutions": {
- "react-error-overlay": "6.0.9",
- "world_countries_lists": "2.3.0",
- "@types/react": "17.0.2",
- "@types/react-dom": "17.0.2"
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment