{
  "name": "studentstracker",
  "packageManager": "yarn@3.1.1",
  "version": "1.7.2",
  "description": "Moodle plugin tracking users that didn't access a course for some days. It aims to provide a tool to help the teachers preventing students from dropping out.",
  "main": "amd/src/index.js",
  "repository": "https://github.com/Hipjea/studentstracker",
  "author": "Pierre Duverneix",
  "license": "MIT",
  "devDependencies": {
    "@babel/core": "^7.15.8",
    "@babel/plugin-proposal-class-properties": "^7.14.5",
    "@babel/preset-env": "^7.15.8",
    "@babel/preset-react": "^7.14.5",
    "@types/react": "^17.0.30",
    "@types/react-dom": "^17.0.9",
    "@types/webpack": "^5.28.0",
    "@typescript-eslint/eslint-plugin": "^5.0.0",
    "@typescript-eslint/parser": "^5.0.0",
    "babel-loader": "^8.2.2",
    "copy-webpack-plugin": "^10.2.0",
    "eslint": "^8.0.1",
    "grunt": "^1.4.1",
    "grunt-contrib-clean": "^2.0.0",
    "grunt-contrib-less": "^3.0.0",
    "grunt-contrib-watch": "^1.1.0",
    "grunt-load-gruntfile": "^0.0.2",
    "grunt-webpack": "^5.0.0",
    "svg-inline-loader": "^0.8.2",
    "ts-loader": "^9.2.6",
    "tsconfig-paths": "^3.11.0",
    "webpack": "^5.73.0"
  },
  "dependencies": {
    "core-js": "^3.18.3",
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "typescript": "^4.4.4"
  }
}
