{
  "name": "demo",
  "private": true,
  "version": "0.0.1",
  "description": "H5Web demo",
  "author": "European Synchrotron Radiation Facility",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/silx-kit/h5web"
  },
  "scripts": {
    "start": "vite --host",
    "build": "vite build",
    "serve": "vite preview --port 5173",
    "lint:eslint": "eslint \"**/*.{js,cjs,ts,tsx}\" --max-warnings=0",
    "lint:tsc": "tsc"
  },
  "dependencies": {
    "@h5web/app": "workspace:*",
    "@h5web/h5wasm": "workspace:*",
    "@h5web/lib": "workspace:*",
    "@h5web/shared": "workspace:*",
    "axios": "0.27.2",
    "axios-hooks": "3.1.5",
    "crypto-js": "4.1.1",
    "encryptlong": "3.1.4",
    "jsencrypt": "3.3.1",
    "normalize.css": "8.0.1",
    "react": "17.0.2",
    "react-dom": "17.0.2",
    "react-dropzone": "14.2.2",
    "react-icons": "4.4.0",
    "react-router-dom": "6.3.0"
  },
  "devDependencies": {
    "@types/node": "16.11.7",
    "@types/react": "17.0.39",
    "@types/react-dom": "17.0.11",
    "@types/react-router-dom": "5.3.3",
    "@vitejs/plugin-react": "2.1.0",
    "eslint": "8.23.1",
    "eslint-config-galex": "4.2.2",
    "typescript": "4.8.3",
    "vite": "3.1.3",
    "vite-plugin-checker": "0.5.1",
    "vite-plugin-eslint": "1.8.1"
  }
}
