Skip to content
Snippets Groups Projects
Commit 613c30c3 authored by Aymane Ismail's avatar Aymane Ismail
Browse files

Debut G

parent 169614a9
No related branches found
No related tags found
No related merge requests found
{
"presets": ["@babel/env"]
}
.DS_Store
node_modules
*.zip
build/
\ No newline at end of file
......@@ -14,7 +14,7 @@
<link rel="stylesheet" href="css/pizzaList.css">
<link rel="stylesheet" href="css/footer.css">
<script src="src/main.js" defer></script>
<script src="build/main.js" defer></script>
</head>
<body>
......
note 0 → 100644
./node_modules/.bin/babel src -d build --verbose --watch --source-maps
This diff is collapsed.
{
"name": "pizzaland",
"version": "1.0.0",
"description": "projet pizzaland",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://gitlab.univ-lille.fr/aymane.ismail.etu/tp1.git"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/cli": "^7.16.8",
"@babel/core": "^7.16.12",
"@babel/preset-env": "^7.16.11"
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment