Skip to content
Snippets Groups Projects
Commit e6f2e7a7 authored by Gwendal Margely's avatar Gwendal Margely :alembic:
Browse files

11 o'clock push

parent 94fab6f3
No related branches found
No related tags found
No related merge requests found
{
"singleQuote": true,
"trailingComma": "es5",
"endOfLine": "lf",
"useTabs": true,
"arrowParens": "avoid"
}
{
"[javascript]": {
"editor.formatOnSave": true,
"editor.defaultFormatter": "esbenp.prettier-vscode"
}
}
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"
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment