-
- Downloads
11 o'clock push
.prettierrc
0 → 100644
.vscode/settings.json
0 → 100644
This diff is collapsed.
{ | ||
"name": "jsteam", | ||
"version": "1.0.0", | ||
"description": "", | ||
"description": "<img src=\"images/readme/header.jpg\">", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"build": "babel src -d build", | ||
"watch": "babel src -d build --verbose --watch --source-maps" | ||
}, | ||
"author": "Thomas Fritsch <thomas.fritsch@univ-lille.fr> (https://gitlab.univ-lille.fr/thomas.fritsch)", | ||
"homepage": "https://gitlab.univ-lille.fr/js", | ||
... | ... | @@ -12,6 +15,14 @@ |
"devDependencies": { | ||
"@babel/cli": "^7.20.7", | ||
"@babel/core": "^7.20.12", | ||
"@babel/preset-env": "^7.20.2" | ||
"@babel/preset-env": "^7.20.2", | ||
"prettier": "^2.8.3" | ||
}, | ||
"dependencies": { | ||
"serve": "^14.2.0" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git@gitlab-ssh.univ-lille.fr:gwendal.margely.etu/js-tp-2-api-dom.git" | ||
} | ||
} |
Please register or sign in to comment