{
  "name": "@h5web/app",
  "version": "0.0.1",
  "description": "H5Web app and providers",
  "author": "European Synchrotron Radiation Facility",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/silx-kit/h5web"
  },
  "type": "module",
  "sideEffects": false,
  "files": [
    "dist"
  ],
  "main": "src/index.ts",
  "publishConfig": {
    "main": "dist/index.js",
    "module": "dist/index.esm.js",
    "types": "dist/index.d.ts",
    "exports": {
      "./dist/styles.css": "./dist/styles.css",
      "./styles.css": "./dist/styles.css",
      ".": {
        "require": "./dist/index.js",
        "import": "./dist/index.esm.js"
      }
    }
  },
  "scripts": {
    "build": "vite build && run-p build:*",
    "build:css": "vite build --config vite.styles.config.js && concat dist/temp/style.css dist/style.css -o dist/styles.css && rm -Rf dist/style.css dist/temp",
    "build:dts": "tsc --build tsconfig.build.json && rollup -c",
    "lint:eslint": "eslint \"**/*.{js,cjs,ts,tsx}\" --max-warnings=0",
    "lint:tsc": "tsc",
    "test": "jest",
    "analyze": "pnpx source-map-explorer dist/index.js --no-border-checks"
  },
  "peerDependencies": {
    "react": ">=16",
    "react-dom": ">=16"
  },
  "dependencies": {
    "@h5web/lib": "workspace:*",
    "@react-hookz/web": "14.2.2",
    "@react-three/fiber": "7.0.26",
    "axios": "0.27.2",
    "d3-format": "3.1.0",
    "lodash": "4.17.21",
    "ndarray": "1.0.19",
    "ndarray-ops": "1.2.2",
    "react-error-boundary": "3.1.4",
    "react-icons": "4.4.0",
    "react-reflex": "4.0.9",
    "react-slider": "2.0.4",
    "react-suspense-fetch": "0.4.1",
    "react-use": "17.4.0",
    "three": "0.141.0",
    "zustand": "4.1.1"
  },
  "devDependencies": {
    "@h5web/shared": "workspace:*",
    "@rollup/plugin-alias": "3.1.9",
    "@testing-library/dom": "8.13.0",
    "@testing-library/jest-dom": "5.16.5",
    "@testing-library/react": "12.1.5",
    "@testing-library/user-event": "14.2.0",
    "@types/d3-format": "3.0.1",
    "@types/lodash": "4.14.185",
    "@types/ndarray": "1.0.11",
    "@types/node": "16.11.7",
    "@types/react": "17.0.39",
    "@types/react-dom": "17.0.11",
    "@types/react-slider": "1.3.1",
    "@types/testing-library__jest-dom": "5.14.5",
    "concat": "1.0.3",
    "eslint": "8.23.1",
    "eslint-config-galex": "4.2.2",
    "jest": "27.5.1",
    "npm-run-all": "4.1.5",
    "react": "17.0.2",
    "react-dom": "17.0.2",
    "rollup": "2.79.1",
    "rollup-plugin-dts": "4.2.2",
    "typescript": "4.8.3",
    "vite": "3.1.3"
  }
}
