{ "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 --minify false", "openapi": "openapi-ts", "analyse-dev": "vite-bundle-visualizer --mode development", "analyse-prod": "vite-bundle-visualizer --mode production", "check": "tsc && biome check --write" }, "keywords": [], "author": "", "license": "GPL-3.0-only", "sideEffects": [ ".css" ], "imports": { "#openapi": "./staticfiles/generated/openapi/client/index.ts", "#core:*": "./core/static/bundled/*", "#pedagogy:*": "./pedagogy/static/bundled/*", "#counter:*": "./counter/static/bundled/*", "#com:*": "./com/static/bundled/*" }, "devDependencies": { "@babel/core": "^7.29.0", "@babel/preset-env": "^7.29.0", "@biomejs/biome": "^2.3.14", "@hey-api/openapi-ts": "^0.73.0", "@rollup/plugin-inject": "^5.0.5", "@types/alpinejs": "^3.13.11", "@types/cytoscape-cxtmenu": "^3.4.5", "@types/cytoscape-klay": "^3.1.5", "@types/js-cookie": "^3.0.6", "typescript": "^5.9.3", "vite": "^7.3.1", "vite-bundle-visualizer": "^1.2.1", "vite-plugin-static-copy": "^3.2.0" }, "dependencies": { "@alpinejs/sort": "^3.15.8", "@arendjr/text-clipper": "npm:@jsr/arendjr__text-clipper@^3.0.0", "@floating-ui/dom": "^1.7.5", "@fortawesome/fontawesome-free": "^7.2.0", "@fullcalendar/core": "^6.1.20", "@fullcalendar/daygrid": "^6.1.20", "@fullcalendar/icalendar": "^6.1.20", "@fullcalendar/list": "^6.1.20", "@sentry/browser": "^10.38.0", "@zip.js/zip.js": "^2.8.20", "3d-force-graph": "^1.79.1", "alpinejs": "^3.15.8", "chart.js": "^4.5.1", "country-flag-emoji-polyfill": "^0.1.8", "cytoscape": "^3.33.1", "cytoscape-cxtmenu": "^3.5.0", "cytoscape-klay": "^3.1.4", "d3-force-3d": "^3.0.6", "easymde": "^2.20.0", "glob": "^13.0.2", "html2canvas": "^1.4.1", "htmx.org": "^2.0.8", "js-cookie": "^3.0.5", "lit-html": "^3.3.2", "native-file-system-adapter": "^3.0.1", "three": "^0.182.0", "three-spritetext": "^1.10.0", "tom-select": "^2.5.1" } }