{
  "name": "@adam-sv/arc",
  "version": "2.0.2",
  "license": "MIT",
  "type": "module",
  "files": [
    "dist-lib/",
    "README.md"
  ],
  "main": "./dist-lib/adam-sv-arc.umd.cjs",
  "module": "./dist-lib/adam-sv-arc.js",
  "types": "./dist-lib/index.d.ts",
  "exports": {
    ".": {
      "import": {
        "types": "./dist-lib/index.d.ts",
        "default": "./dist-lib/adam-sv-arc.js"
      },
      "require": {
        "types": "./dist-lib/index.d.ts",
        "default": "./dist-lib/adam-sv-arc.umd.cjs"
      }
    }
  },
  "scripts": {
    "build:app": "yarn copy:source-to-public && tsc -b && vite build",
    "build:lib": "tsc -b && vite build --config vite.config.lib.ts && rm -rf dist-lib/demo-app && mv dist-lib/lib/* dist-lib && rm -rf dist-lib/lib",
    "copy:source-to-public": "copyfiles \"./src/**/**\" ./public/static/",
    "dev": "yarn copy:source-to-public && vite",
    "format": "prettier . --write",
    "lint": "eslint .",
    "prepare": "yarn build:lib",
    "prepare:npm": "npm build:lib",
    "test": "yarn jest"
  },
  "dependencies": {
    "d3": "^6.3.1",
    "prism-solarized-dark": "^1.0.1",
    "prismjs": "^1.29.0",
    "react": "^19.0.0",
    "react-dom": "^19.0.0",
    "react-router": "^7.8.0",
    "react-simple-code-editor": "^0.11.0",
    "uuid": "^10.0.0",
    "webcola": "^3.4.0"
  },
  "devDependencies": {
    "@testing-library/dom": "^10.4.0",
    "@testing-library/jest-dom": "^6.6.3",
    "@testing-library/react": "^16.1.0",
    "@testing-library/user-event": "^14.5.2",
    "@types/d3": "^6.2.0",
    "@types/deep-equal": "^1.0.1",
    "@types/jest": "^29.5.14",
    "@types/prismjs": "^1.26.0",
    "@types/react": "^19.0.0",
    "@types/react-dom": "^19.0.0",
    "@types/react-router": "^5.1.20",
    "@types/uuid": "^10.0.0",
    "@vitejs/plugin-react": "^4.3.1",
    "browserslist": "^4.18.1",
    "copyfiles": "^2.4.1",
    "identity-obj-proxy": "^3.0.0",
    "jest": "^29.7.0",
    "jest-environment-jsdom": "^29.7.0",
    "react-dev-utils": "^12",
    "rollup-plugin-typescript2": "^0.36.0",
    "sass": "^1.56.1",
    "ts-jest": "^29.2.5",
    "ts-node": "^10.9.2",
    "typescript": "^5.2.2",
    "vite": "^5.3.4",
    "vite-plugin-lib-inject-css": "^2.1.1",
    "vite-tsconfig-paths": "^4.3.2",
    "yarn": "1.22.19"
  },
  "packageManager": "yarn@1.22.19"
}