-
- Downloads
B. POO
Showing
.vscode/.prettierrc
0 → 100644
.vscode/settings.json
0 → 100644
... | @@ -4,7 +4,9 @@ | ... | @@ -4,7 +4,9 @@ |
"description": "", | "description": "", | ||
"main": "index.js", | "main": "index.js", | ||
"scripts": { | "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)", | "author": "Thomas Fritsch <thomas.fritsch@univ-lille.fr> (https://gitlab.univ-lille.fr/thomas.fritsch)", | ||
"homepage": "https://gitlab.univ-lille.fr/js", | "homepage": "https://gitlab.univ-lille.fr/js", | ||
... | @@ -12,6 +14,7 @@ | ... | @@ -12,6 +14,7 @@ |
"devDependencies": { | "devDependencies": { | ||
"@babel/cli": "^7.16.8", | "@babel/cli": "^7.16.8", | ||
"@babel/core": "^7.16.12", | "@babel/core": "^7.16.12", | ||
"@babel/preset-env": "^7.16.11" | "@babel/preset-env": "^7.16.11", | ||
"prettier": "^2.5.1" | |||
} | } | ||
} | } |
Please register or sign in to comment