2024-09-17 21:42:05 +00:00
|
|
|
{
|
2024-10-08 11:54:44 +00:00
|
|
|
"name": "sith",
|
|
|
|
"version": "3",
|
|
|
|
"description": "Le web Sith de l'AE",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
|
|
|
"compile": "webpack --mode production",
|
|
|
|
"compile-dev": "webpack --mode development",
|
|
|
|
"serve": "webpack --mode development --watch",
|
2024-10-13 00:55:15 +00:00
|
|
|
"analyse-dev": "webpack --config webpack.analyze.config.js --mode development",
|
|
|
|
"analyse-prod": "webpack --config webpack.analyze.config.js --mode production",
|
2024-10-08 11:54:44 +00:00
|
|
|
"check": "biome check --write"
|
|
|
|
},
|
|
|
|
"keywords": [],
|
|
|
|
"author": "",
|
|
|
|
"license": "GPL-3.0-only",
|
|
|
|
"sideEffects": [".css"],
|
2024-10-09 14:28:54 +00:00
|
|
|
"imports": {
|
2024-10-09 18:59:12 +00:00
|
|
|
"#openapi": "./staticfiles/generated/openapi/index.ts",
|
2024-10-10 00:04:49 +00:00
|
|
|
"#core:*": "./core/static/webpack/*",
|
|
|
|
"#pedagogy:*": "./pedagogy/static/webpack/*"
|
2024-10-09 14:28:54 +00:00
|
|
|
},
|
2024-10-08 11:54:44 +00:00
|
|
|
"devDependencies": {
|
|
|
|
"@babel/core": "^7.25.2",
|
|
|
|
"@babel/preset-env": "^7.25.4",
|
|
|
|
"@biomejs/biome": "1.9.3",
|
2024-10-09 14:28:54 +00:00
|
|
|
"@hey-api/openapi-ts": "^0.53.8",
|
2024-10-12 22:28:21 +00:00
|
|
|
"@types/alpinejs": "^3.13.10",
|
|
|
|
"@types/jquery": "^3.5.31",
|
2024-10-08 11:54:44 +00:00
|
|
|
"babel-loader": "^9.2.1",
|
|
|
|
"css-loader": "^7.1.2",
|
|
|
|
"css-minimizer-webpack-plugin": "^7.0.0",
|
|
|
|
"expose-loader": "^5.0.0",
|
|
|
|
"mini-css-extract-plugin": "^2.9.1",
|
|
|
|
"source-map-loader": "^5.0.0",
|
|
|
|
"terser-webpack-plugin": "^5.3.10",
|
2024-10-09 14:28:54 +00:00
|
|
|
"ts-loader": "^9.5.1",
|
|
|
|
"typescript": "^5.6.3",
|
2024-10-08 11:54:44 +00:00
|
|
|
"webpack": "^5.94.0",
|
2024-10-13 00:55:15 +00:00
|
|
|
"webpack-bundle-analyzer": "^4.10.2",
|
2024-10-08 11:54:44 +00:00
|
|
|
"webpack-cli": "^5.1.4"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@fortawesome/fontawesome-free": "^6.6.0",
|
2024-10-09 14:28:54 +00:00
|
|
|
"@hey-api/client-fetch": "^0.4.0",
|
2024-10-13 14:47:33 +00:00
|
|
|
"@sentry/browser": "^8.34.0",
|
2024-10-08 22:19:14 +00:00
|
|
|
"@zip.js/zip.js": "^2.7.52",
|
2024-10-13 16:13:10 +00:00
|
|
|
"3d-force-graph": "^1.73.4",
|
2024-10-08 11:54:44 +00:00
|
|
|
"alpinejs": "^3.14.1",
|
2024-10-13 18:16:13 +00:00
|
|
|
"chart.js": "^4.4.4",
|
2024-10-08 22:38:22 +00:00
|
|
|
"cytoscape": "^3.30.2",
|
|
|
|
"cytoscape-cxtmenu": "^3.5.0",
|
|
|
|
"cytoscape-klay": "^3.1.4",
|
2024-10-13 16:13:10 +00:00
|
|
|
"d3-force-3d": "^3.0.5",
|
2024-10-08 11:54:44 +00:00
|
|
|
"easymde": "^2.18.0",
|
|
|
|
"glob": "^11.0.0",
|
|
|
|
"jquery": "^3.7.1",
|
|
|
|
"jquery-ui": "^1.14.0",
|
2024-10-08 22:19:14 +00:00
|
|
|
"jquery.shorten": "^1.0.0",
|
2024-10-12 22:28:21 +00:00
|
|
|
"native-file-system-adapter": "^3.0.1",
|
2024-10-13 16:13:10 +00:00
|
|
|
"three": "^0.169.0",
|
2024-10-15 20:06:22 +00:00
|
|
|
"three-spritetext": "^1.9.0",
|
|
|
|
"tom-select": "^2.3.1"
|
2024-10-08 11:54:44 +00:00
|
|
|
}
|
2024-09-17 21:42:05 +00:00
|
|
|
}
|