WebJamApps/CollegeLutheran

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "collegelutheran",
  "version": "1.12.1",
  "description": "collegelutheran.org",
  "main": "dist/index.html",
  "repository": {
    "url": "git+ssh://git@github.com/WebJamApps/CollegeLutheran.git",
    "type": "git"
  },
  "author": "https://github.com/orgs/WebJamApps/teams/the-95-theses",
  "engines": {
    "node": ">=22.11.0 <23",
    "npm": ">=10.9.0 <11"
  },
  "files": [
    "webpack.config.js",
    "src/",
    "static/"
  ],
  "keywords": [
    "React",
    "Typescript",
    "Webpack",
    "Jest"
  ],
  "license": "MIT",
  "scripts": {
    "build:prod": "rimraf dist && npx webpack --node-env=production --progress --stats-error-details --env production",
    "cc": "codeclimate analyze -f html > codeclimate.html",
    "start": "webpack serve --node-env=development --env --inline",
    "test:stylelint": "stylelint \"static/**/*.scss\"",
    "lint:fix": "eslint . --ext .js,.ts,.tsx --fix",
    "test:lint-fix": "npm run test:stylelint && npm run lint:fix",
    "test:lint": "npm run test:stylelint && eslint . --ext .js,.ts,.tsx",
    "test": "npm run test:lint && npm run test:jest --",
    "test:all": "npm run test:lint-fix && npm run test:jest && npm run cc && npm run test:pup",
    "test:jest": "jest --config jest.config.json --runInBand",
    "test:jest-u": "npm run test:jest -- -u",
    "pre-puppet": "npm run build:prod && node server.js",
    "run:puppeteer": "jest --config test/puppeteer/jest.config.json puppeteer.spec.ts",
    "cleaninstall": "rimraf yarn.lock && rimraf package-lock.json && rimraf node_modules && npm cache clean --force && npm install",
    "postinstall": "npm run build:prod",
    "test:puppeteer": "start-server-and-test pre-puppet $PUPPET_URL run:puppeteer",
    "test:pup": "dotenv -- npm run test:puppeteer"
  },
  "dependencies": {
    "@emotion/react": "^11.11.1",
    "@emotion/styled": "^11.11.0",
    "@mui/icons-material": "^5.14.11",
    "@mui/material": "^5.14.11",
    "@mui/x-data-grid": "^6.15.0",
    "@react-oauth/google": "^0.11.1",
    "@tinymce/tinymce-react": "^5.0.1",
    "@types/copy-webpack-plugin": "^10.1.0",
    "@types/core-js": "^2.5.5",
    "@types/domutils": "^1.7.4",
    "@types/ejs": "^3.1.2",
    "@types/html-webpack-plugin": "^3.2.6",
    "@types/jest": "^29.4.0",
    "@types/mini-css-extract-plugin": "^2.5.1",
    "@types/node": "^18.14.0",
    "@types/react": "^18.0.28",
    "@types/react-dom": "^18.0.11",
    "@types/react-notifications-component": "^3.1.1",
    "@types/react-redux": "^7.1.25",
    "@types/react-resize-detector": "^6.1.0",
    "@types/react-router-hash-link": "^2.4.5",
    "@types/react-slick": "^0.23.10",
    "@types/sanitize-html": "^2.8.0",
    "@types/superagent": "^4.1.16",
    "@types/webpack-bundle-analyzer": "^4.6.0",
    "@types/webpack-env": "^1.18.0",
    "axios": "^1.7.7",
    "buffer": "^6.0.3",
    "copy-webpack-plugin": "^11.0.0",
    "core-js": "^3.28.0",
    "crypto-browserify": "^3.12.0",
    "css-loader": "^6.7.3",
    "dotenv": "^16.3.1",
    "expose-loader": "^4.0.0",
    "express": "^4.18.2",
    "express-sslify": "^1.2.0",
    "file-loader": "^6.2.0",
    "html-loader": "^4.2.0",
    "html-react-parser": "^3.0.9",
    "html-webpack-plugin": "^5.5.0",
    "jwt-simple": "^0.5.6",
    "mini-css-extract-plugin": "^2.7.2",
    "moment": "^2.29.4",
    "popper.js": "^1.16.1",
    "process": "^0.11.10",
    "puppeteer": "^22.12.0",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "react-notifications-component": "^4.0.1",
    "react-redux": "^8.0.5",
    "react-resize-detector": "^8.0.4",
    "react-router-dom": "^6.16.0",
    "react-router-hash-link": "^2.4.3",
    "react-slick": "^0.29.0",
    "redux": "^4.2.1",
    "redux-persist": "^6.0.0",
    "redux-thunk": "^2.4.2",
    "resize-observer-polyfill": "^1.5.1",
    "rimraf": "^5.0.5",
    "sass": "^1.68.0",
    "sass-loader": "^13.3.2",
    "slick-carousel": "^1.8.1",
    "snyk": "^1.1064.0",
    "source-map-loader": "^4.0.1",
    "stream-browserify": "^3.0.0",
    "style-loader": "^3.3.1",
    "stylelint-config-recommended-scss": "^9.0.1",
    "superagent": "^8.0.9",
    "terser-webpack-plugin": "^5.3.6",
    "ts-loader": "^9.4.4",
    "typescript": "^5.2.2",
    "url-loader": "^4.1.1",
    "url-search-params-polyfill": "^8.1.1",
    "util": "^0.12.5",
    "webpack": "^5.89.0",
    "webpack-bundle-analyzer": "^4.8.0",
    "webpack-cli": "^5.1.4"
  },
  "devDependencies": {
    "@testing-library/jest-dom": "^5.16.5",
    "@testing-library/react": "^14.0.0",
    "@types/react-test-renderer": "^18.0.2",
    "@types/redux-mock-store": "^1.0.3",
    "@typescript-eslint/eslint-plugin": "^6.7.3",
    "@typescript-eslint/parser": "^6.7.3",
    "cross-env": "^7.0.3",
    "dotenv-cli": "^7.3.0",
    "eslint": "^8.50.0",
    "eslint-config-airbnb": "^19.0.4",
    "eslint-config-airbnb-typescript": "^17.1.0",
    "eslint-plugin-es": "^4.1.0",
    "eslint-plugin-import": "^2.28.1",
    "eslint-plugin-jest": "^27.4.0",
    "eslint-plugin-json": "^3.1.0",
    "eslint-plugin-jsx-a11y": "^6.7.1",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-react": "^7.33.2",
    "eslint-plugin-react-hooks": "^4.6.0",
    "eslint-plugin-security": "^1.7.1",
    "identity-obj-proxy": "^3.0.0",
    "jest": "^29.7.0",
    "jest-environment-jsdom": "^29.7.0",
    "react-test-renderer": "^18.2.0",
    "redux-mock-store": "^1.5.4",
    "start-server-and-test": "^2.0.3",
    "stylelint": "^15.1.0",
    "stylelint-config-standard": "^30.0.1",
    "stylelint-scss": "^4.4.0",
    "ts-jest": "^29.1.1",
    "webpack-dev-server": "^4.15.1"
  },
  "snyk": true
}