WebJamApps/JaMmusic

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "jammusic",
  "version": "2.6.0",
  "description": "joshandmariamusic.com",
  "main": "dist/index.html",
  "repository": {
    "url": "git+ssh://git@github.com/WebJamApps/JaMmusic.git",
    "type": "git"
  },
  "author": "https://github.com/orgs/WebJamApps/teams/handlersandkickers",
  "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": {
    "install:prod": "npm run cleanup && npm install --only=prod",
    "build:prod": "rm -rf dist && npx webpack --node-env=production --progress --env production",
    "cc": "codeclimate analyze -f html > codeclimate.html",
    "start": "webpack serve --node-env=development --env --inline",
    "test:stylelint": "stylelint \"static/**/*.scss\"",
    "test:lint-fix": "eslint . --ext .js,.ts,.tsx --fix",
    "test:lint": "npm run test:stylelint && eslint . --ext .js,.ts,.tsx",
    "test": "npm run test:jest --",
    "test:local": "npm run test:lint-fix && npm run test:unit && npm run cc",
    "test:jest": "jest --config jest.config.json --runInBand",
    "test:unit": "rm -rf coverage && npm run test:jest --",
    "cleanup": "rm -rf yarn.lock && rm -rf package-lock.json && rm -rf node_modules",
    "cleaninstall": "npm install -g npm@latest && npm run cleanup && npm install",
    "postinstall": "npm run build:prod"
  },
  "dependencies": {
    "@apollo/client": "^3.8.8",
    "@emotion/react": "^11.10.6",
    "@emotion/styled": "^11.10.6",
    "@mui/icons-material": "^5.11.11",
    "@mui/material": "^5.11.11",
    "@mui/x-data-grid": "^5.17.25",
    "@mui/x-date-pickers": "^5.0.20",
    "@popperjs/core": "^2.11.6",
    "@react-oauth/google": "^0.8.0",
    "@tinymce/tinymce-react": "^5.0.0",
    "@types/core-js": "^2.5.5",
    "@types/domutils": "^1.7.4",
    "@types/ejs": "^3.1.2",
    "@types/faker": "^5.5.9",
    "@types/google.maps": "^3.55.10",
    "@types/html-webpack-plugin": "^3.2.6",
    "@types/node": "^22.9.0",
    "@types/react": "^18.0.28",
    "@types/react-dom": "^18.0.11",
    "@types/react-redux": "^7.1.25",
    "@types/react-router-dom": "^5.3.3",
    "@types/react-slick": "^0.23.10",
    "@types/redux-logger": "^3.0.9",
    "@types/sanitize-html": "^2.8.1",
    "@types/socketcluster-client": "^16.0.0",
    "@types/superagent": "^4.1.16",
    "@types/webpack-bundle-analyzer": "^4.6.0",
    "@types/webpack-env": "1.18.0",
    "axios": "^1.7.4",
    "copy-webpack-plugin": "^11.0.0",
    "core-js": "^3.29.0",
    "crypto-browserify": "^3.12.0",
    "css-loader": "^6.7.3",
    "date-fns": "^2.29.3",
    "decode-uri-component": "^0.4.1",
    "dotenv": "^16.3.1",
    "expose-loader": "^4.0.0",
    "express": "^4.19.2",
    "express-sslify": "^1.2.0",
    "faker": "^5.5.3",
    "file-loader": "^6.2.0",
    "graphql": "^16.8.1",
    "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",
    "process": "^0.11.10",
    "prop-types": "^15.8.1",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "react-notifications-component": "^4.0.1",
    "react-player": "^2.11.2",
    "react-redux": "^8.0.5",
    "react-resize-detector": "^8.0.4",
    "react-router-dom": "^6.8.2",
    "react-share": "^4.4.1",
    "react-slick": "^0.29.0",
    "redux": "^4.2.1",
    "redux-logger": "^3.0.6",
    "redux-persist": "^6.0.0",
    "redux-thunk": "^2.4.2",
    "resize-observer-polyfill": "^1.5.1",
    "sass": "^1.58.3",
    "sass-loader": "^13.2.0",
    "slick-carousel": "^1.8.1",
    "snyk": "^1.1111.0",
    "socketcluster-client": "^17.1.1",
    "source-map-loader": "^4.0.1",
    "stream-browserify": "^3.0.0",
    "style-loader": "^3.3.1",
    "superagent": "^10.0.2",
    "terser-webpack-plugin": "^5.3.9",
    "ts-loader": "^9.4.2",
    "typescript": "^5.3.3",
    "url-loader": "^4.1.1",
    "url-search-params-polyfill": "^8.1.1",
    "util": "^0.12.5",
    "vm-browserify": "^1.1.2",
    "webpack": "^5.90.3",
    "webpack-bundle-analyzer": "^4.10.1",
    "webpack-cli": "^5.1.4"
  },
  "devDependencies": {
    "@testing-library/jest-dom": "^6.4.2",
    "@testing-library/react": "^14.2.1",
    "@types/jest": "^29.5.12",
    "@types/react-test-renderer": "^18.0.7",
    "@typescript-eslint/eslint-plugin": "^7.1.0",
    "@typescript-eslint/parser": "^7.1.0",
    "eslint": "^8.57.0",
    "eslint-config-airbnb": "^19.0.4",
    "eslint-config-airbnb-typescript": "^18.0.0",
    "eslint-plugin-es": "^4.1.0",
    "eslint-plugin-import": "^2.29.1",
    "eslint-plugin-jest": "^27.9.0",
    "eslint-plugin-json": "^3.1.0",
    "eslint-plugin-jsx-a11y": "^6.7.1",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-react": "^7.34.0",
    "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",
    "stylelint": "^16.2.1",
    "stylelint-config-recommended-scss": "^14.0.0",
    "stylelint-config-standard": "^36.0.0",
    "stylelint-scss": "^6.2.0",
    "ts-jest": "^29.1.2",
    "webpack-dev-server": "^5.0.2"
  },
  "snyk": true
}