Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "license": "UNLISCENCED",
- "private": true,
- "name": "ORG-client",
- "version": "0.1.0",
- "scripts": {
- "dev": "next dev",
- "build": "next build",
- "start": "next start",
- "lint:ts": "eslint **/*.{js,ts,tsx}",
- "lint:ts:fix": "eslint **/*.{js,ts,tsx} --quiet --fix",
- "lint:css": "stylelint 'styles/**/*.css'",
- "lint:css:fix": "stylelint 'styles/**/*.css' --quiet --fix",
- "tsc:hardmode": "tsc --strict --noUncheckedIndexedAccess --noPropertyAccessFromIndexSignature --noImplicitReturns",
- "test": "jest"
- },
- "dependencies": {
- "@firebase/app": "0.7.3",
- "@firebase/auth": "0.18.2",
- "@firebase/firestore": "3.1.0",
- "@firebase/storage": "0.8.3",
- "@material-ui/core": "4.11.4",
- "@material-ui/icons": "^4.11.2",
- "@material-ui/lab": "^4.0.0-alpha.57",
- "@stripe/react-stripe-js": "^1.4.1",
- "@stripe/stripe-js": "^1.15.0",
- "@welldone-software/why-did-you-render": "^6.2.0",
- "axios": "^0.21.1",
- "babel-plugin-transform-remove-console": "^6.9.4",
- "dateformat": "^4.5.1",
- "docx": "^6.0.3",
- "draft-js": "0.11.7",
- "draftjs-utils": "^0.10.2",
- "file-saver": "^2.0.5",
- "firebase": "9.1.2",
- "formsy-react": "^2.2.3",
- "framer-motion": "^3.10.0",
- "immutable": "^4.0.0-rc.12",
- "inline-worker": "^1.1.0",
- "jss": "^10.5.1",
- "jszip": "^3.6.0",
- "ORG-global": "*",
- "lodash": "^4.17.21",
- "lodash-es": "^4.17.21",
- "mammoth": "^1.4.16",
- "md5": "^2.3.0",
- "microphone-stream": "^5.3.1",
- "mobile-detect": "^1.4.4",
- "next": "10.0.7",
- "next-redux-wrapper": "^6.0.2",
- "nosleep.js": "^0.12.0",
- "path": "^0.12.7",
- "paypal-checkout": "^4.0.329",
- "pdfjs-dist": "^2.6.347",
- "placeholder-loading": "^0.4.0",
- "postcss": "^8.2.7",
- "postcss-flexbugs-fixes": "^5.0.2",
- "postcss-for": "^2.1.1",
- "postcss-import": "^14.0.0",
- "postcss-mixins": "^7.0.3",
- "postcss-preset-env": "^6.7.0",
- "query-string": "^6.14.1",
- "radium": "^0.26.1",
- "react": "17.0.1",
- "react-animations": "^1.0.0",
- "react-beautiful-dnd": "^13.1.0",
- "react-color": "^2.19.3",
- "react-device-detect": "^1.17.0",
- "react-dom": "17.0.1",
- "react-dropzone": "^11.3.2",
- "react-google-recaptcha": "^2.1.0",
- "react-gtm-module": "^2.0.11",
- "react-helmet": "^6.1.0",
- "react-player": "^2.9.0",
- "react-redux": "^7.2.4",
- "react-share": "^4.4.0",
- "react-slick": "^0.28.1",
- "react-swipeable-views": "^0.14.0",
- "react-tabtab": "^2.0.0",
- "react-typist": "^2.0.5",
- "redux": "^4.1.0",
- "redux-devtools-extension": "^2.13.8",
- "redux-thunk": "^2.3.0",
- "sass": "^1.32.8",
- "sharp": "^0.28.1",
- "sib-api-v3-sdk": "^8.2.0",
- "slick-carousel": "^1.8.1",
- "socket.io-client": "^2.2.0",
- "styled-components": "^5.3.1",
- "tiny-timer": "^1.6.0"
- },
- "devDependencies": {
- "@babel/core": "^7.0.0-0",
- "@babel/plugin-proposal-object-rest-spread": "^7.13.8",
- "@testing-library/dom": "^8.2.0",
- "@testing-library/jest-dom": "^5.14.1",
- "@testing-library/react": "^12.0.0",
- "@testing-library/user-event": "^13.2.1",
- "@types/dateformat": "^3.0.1",
- "@types/draft-js": "^0.10.45",
- "@types/dropzone": "^5.7.3",
- "@types/enzyme": "^3.10.8",
- "@types/jest": "^26.0.20",
- "@types/lodash": "^4.14.168",
- "@types/md5": "^2.3.0",
- "@types/node": "^14.14.31",
- "@types/react": "^17.0.2",
- "@types/react-redux": "^7.1.16",
- "@types/uuid": "^8.3.0",
- "@typescript-eslint/eslint-plugin": "^4.16.1",
- "@typescript-eslint/parser": "^4.16.1",
- "babel-jest": "^26.6.3",
- "babel-plugin-module-resolver": "^4.1.0",
- "enzyme": "^3.11.0",
- "enzyme-to-json": "^3.6.1",
- "eslint": "^7.21.0",
- "eslint-config-prettier": "^8.1.0",
- "eslint-plugin-jest-dom": "^3.9.0",
- "eslint-plugin-prettier": "^3.3.1",
- "eslint-plugin-react": "^7.22.0",
- "identity-obj-proxy": "^3.0.0",
- "jest": "^26.6.3",
- "prettier": "^2.2.1",
- "stylelint": "^13.11.0",
- "typescript": "^4.2.2",
- "typescript-strict-plugin": "^1.1.1"
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement