December-software-project/sort-algo

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "temp",
  "description": "Sorting visualizer web application created for students to learn and understand sorting algorithms better!",
  "version": "0.1.0",
  "dependencies": {
    "@ant-design/icons": "^4.3.0",
    "@material-ui/core": "^4.11.2",
    "@material-ui/lab": "^4.0.0-alpha.57",
    "@testing-library/jest-dom": "^5.11.6",
    "@testing-library/react": "^11.2.2",
    "@testing-library/user-event": "^12.5.0",
    "ace-builds": "^1.4.12",
    "antd": "^4.9.2",
    "better-docs": "^2.3.2",
    "emailjs-com": "^2.6.4",
    "formik": "^2.2.6",
    "intersection-observer": "^0.11.0",
    "lodash": "^4.17.20",
    "react": "^17.0.1",
    "react-ace": "^9.2.1",
    "react-dom": "^17.0.1",
    "react-hexagon": "^1.1.3",
    "react-icons": "^4.1.0",
    "react-is-visible": "^1.1.1",
    "react-particles-js": "^3.4.1",
    "react-scripts": "4.0.1",
    "react-spring": "^8.0.27",
    "react-svg-path": "^1.4.3",
    "react-tsparticles": "^1.18.11",
    "web-vitals": "^0.2.4",
    "yup": "^0.32.8"
  },
  "scripts": {
    "start": "react-scripts start",
    "build": "react-scripts build",
    "test": "react-scripts test --coverage --watchAll=false",
    "eject": "react-scripts eject",
    "pretty": "prettier --write \"./**/*.{js,jsx,json,css}\"",
    "docs": "jsdoc -c jsdoc.conf.json",
    "css": "npx stylelint \"src/**/*.css\""
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/December-software-project/sort-algo"
  },
  "keywords": [
    "Sorting",
    "Visualizer",
    "algorithms",
    "sort",
    "Data structures"
  ],
  "contributors": [
    "Keane Chan Jun Yu",
    "Sean Lum Jian Yang",
    "Ashley Lau Jun Hao"
  ],
  "eslintConfig": {
    "extends": [
      "react-app",
      "react-app/jest"
    ]
  },
  "browserslist": {
    "production": [
      ">0.2%",
      "not dead",
      "not op_mini all"
    ],
    "development": [
      "last 1 chrome version",
      "last 1 firefox version",
      "last 1 safari version"
    ]
  },
  "devDependencies": {
    "@material-ui/icons": "^4.11.2",
    "jsdoc": "^3.6.6",
    "prettier": "^2.2.1",
    "stylelint": "^13.8.0",
    "stylelint-config-standard": "^20.0.0"
  }
}