Advertisement
Guest User

3: package.json

a guest
Oct 15th, 2021
199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 3.89 KB | None | 0 0
  1. {
  2.     "license": "UNLISCENCED",
  3.     "private": true,
  4.     "name": "ORG-client",
  5.     "version": "0.1.0",
  6.     "scripts": {
  7.         "dev": "next dev",
  8.         "build": "next build",
  9.         "start": "next start",
  10.         "lint:ts": "eslint **/*.{js,ts,tsx}",
  11.         "lint:ts:fix": "eslint **/*.{js,ts,tsx} --quiet --fix",
  12.         "lint:css": "stylelint 'styles/**/*.css'",
  13.         "lint:css:fix": "stylelint 'styles/**/*.css' --quiet --fix",
  14.         "tsc:hardmode": "tsc --strict --noUncheckedIndexedAccess --noPropertyAccessFromIndexSignature --noImplicitReturns",
  15.         "test": "jest"
  16.     },
  17.     "dependencies": {
  18.         "@firebase/app": "0.7.3",
  19.         "@firebase/auth": "0.18.2",
  20.         "@firebase/firestore": "3.1.0",
  21.         "@firebase/storage": "0.8.3",
  22.         "@material-ui/core": "4.11.4",
  23.         "@material-ui/icons": "^4.11.2",
  24.         "@material-ui/lab": "^4.0.0-alpha.57",
  25.         "@stripe/react-stripe-js": "^1.4.1",
  26.         "@stripe/stripe-js": "^1.15.0",
  27.         "@welldone-software/why-did-you-render": "^6.2.0",
  28.         "axios": "^0.21.1",
  29.         "babel-plugin-transform-remove-console": "^6.9.4",
  30.         "dateformat": "^4.5.1",
  31.         "docx": "^6.0.3",
  32.         "draft-js": "0.11.7",
  33.         "draftjs-utils": "^0.10.2",
  34.         "file-saver": "^2.0.5",
  35.         "firebase": "9.1.2",
  36.         "formsy-react": "^2.2.3",
  37.         "framer-motion": "^3.10.0",
  38.         "immutable": "^4.0.0-rc.12",
  39.         "inline-worker": "^1.1.0",
  40.         "jss": "^10.5.1",
  41.         "jszip": "^3.6.0",
  42.         "ORG-global": "*",
  43.         "lodash": "^4.17.21",
  44.         "lodash-es": "^4.17.21",
  45.         "mammoth": "^1.4.16",
  46.         "md5": "^2.3.0",
  47.         "microphone-stream": "^5.3.1",
  48.         "mobile-detect": "^1.4.4",
  49.         "next": "10.0.7",
  50.         "next-redux-wrapper": "^6.0.2",
  51.         "nosleep.js": "^0.12.0",
  52.         "path": "^0.12.7",
  53.         "paypal-checkout": "^4.0.329",
  54.         "pdfjs-dist": "^2.6.347",
  55.         "placeholder-loading": "^0.4.0",
  56.         "postcss": "^8.2.7",
  57.         "postcss-flexbugs-fixes": "^5.0.2",
  58.         "postcss-for": "^2.1.1",
  59.         "postcss-import": "^14.0.0",
  60.         "postcss-mixins": "^7.0.3",
  61.         "postcss-preset-env": "^6.7.0",
  62.         "query-string": "^6.14.1",
  63.         "radium": "^0.26.1",
  64.         "react": "17.0.1",
  65.         "react-animations": "^1.0.0",
  66.         "react-beautiful-dnd": "^13.1.0",
  67.         "react-color": "^2.19.3",
  68.         "react-device-detect": "^1.17.0",
  69.         "react-dom": "17.0.1",
  70.         "react-dropzone": "^11.3.2",
  71.         "react-google-recaptcha": "^2.1.0",
  72.         "react-gtm-module": "^2.0.11",
  73.         "react-helmet": "^6.1.0",
  74.         "react-player": "^2.9.0",
  75.         "react-redux": "^7.2.4",
  76.         "react-share": "^4.4.0",
  77.         "react-slick": "^0.28.1",
  78.         "react-swipeable-views": "^0.14.0",
  79.         "react-tabtab": "^2.0.0",
  80.         "react-typist": "^2.0.5",
  81.         "redux": "^4.1.0",
  82.         "redux-devtools-extension": "^2.13.8",
  83.         "redux-thunk": "^2.3.0",
  84.         "sass": "^1.32.8",
  85.         "sharp": "^0.28.1",
  86.         "sib-api-v3-sdk": "^8.2.0",
  87.         "slick-carousel": "^1.8.1",
  88.         "socket.io-client": "^2.2.0",
  89.         "styled-components": "^5.3.1",
  90.         "tiny-timer": "^1.6.0"
  91.     },
  92.     "devDependencies": {
  93.         "@babel/core": "^7.0.0-0",
  94.         "@babel/plugin-proposal-object-rest-spread": "^7.13.8",
  95.         "@testing-library/dom": "^8.2.0",
  96.         "@testing-library/jest-dom": "^5.14.1",
  97.         "@testing-library/react": "^12.0.0",
  98.         "@testing-library/user-event": "^13.2.1",
  99.         "@types/dateformat": "^3.0.1",
  100.         "@types/draft-js": "^0.10.45",
  101.         "@types/dropzone": "^5.7.3",
  102.         "@types/enzyme": "^3.10.8",
  103.         "@types/jest": "^26.0.20",
  104.         "@types/lodash": "^4.14.168",
  105.         "@types/md5": "^2.3.0",
  106.         "@types/node": "^14.14.31",
  107.         "@types/react": "^17.0.2",
  108.         "@types/react-redux": "^7.1.16",
  109.         "@types/uuid": "^8.3.0",
  110.         "@typescript-eslint/eslint-plugin": "^4.16.1",
  111.         "@typescript-eslint/parser": "^4.16.1",
  112.         "babel-jest": "^26.6.3",
  113.         "babel-plugin-module-resolver": "^4.1.0",
  114.         "enzyme": "^3.11.0",
  115.         "enzyme-to-json": "^3.6.1",
  116.         "eslint": "^7.21.0",
  117.         "eslint-config-prettier": "^8.1.0",
  118.         "eslint-plugin-jest-dom": "^3.9.0",
  119.         "eslint-plugin-prettier": "^3.3.1",
  120.         "eslint-plugin-react": "^7.22.0",
  121.         "identity-obj-proxy": "^3.0.0",
  122.         "jest": "^26.6.3",
  123.         "prettier": "^2.2.1",
  124.         "stylelint": "^13.11.0",
  125.         "typescript": "^4.2.2",
  126.         "typescript-strict-plugin": "^1.1.1"
  127.     }
  128. }
  129.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement