{
  "name": "dso-toolkit",
  "description": "DSO Toolkit",
  "license": "SEE LICENSE IN DISCLAIMER.txt",
  "version": "95.2.0",
  "files": [
    "assets",
    "dist/di.svg",
    "dist/*.css",
    "dist/*.map",
    "src/**/*.scss",
    "CHANGELOG.md",
    "DISCLAIMER.txt",
    "README.md",
    "!src/icons/**"
  ],
  "type": "module",
  "main": "dist/index.js",
  "module": "dist/index.js",
  "types": "dist/index.d.ts",
  "repository": {
    "type": "git",
    "url": "https://github.com/dso-toolkit/dso-toolkit.git"
  },
  "homepage": "https://www.dso-toolkit.nl/",
  "devDependencies": {
    "@prettier/plugin-xml": "^3.4.2",
    "@types/css": "^0.0.38",
    "@types/gulp": "^4.0.18",
    "@types/gulp-cheerio": "^0.0.39",
    "@types/gulp-filter": "^3.0.41",
    "@types/gulp-postcss": "^8.0.6",
    "@types/gulp-rename": "^2.0.7",
    "@types/list-stream": "^1.0.3",
    "@types/through2": "^2.0.41",
    "concurrently": "^9.2.1",
    "css": "^3.0.0",
    "cssnano": "^7.1.7",
    "del": "^8.0.1",
    "escape-string-regexp": "^5.0.0",
    "gulp": "^5.0.1",
    "gulp-cheerio": "^1.0.0",
    "gulp-filter": "^10.0.0",
    "gulp-postcss": "^10.0.0",
    "gulp-prettier": "^6.0.0",
    "gulp-rename": "^2.1.0",
    "gulp-replace": "^1.1.4",
    "gulp-stylelint-esm": "^3.0.0",
    "gulp-svgstore": "^9.0.0",
    "gulp-typescript": "^6.0.0-alpha.1",
    "list-stream": "^2.1.0",
    "lit-html": "^3.3.2",
    "markdown-to-jsx": "^9.7.16",
    "plugin-error": "^2.0.1",
    "postcss": "^8.5.10",
    "prettier": "^3.8.3",
    "react": "^19.2.4",
    "react-dom": "^19.2.4",
    "sass": "1.99.0",
    "storybook": "10.3.5",
    "stylelint": "^16.26.1",
    "through2": "^4.0.2",
    "typescript": "~5.9.3",
    "uuid": "^14.0.0",
    "vinyl-sourcemaps-apply": "^0.2.1"
  },
  "nx": {
    "includedScripts": []
  },
  "scripts": {
    "watch": "gulp"
  }
}