{
  "name": "@pimaonline/pimaonline-themepack",
  "version": "5.23.26",
  "description": "A cloud based, course theme-pack for building courses efficiently within the D2L learning environment.",
  "main": "index.js",
  "files": [
    "README.md",
    "package.json",
    "/dist/img",
    "/dist/js",
    "/dist/js/themes",
    "/dist/plugins",
    "/dist/css/plugins",
    "/dist/css/themes",
    "/dist/css/main.css",
    "/dist/css/routes.css"
  ],
  "scripts": {
    "sidebar:gen": "node docs/build-sidebar.js",
    "predocs": "npm run sidebar:gen",
    "docs": "docsify serve docs",
    "build": "concurrently \"npm run sass\" \"npm run webpack\" \"npm run stylelint\"",
    "dev": "concurrently \"npm run sass:watch\" \"npm run webpack:watch\" \"npm run serve\" \"npm run stylelint:watch\"",
    "sass": "sass --no-source-map --style=compressed src/scss:dist/css",
    "sass:watch": "sass --watch --no-source-map --style=compressed src/scss:dist/css",
    "serve": "webpack serve",
    "stylelint": "mkdir -p stylelint/reports && npx stylelint 'src/**/*.{css,scss}' --formatter verbose --no-color 2>&1 | node stylelint/format-reports.js > stylelint/reports/stylelint-full-report.txt",
    "stylelint:watch": "node stylelint/stylelint-watcher.js",
    "webpack": "webpack",
    "webpack:watch": "webpack --watch"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/franreyn/pimaonline-themepack"
  },
  "author": "Center for Learning Technology at Pima Community College",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/franreyn/pimaonline-themepack/issues"
  },
  "homepage": "https://github.com/franreyn/pimaonline-themepack",
  "devDependencies": {
    "@types/react": "^19.1.8",
    "@types/react-dom": "^19.1.6",
    "concurrently": "^9.1.2",
    "copy-webpack-plugin": "^13.0.0",
    "css-loader": "^7.1.2",
    "docsify-cli": "^4.4.4",
    "glob": "^11.0.3",
    "html-webpack-plugin": "^5.6.3",
    "mini-css-extract-plugin": "^2.9.2",
    "react": "^19.1.0",
    "react-dom": "^19.1.0",
    "sass": "^1.89.2",
    "sass-loader": "^16.0.5",
    "stylelint": "^16.20.0",
    "stylelint-config-standard-scss": "^15.0.1",
    "ts-loader": "^9.5.2",
    "typescript": "^5.8.3",
    "webpack": "^5.99.9",
    "webpack-cli": "^6.0.1",
    "webpack-dev-server": "^5.2.2"
  }
}
