-
- Downloads
Partie C
... | @@ -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": "./node_modules/.bin/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,8 @@ | ... | @@ -12,6 +14,8 @@ |
"devDependencies": { | "devDependencies": { | ||
"@babel/cli": "^7.12.10", | "@babel/cli": "^7.12.10", | ||
"@babel/core": "^7.12.10", | "@babel/core": "^7.12.10", | ||
"@babel/preset-env": "^7.12.11" | "@babel/plugin-proposal-class-properties": "^7.12.1", | ||
"@babel/preset-env": "^7.12.11", | |||
"prettier": "^2.2.1" | |||
} | } | ||
} | } |
Please register or sign in to comment