-
- Downloads
D.2 fini
Showing
- css/pizzaList.css 1 addition, 0 deletionscss/pizzaList.css
- package-lock.json 4942 additions, 1 deletionpackage-lock.json
- package.json 1 addition, 1 deletionpackage.json
- src/Router.js 15 additions, 0 deletionssrc/Router.js
- src/components/Component.js 4 additions, 3 deletionssrc/components/Component.js
- src/components/pizzaThumbnail.js 18 additions, 0 deletionssrc/components/pizzaThumbnail.js
- src/main.js 13 additions, 2 deletionssrc/main.js
- src/pages/pizzaList.js 11 additions, 0 deletionssrc/pages/pizzaList.js
This diff is collapsed.
... | @@ -7,7 +7,6 @@ | ... | @@ -7,7 +7,6 @@ |
"test": "echo \"Error: no test specified\" && exit 1", | "test": "echo \"Error: no test specified\" && exit 1", | ||
"build": "webpack --mode=production", | "build": "webpack --mode=production", | ||
"watch": "webpack --mode=development --watch" | "watch": "webpack --mode=development --watch" | ||
}, | }, | ||
"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", | ||
... | @@ -18,6 +17,7 @@ | ... | @@ -18,6 +17,7 @@ |
"@babel/plugin-proposal-class-properties": "^7.12.13", | "@babel/plugin-proposal-class-properties": "^7.12.13", | ||
"@babel/preset-env": "^7.12.11", | "@babel/preset-env": "^7.12.11", | ||
"babel-loader": "^8.2.2", | "babel-loader": "^8.2.2", | ||
"prettier": "^2.2.1", | |||
"webpack": "^5.20.1", | "webpack": "^5.20.1", | ||
"webpack-cli": "^4.5.0" | "webpack-cli": "^4.5.0" | ||
} | } | ||
... | ... |
src/Router.js
0 → 100644
This diff is collapsed.
src/components/pizzaThumbnail.js
0 → 100644
This diff is collapsed.
This diff is collapsed.
src/pages/pizzaList.js
0 → 100644
This diff is collapsed.
Please register or sign in to comment