aboutsummaryrefslogtreecommitdiff
path: root/semestre 1/anglais/presentation/package.json
diff options
context:
space:
mode:
authorAnhgelus Morhtuuzh <anhgelus@anhgelus.world>2025-01-31 15:34:40 +0100
committerAnhgelus Morhtuuzh <anhgelus@anhgelus.world>2025-01-31 15:34:40 +0100
commitf1c0d57b427846a7aa9807b5b7bb4289212eed72 (patch)
treebecf89471ab7e66c4f96cf8c965274bf84058959 /semestre 1/anglais/presentation/package.json
Ajout du premier semestre
Diffstat (limited to 'semestre 1/anglais/presentation/package.json')
-rw-r--r--semestre 1/anglais/presentation/package.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/semestre 1/anglais/presentation/package.json b/semestre 1/anglais/presentation/package.json
new file mode 100644
index 0000000..f1dc322
--- /dev/null
+++ b/semestre 1/anglais/presentation/package.json
@@ -0,0 +1,15 @@
+{
+ "name": "presentation",
+ "module": "index.ts",
+ "type": "module",
+ "devDependencies": {
+ "@types/bun": "latest"
+ },
+ "peerDependencies": {
+ "typescript": "^5.0.0"
+ },
+ "dependencies": {
+ "@types/reveal.js": "^5.0.4",
+ "reveal.js": "^5.1.0"
+ }
+} \ No newline at end of file