baublet/w8mngr

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "w8mngr",
  "version": "0.0.1",
  "packageManager": "yarn@3.1.1",
  "engines": {
    "node": ">=16"
  },
  "description": "w8mngr utilizing Netlify's functions and a React SPA",
  "scripts": {
    "algolia:seed": "ts-node scripts/seedAlgoliaData.ts",
    "build:api:command": "esbuild --sourcemap --bundle --platform=node --external:knex --external:bcrypt --external:@netlify/functions",
    "build:api:structure": "esbuild api/**/*.ts api/*.ts --outdir=tmp",
    "build:api:gql": "yarn build:api:command api/graphql.ts --outfile=api/graphql.js",
    "build:api:worker": "yarn build:api:command api/worker.ts --outfile=api/worker.js",
    "build:api": "yarn build:api:gql && yarn build:api:worker",
    "build:client": "yarn vite build",
    "build:css": "tailwindcss -o client/tailwind.css",
    "build:netlify": "bash ./netlify.sh",
    "build:scripts": "esbuild --sourcemap --bundle --platform=node --external:knex --external:bcrypt scripts/resetDatabase.ts scripts/seedData.ts --outdir=scripts/",
    "check": "yarn tsc --noEmit",
    "db:download-cert": "bash scripts/downloadDBCert.sh",
    "db:importDumps": "yarn ts-node --transpile-only scripts/importDumps.ts",
    "db:createMigration": "knex migrate:make --env production -x ts --",
    "db:migrate": "knex migrate:latest --env production",
    "db:reset": "ts-node scripts/resetDatabase.ts && yarn db:migrate && yarn db:seed",
    "db:seed": "ts-node scripts/seedData.ts",
    "develop": "bash scripts/develop.sh",
    "find-circular-dependencies": "yarn build:api:structure && npx madge --circular tmp",
    "gql:generate": "graphql-codegen",
    "postinstall": "husky install && yarn gql:generate",
    "postpublish": "pinst --enable",
    "prepublishOnly": "pinst --disable",
    "test": "SUPPRESS_ALGOLIA=true SUPPRESS_EMAILS=true node -r ts-node/register ./node_modules/.bin/jest --",
    "test:watch": "SUPPRESS_ALGOLIA=true SUPPRESS_EMAILS=true node -r ts-node/register ./node_modules/.bin/jest --watch --"
  },
  "author": "Ryan M. Poe",
  "license": "ISC",
  "dependencies": {
    "@apollo/client": "^3.4.17",
    "@baublet/service-container": "^0.6.0",
    "@ericblade/quagga2": "^1.4.2",
    "@netlify/functions": "^0.11.0",
    "@popperjs/core": "^2.11.2",
    "@swc/core": "^1.2.135",
    "@swc/helpers": "^0.3.2",
    "@types/react": "^17.0.43",
    "add": "^2.0.6",
    "algoliasearch": "^4.12.1",
    "apollo-server": "^3.5.0",
    "apollo-server-core": "^3.5.0",
    "apollo-server-lambda": "^3.5.0",
    "axios": "^0.24.0",
    "bcrypt": "^5.0.1",
    "classnames": "^2.3.1",
    "cookie-parser": "^1.4.6",
    "cors": "^2.8.5",
    "dataloader": "^2.0.0",
    "date-fns": "^2.26.0",
    "dotenv": "^10.0.0",
    "esbuild": "^0.14",
    "esbuild-jest": "^0.5.0",
    "form-data": "^4.0.0",
    "graphql": "^16.0.1",
    "js-quantities": "^1.7.6",
    "json-stringify-deterministic": "^1.0.1",
    "json-stringify-safe": "^5.0.1",
    "jsonwebtoken": "^8.5.1",
    "knex": "^0.95.14",
    "lambda-local": "^2.0.0",
    "lodash.groupby": "^4.6.0",
    "lodash.keyby": "^4.6.0",
    "lodash.omit": "^4.5.0",
    "mailgun.js": "^4.1.4",
    "minifaker": "^1.34.0",
    "object-hash": "^2.2.0",
    "pg": "^8.7.1",
    "quagga": "^0.12.1",
    "react": "^18",
    "react-dom": "^18",
    "react-markdown": "^7.1.1",
    "react-popper": "^2.2.5",
    "react-router": "^5",
    "react-router-dom": "^5",
    "recharts": "^2.1.8",
    "regenerator-runtime": "^0.13.9",
    "serverless-http": "^2.7.0",
    "sqlite3": "^5.0.2",
    "tailwindcss": "^3",
    "ts-node": "^10.4.0",
    "tsconfig-paths": "^3.12.0",
    "typescript": "^4.4.4",
    "ulid": "^2.3.0",
    "yarn": "^1.22.17",
    "yup": "^0.32.11"
  },
  "devDependencies": {
    "@graphql-codegen/cli": "^2.2.2",
    "@graphql-codegen/import-types-preset": "^2.1.10",
    "@graphql-codegen/typescript": "^2.3.1",
    "@graphql-codegen/typescript-operations": "^2.2.0",
    "@graphql-codegen/typescript-react-apollo": "^3.2.2",
    "@graphql-codegen/typescript-resolvers": "^2.4.1",
    "@types/bcrypt": "^5.0.0",
    "@types/cookie-parser": "^1.4.2",
    "@types/express": "^4.17.13",
    "@types/jest": "^27.0.3",
    "@types/js-quantities": "^1.6.3",
    "@types/json-stringify-safe": "^5.0.0",
    "@types/lodash.groupby": "^4.6.6",
    "@types/lodash.omit": "^4.5.6",
    "@types/object-hash": "^2.2.1",
    "@types/react-router-dom": "^5",
    "@types/react-transition-group": "^4.4.4",
    "@vitejs/plugin-react": "^1.1.1",
    "cron": "^1.8.2",
    "express": "^4.17.1",
    "husky": ">=6",
    "jest": "^27.3.1",
    "lint-staged": ">=10",
    "pinst": ">=2",
    "pm2": "^5.1.2",
    "prettier": "^2.5.1",
    "vite": "^2.7.1",
    "why-is-node-running": "^2.2.1"
  },
  "importSort": {
    ".ts, .tsx": {
      "style": "import-sort-style-module"
    }
  },
  "lint-staged": {
    "*.{js,css,md}": "prettier --write"
  }
}