{
  "name": "@entur/loader",
  "version": "0.7.4",
  "license": "EUPL-1.2",
  "main": "dist/loader.cjs.js",
  "module": "dist/loader.esm.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/entur/design-system.git",
    "directory": "packages/loader"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "start": "vite build --watch",
    "build": "vite build",
    "test": "jest"
  },
  "peerDependencies": {
    "react": ">=16.8.0",
    "react-dom": ">=16.8.0"
  },
  "dependencies": {
    "@entur/tokens": "^3.24.0",
    "@entur/typography": "^2.1.12",
    "@entur/utils": "^0.13.6",
    "classnames": "^2.5.1"
  },
  "devDependencies": {
    "@testing-library/jest-dom": "^5.17.0",
    "@testing-library/react": "^10.4.9",
    "@testing-library/user-event": "14.6.1",
    "@vitejs/plugin-react": "^5.0.1",
    "jest": "^29.0.0",
    "jest-environment-jsdom": "^29.0.0",
    "ts-jest": "^29.0.0",
    "typescript": "^5.9.2",
    "vite": "^7.3.2",
    "vite-plugin-dts": "^4.5.4"
  },
  "gitHead": "801efcdaddd24c63ea7b9198ffe8902cac9477ab"
}
