Sith/package.json

67 lines
2.0 KiB
JSON
Raw Normal View History

{
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",
"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"],
"imports": {
"#openapi": "./staticfiles/generated/openapi/index.ts",
2024-10-10 00:04:49 +00:00
"#core:*": "./core/static/webpack/*",
"#pedagogy:*": "./pedagogy/static/webpack/*"
},
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",
"@hey-api/openapi-ts": "^0.53.8",
"@types/alpinejs": "^3.13.10",
"@types/jquery": "^3.5.31",
"@types/select2": "^4.0.63",
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",
"ts-loader": "^9.5.1",
"typescript": "^5.6.3",
2024-10-08 11:54:44 +00:00
"webpack": "^5.94.0",
"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",
"@hey-api/client-fetch": "^0.4.0",
2024-10-13 14:47:33 +00:00
"@sentry/browser": "^8.34.0",
"@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",
"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",
"jquery.shorten": "^1.0.0",
"native-file-system-adapter": "^3.0.1",
2024-10-13 16:13:10 +00:00
"select2": "^4.1.0-rc.0",
"three": "^0.169.0",
"three-spritetext": "^1.9.0"
2024-10-08 11:54:44 +00:00
}
}