SU-SWS/stanford_profile_helper

View on GitHub
modules/stanford_notifications/package.json

Summary

Maintainability
Test Coverage
{
  "name": "stanford_starter",
  "version": "1.0.0",
  "description": "Changelog: [CHANGELOG.md](CHANGELOG.md)",
  "main": "webpack.config.js",
  "scripts": {
    "watch": "NODE_ENV=production webpack --watch",
    "build": "NODE_ENV=production webpack"
  },
  "author": "",
  "license": "ISC",
  "dependencies": {
    "@babel/core": "^7.26.0",
    "@babel/preset-env": "^7.26.0",
    "babel-loader": "^9.2.1",
    "css-loader": "^7.1.2",
    "decanter": "^6.2.14",
    "filemanager-webpack-plugin": "^8.0.0",
    "mini-css-extract-plugin": "^2.9.2",
    "node-sass": "^9.0.0",
    "optimize-css-assets-webpack-plugin": "^6.0.1",
    "postcss-loader": "^8.1.1",
    "postcss-preset-env": "^10.0.9",
    "sass-loader": "^16.0.3",
    "style-loader": "^4.0.0",
    "webpack": "^5.96.1",
    "webpack-cli": "^5.1.4",
    "webpack-remove-empty-scripts": "^1.0.4"
  },
  "packageManager": "yarn@4.5.1"
}