Skip to content

Commit

Permalink
Base
Browse files Browse the repository at this point in the history
  • Loading branch information
OlenaIa committed Jun 18, 2023
1 parent d324fa0 commit 5e234af
Show file tree
Hide file tree
Showing 5 changed files with 356 additions and 20 deletions.
239 changes: 239 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,13 @@
"url": "https://github.com/goitacademy/parcel-project-template/issues"
},
"dependencies": {
"axios": "^1.4.0",
"modern-normalize": "^1.1.0",
"notiflix": "^3.2.6"
},
"devDependencies": {
"@parcel/transformer-sass": "^2.6.0",
"buffer": "^6.0.3",
"parcel": "^2.6.0",
"parcel-reporter-clean-dist": "^1.0.4",
"posthtml-include": "^1.7.4"
Expand Down
1 change: 1 addition & 0 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
<div class="gallery">
<!-- Картки зображень -->
</div>
<button type="button" class="load-more">Load more</button>
<script type="module" src="./index.js"></script>
</body>
</html>
Loading

0 comments on commit 5e234af

Please sign in to comment.