{
  "name": "skott-webapp",
  "version": "2.3.0",
  "description": "Visualize Graphs generated from Skott",
  "author": "Antoine Coulon",
  "main": "index.js",
  "type": "module",
  "publishConfig": {
    "access": "public"
  },
  "license": "MIT",
  "files": [
    "dist",
    "index.d.ts",
    "index.js"
  ],
  "devDependencies": {
    "@effect/data": "^0.4.1",
    "@egjs/hammerjs": "^2.0.17",
    "@emotion/react": "^11.11.1",
    "@mantine/core": "^6.0.16",
    "@mantine/form": "^7.0.0",
    "@mantine/hooks": "^6.0.16",
    "@tabler/icons-react": "^2.25.0",
    "@types/lodash-es": "^4.17.12",
    "@types/react": "^18.2.14",
    "@types/react-dom": "^18.2.6",
    "@typescript-eslint/eslint-plugin": "^7.10.0",
    "@typescript-eslint/parser": "^7.10.0",
    "@vitejs/plugin-react": "^4.2.1",
    "component-emitter": "^1.3.0",
    "keycharm": "^0.2.0",
    "lodash-es": "^4.17.21",
    "minimatch-browser-fork": "^1.0.0",
    "ninja-keys": "^1.2.2",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "react-github-btn": "^1.4.0",
    "rxjs": "^7.8.1",
    "timsort": "^0.3.0",
    "typescript": "^5.4.0",
    "uuid": "^8.3.2",
    "vis-data": "^7.1.6",
    "vis-network": "^9.1.6",
    "vis-util": "^5.0.3",
    "vite": "^5.2.11",
    "vite-tsconfig-paths": "^4.3.2",
    "vitest": "1.6.0",
    "fs-tree-structure": "0.0.5",
    "skott": "0.35.4"
  },
  "dependencies": {
    "digraph-js": "^2.2.3"
  },
  "scripts": {
    "build": "vite build",
    "dev": "vite & node server.js",
    "preview": "vite preview",
    "test": "vitest run",
    "test:watch": "vitest",
    "typecheck": "tsc --noEmit"
  }
}