Blame view

scripts/package.json 475 Bytes
73f2ae9d   Geoffrey PREUD'HOMME   Outils de rédaction
1
2
3
4
5
6
7
8
9
10
11
12
13
  {
    "name": "s6-mp-tutorat",
    "version": "1.0.0",
    "description": "Tutorat de microprocesseurs S6 - TD1 Sujet 8",
    "main": "index.js",
    "repository": {
      "type": "git",
      "url": "https://archives.plil.fr/gbontoux/s6-mp-tutorat"
    },
    "author": "GeoffreyFrogeye",
    "license": "GPL-3.0",
    "dependencies": {
      "highlight.js": "^9.11.0",
e1ef3f33   thubert   Correction de l'i...
14
      "html-pdf": "^2.1.0",
73f2ae9d   Geoffrey PREUD'HOMME   Outils de rédaction
15
16
      "katex": "^0.7.1",
      "marked": "^0.3.6",
e1ef3f33   thubert   Correction de l'i...
17
      "markedpp": "^0.3.10",
73f2ae9d   Geoffrey PREUD'HOMME   Outils de rédaction
18
19
20
      "yargs": "^8.0.1"
    }
  }