{
  "name": "mykademy-learner-student-dashboard",
  "version": "0.0.5",
  "description": "mykademy learner student dashboard",
  "author": "olive group",
  "license": "MIT",
  "repository": "OliveMedia/VLE-MyKademy-Student-Dashboard",
  "main": "dist/index.js",
  "module": "dist/index.modern.js",
  "source": "src/index.js",
  "engines": {
    "node": ">=10"
  },
  "scripts": {
    "build": "microbundle-crl --no-compress --format modern,cjs",
    "build-css": "node-sass src/assets/ -o dist/",
    "start": "microbundle-crl watch --no-compress --format modern,cjs",
    "prepare": "run-s build",
    "test": "run-s test:unit test:lint test:build",
    "test:build": "run-s build",
    "test:lint": "eslint .",
    "test:unit": "cross-env CI=1 react-scripts test --env=jsdom",
    "test:watch": "react-scripts test --env=jsdom",
    "predeploy": "cd example && npm install && npm run build",
    "deploy": "gh-pages -d example/build"
  },
  "peerDependencies": {
    "@date-io/date-fns": "^1.3.13",
    "@material-ui/pickers": "^3.3.10",
    "@reduxjs/toolkit": "^1.8.6",
    "@tanstack/react-virtual": "^3.0.0-alpha.0",
    "moment": "^2.29.4",
    "moment-timezone": "^0.5.40",
    "myoneui": "^1.0.6",
    "postcss-normalize": "^10.0.1",
    "react": "^18.2.0",
    "react-moment": "^1.1.3",
    "react-myoneui": "^1.0.7",
    "react-redux": "^8.0.1",
    "react-slick": "^0.29.0",
    "slick-carousel": "^1.8.1"
  },
  "devDependencies": {
    "@date-io/date-fns": "^1.3.13",
    "@material-ui/pickers": "^3.3.10",
    "@reduxjs/toolkit": "^1.8.6",
    "@tanstack/react-virtual": "^3.0.0-alpha.0",
    "@testing-library/jest-dom": "^5.16.5",
    "@testing-library/react": "^13.4.0",
    "@testing-library/user-event": "^13.5.0",
    "autoprefixer": "^10.4.12",
    "axios": "^0.27.2",
    "cross-env": "^7.0.2",
    "date-fns": "^2.0.0-beta.5",
    "eslint-config-prettier": "^8.5.0",
    "eslint-config-standard": "^14.1.0",
    "eslint-config-standard-react": "^9.2.0",
    "eslint-plugin-import": "^2.18.2",
    "eslint-plugin-node": "^11.0.0",
    "eslint-plugin-prettier": "^4.0.0",
    "eslint-plugin-promise": "^4.2.1",
    "eslint-plugin-react": "^7.17.0",
    "eslint-plugin-standard": "^4.0.1",
    "gh-pages": "^2.2.0",
    "i18next": "^21.8.0",
    "i18next-chained-backend": "^3.0.2",
    "i18next-http-backend": "^1.4.0",
    "i18next-resources-to-backend": "^1.0.0",
    "idb": "^7.1.0",
    "js-base64": "^3.7.2",
    "jwt-encode": "^1.0.1",
    "lint-staged": "^13.0.0",
    "microbundle-crl": "^0.13.10",
    "msw": "^0.42.0",
    "myoneui": "^1.0.6",
    "npm-run-all": "^4.1.5",
    "postcss": "^8.3.5",
    "postcss-flexbugs-fixes": "^5.0.2",
    "postcss-preset-env": "^7.8.2",
    "pre-commit": "^1.2.2",
    "prettier": "^2.6.2",
    "prop-types": "^15.0.0",
    "react": "^18.2.0",
    "react-dom": "^18.1.0",
    "react-i18next": "^11.16.9",
    "react-iframe": "^1.8.4",
    "react-myoneui": "^1.0.7",
    "react-redux": "^8.0.1",
    "react-scripts": "5.0.1",
    "react-slick": "^0.29.0",
    "react-spinners": "^0.13.8",
    "sass": "^1.51.0",
    "sass-loader": "^7.2.0",
    "slick-carousel": "^1.8.1",
    "stylelint": "^13.13.1",
    "stylelint-config-twbs-bootstrap": "^2.2.1",
    "web-vitals": "^2.1.4"
  },
  "files": [
    "dist"
  ],
  "dependencies": {
    "mykademy-learner-dashboard": "^0.6.128"
  }
}
