-
- Downloads
tp1
Showing
- .babelrc 3 additions, 0 deletions.babelrc
- build/.gitignore 0 additions, 0 deletionsbuild/.gitignore
- build/main.js 28 additions, 0 deletionsbuild/main.js
- build/main.js.map 1 addition, 0 deletionsbuild/main.js.map
- package-lock.json 4392 additions, 0 deletionspackage-lock.json
- package.json 20 additions, 0 deletionspackage.json
- src/main.js 35 additions, 5 deletionssrc/main.js
.babelrc
0 → 100644
build/.gitignore
0 → 100644
build/main.js
0 → 100644
build/main.js.map
0 → 100644
package-lock.json
0 → 100644
This diff is collapsed.
package.json
0 → 100644
{ | ||
"name": "pizzaland", | ||
"version": "1.0.0", | ||
"description": "Un site web incroyable sur les pizzas", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://gitlab.univ-lille.fr/nathanael.malderez.etu/tp1.git" | ||
}, | ||
"author": "Nathanael MALDEREZ", | ||
"license": "ISC", | ||
"devDependencies": { | ||
"@babel/cli": "^7.16.8", | ||
"@babel/core": "^7.16.12", | ||
"@babel/preset-env": "^7.16.11" | ||
} | ||
} |
Please register or sign in to comment