{
  "name": "sith",
  "version": "3",
  "description": "Le web Sith de l'AE",
  "main": "index.js",
  "scripts": {
    "compile": "vite build --mode production",
    "compile-dev": "vite build --mode development",
    "serve": "vite build --mode development --watch",
    "analyse-dev": "vite-bundle-visualizer --mode development",
    "analyse-prod": "vite-bundle-visualizer --mode production",
    "check": "biome check --write"
  },
  "keywords": [],
  "author": "",
  "license": "GPL-3.0-only",
  "sideEffects": [".css"],
  "imports": {
    "#openapi": "./staticfiles/generated/openapi/index.ts",
    "#core:*": "./core/static/bundled/*",
    "#pedagogy:*": "./pedagogy/static/bundled/*"
  },
  "devDependencies": {
    "@babel/core": "^7.25.2",
    "@babel/preset-env": "^7.25.4",
    "@biomejs/biome": "1.9.3",
    "@hey-api/openapi-ts": "^0.53.8",
    "@rollup/plugin-inject": "^5.0.5",
    "@types/alpinejs": "^3.13.10",
    "@types/jquery": "^3.5.31",
    "vite": "^5.4.11",
    "vite-bundle-visualizer": "^1.2.1",
    "vite-plugin-static-copy": "^2.1.0"
  },
  "dependencies": {
    "@fortawesome/fontawesome-free": "^6.6.0",
    "@hey-api/client-fetch": "^0.4.0",
    "@sentry/browser": "^8.34.0",
    "@zip.js/zip.js": "^2.7.52",
    "3d-force-graph": "^1.73.4",
    "alpinejs": "^3.14.1",
    "chart.js": "^4.4.4",
    "cytoscape": "^3.30.2",
    "cytoscape-cxtmenu": "^3.5.0",
    "cytoscape-klay": "^3.1.4",
    "d3-force-3d": "^3.0.5",
    "easymde": "^2.18.0",
    "glob": "^11.0.0",
    "htmx.org": "^2.0.3",
    "jquery": "^3.7.1",
    "jquery-ui": "^1.14.0",
    "jquery.shorten": "^1.0.0",
    "native-file-system-adapter": "^3.0.1",
    "three": "^0.169.0",
    "three-spritetext": "^1.9.0",
    "tom-select": "^2.3.1"
  }
}