sparkletown/sparkle

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "co-reality-map",
  "version": "0.1.0",
  "private": true,
  "scripts": {
    "start": "craco start",
    "init": "node scripts/init.js",
    "build": "craco build",
    "build:bundle-stats": "craco build --stats",
    "analyze": "source-map-explorer 'build/static/js/*.js'",
    "analyze:bundle-stats": "npx webpack-bundle-analyzer build/bundle-stats.json -m static -r build/bundle-stats.html",
    "analyze:bundle-stats:statoscope": "npx @statoscope/cli serve ./build/bundle-stats.json",
    "analyze:bundle-stats:duplicates-1": "npx inspectpack --action duplicates --stats build/bundle-stats.json",
    "analyze:bundle-stats:duplicates-2": "npx webpack-stats-duplicates ./build/bundle-stats.json",
    "lint": "npm run prettier:check && npm run eslint:check",
    "eslint": "eslint --fix",
    "eslint:check": "eslint src scripts functions --ext .js,.jsx,.ts,.tsx",
    "eslint:fix": "eslint src scripts functions --fix --ext .js,.jsx,.ts,.tsx",
    "prettier": "prettier --write \"{src,scripts,functions,configs,reporting}/**/*.{js,jsx,ts,tsx,json,css,scss,md}\"",
    "prettier:check": "prettier --check \"{src,scripts,functions,configs,reporting}/**/*.{js,jsx,ts,tsx,json,css,scss,md}\"",
    "test": "npm run jest",
    "jest": "jest --passWithNoTests",
    "eject": "react-scripts eject",
    "deploy": "npm run build && firebase deploy",
    "cy:install": "cypress install",
    "cy:run": "cypress run",
    "firebase": "npx --no-install -- firebase",
    "firebase:emulate-functions": "npm run firebase -- emulators:start --only functions",
    "firebase:emulate-functions-hosting": "npm run firebase -- emulators:start --only functions,hosting",
    "firebase:emulate-functions-hosting:debug": "npm run firebase -- emulators:start --only functions,hosting --inspect-functions",
    "browserslist:update-db": "npx browserslist@latest --update-db",
    "migrate": "fireway migrate --path=scripts/migration --require=\"ts-node/register\"",
    "migrate:dryrun": "fireway migrate --dryrun --path=scripts/migration --require=\"ts-node/register\"",
    "prune": "ts-prune > ts-prune-result.txt"
  },
  "proxy": "http://localhost:3001",
  "browserslist": {
    "production": [
      ">0.2%",
      "not dead",
      "not op_mini all"
    ],
    "development": [
      "last 1 chrome version",
      "last 1 firefox version",
      "last 1 safari version"
    ]
  },
  "lint-staged": {
    "{src,scripts,functions,configs,reporting}/**/*.{js,jsx,ts,tsx,json,css,scss,md}": [
      "prettier --write"
    ],
    "{src,scripts,functions,configs,reporting}/**/*.{js,jsx,ts,tsx}": [
      "eslint --max-warnings=0 --ext .js,.jsx,.ts,.tsx"
    ]
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "devDependencies": {
    "@craco/craco": "^6.2.0",
    "@types/classnames": "^2.2.11",
    "@types/emoji-mart": "^3.0.4",
    "@types/faker": "^5.5.7",
    "@types/howler": "^2.2.1",
    "@types/jest": "^25.2.3",
    "@types/lodash": "^4.14.155",
    "@types/node": "^14.6.1",
    "@types/react": "^17.0.18",
    "@types/react-color": "^3.0.4",
    "@types/react-dom": "^17.0.9",
    "@types/react-mic": "^12.4.2",
    "@types/react-router-dom": "^5.1.5",
    "@types/scheduler": "^0.16.1",
    "@types/styled-components": "^5.1.4",
    "@types/yup": "^0.29.3",
    "babel-plugin-lodash": "^3.3.4",
    "csv-parse": "^5.0.4",
    "cypress": "^4.11.0",
    "cypress-file-upload": "^4.0.7",
    "eslint-plugin-import": "^2.24.0",
    "eslint-plugin-prefer-arrow": "^1.2.3",
    "eslint-plugin-simple-import-sort": "^7.0.0",
    "firebase-admin": "^9.1.1",
    "firebase-tools": "^8.6.0",
    "fireway": "^1.0.2",
    "gifwrap": "^0.9.2",
    "phin": "^3.5.0",
    "source-map-explorer": "^2.5.2",
    "ts-node": "^9.1.1",
    "ts-prune": "^0.10.2",
    "ts-shader-loader": "^1.0.6",
    "typescript": "^4.2.4",
    "uuidv4": "^6.2.3",
    "webpack-bugsnag-plugins": "^1.8.0"
  },
  "dependencies": {
    "@ash.ts/ash": "^1.3.0",
    "@bugsnag/js": "^7.5.1",
    "@bugsnag/plugin-react": "^7.3.5",
    "@fortawesome/fontawesome-svg-core": "^1.2.32",
    "@fortawesome/free-brands-svg-icons": "^5.15.1",
    "@fortawesome/free-regular-svg-icons": "^5.15.1",
    "@fortawesome/free-solid-svg-icons": "^5.15.3",
    "@fortawesome/react-fontawesome": "^0.1.13",
    "@reduxjs/toolkit": "^1.6.0",
    "@testing-library/jest-dom": "^4.2.4",
    "@testing-library/react": "^9.5.0",
    "@testing-library/user-event": "^7.2.1",
    "@types/mixpanel-browser": "^2.35.4",
    "@types/mousetrap": "^1.6.4",
    "@types/qs": "^6.9.7",
    "@types/react-resize-detector": "^4.2.0",
    "@types/react-show-more-text": "^1.4.2",
    "@types/styled-components": "^5.1.4",
    "@types/ws": "^7.2.6",
    "@welldone-software/why-did-you-render": "^4.3.2",
    "algoliasearch": "^4.10.5",
    "bootstrap": "^4.4.1",
    "bootswatch": "^4.5.0",
    "browser-image-compression": "^1.0.15",
    "chalk": "^4.1.1",
    "classnames": "^2.2.6",
    "date-fns": "^2.22.1",
    "dayjs": "^1.8.35",
    "emoji-mart": "^3.0.1",
    "eslint-plugin-promise": "^5.1.0",
    "esm": "^3.2.25",
    "faker": "^5.5.3",
    "firebase": "^8.8.0",
    "fuse.js": "^6.4.1",
    "husky": "^4.2.5",
    "ical-generator": "^2.2.0",
    "immutability-helper": "^3.1.1",
    "jimp": "^0.16.0",
    "js-quadtree": "^3.3.6",
    "json5": "^2.2.0",
    "jsonschema": "^1.2.6",
    "lint-staged": "^10.2.7",
    "lodash": "^4.17.21",
    "logrocket": "^1.0.14",
    "logrocket-react": "^4.0.1",
    "mixpanel-browser": "^2.41.0",
    "mousetrap": "^1.6.5",
    "npm-force-resolutions": "0.0.3",
    "pixi-viewport": "~4.24.0",
    "pixi-virtual-joystick": "^0.4.1",
    "pixi.js": "^5.3.10",
    "popper.js": "^1.16.1",
    "prettier": "^2.2.1",
    "qs": "^6.9.4",
    "re-resizable": "^6.5.4",
    "react": "^17.0.2",
    "react-bootstrap": "^1.6.1",
    "react-color": "2.19.3",
    "react-dnd": "^11.1.3",
    "react-dnd-html5-backend": "^11.1.3",
    "react-dom": "^17.0.2",
    "react-hook-form": "^5.7.2",
    "react-image-file-resizer": "^0.3.8",
    "react-infinite-scroll-component": "^6.1.0",
    "react-markdown": "^6.0.2",
    "react-mic": "^12.4.6",
    "react-redux": "^7.2.4",
    "react-redux-firebase": "^3.10.0",
    "react-resize-detector": "^5.0.7",
    "react-router-dom": "^5.1.2",
    "react-scripts": "4.0.3",
    "react-show-more-text": "^1.5.0",
    "react-switch": "^5.0.1",
    "react-use": "^17.2.3",
    "react-webcam": "^5.2.0",
    "reactfire": "^3.0.0",
    "read": "^1.0.7",
    "redux": "^4.1.0",
    "redux-devtools-extension": "^2.13.8",
    "redux-firestore": "sparkletown/redux-firestore#fix/introduce-batch-store-updates-on-addition",
    "redux-subscribe-action": "^2.1.3",
    "rehype-sanitize": "^4.0.0",
    "remark-emoji": "^2.2.0",
    "remark-external-links": "^8.0.0",
    "remark-gfm": "^1.0.0",
    "sass": "^1.32.5",
    "scheduler": "^0.19.1",
    "styled-components": "^5.2.1",
    "tslib": "^2.3.1",
    "twilio-video": "^2.18.2",
    "use-sound": "^2.0.1",
    "ws": "^7.4.2",
    "xhr2": "^0.2.0",
    "yup": "^0.29.2"
  }
}