-
- Downloads
reprise demarrage TP2
Showing
- .babelrc 3 additions, 0 deletions.babelrc
- .gitignore 4 additions, 0 deletions.gitignore
- css/flatly-bootstrap.css 7022 additions, 0 deletionscss/flatly-bootstrap.css
- css/fonts/glyphicons-halflings-regular.woff2 0 additions, 0 deletionscss/fonts/glyphicons-halflings-regular.woff2
- css/main.css 146 additions, 0 deletionscss/main.css
- images/icon.png 0 additions, 0 deletionsimages/icon.png
- images/logo.svg 114 additions, 0 deletionsimages/logo.svg
- index.html 49 additions, 0 deletionsindex.html
- js/main.js 134 additions, 0 deletionsjs/main.js
- package-lock.json 3353 additions, 0 deletionspackage-lock.json
- package.json 16 additions, 0 deletionspackage.json
.babelrc
0 → 100644
.gitignore
0 → 100644
css/flatly-bootstrap.css
0 → 100644
This diff is collapsed.
css/fonts/glyphicons-halflings-regular.woff2
0 → 100644
File added
css/main.css
0 → 100644
images/icon.png
0 → 100644
5.87 KiB
images/logo.svg
0 → 100644
index.html
0 → 100644
js/main.js
0 → 100644
package-lock.json
0 → 100644
This diff is collapsed.
package.json
0 → 100644
{ | ||
"name": "pizzaland", | ||
"version": "1.0.0", | ||
"description": "", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"author": "thomas.fritsch@univ-lille.fr", | ||
"license": "ISC", | ||
"devDependencies": { | ||
"@babel/cli": "^7.8.4", | ||
"@babel/core": "^7.8.4", | ||
"@babel/preset-env": "^7.8.4" | ||
} | ||
} |