diff --git a/.all-contributorsrc b/.all-contributorsrc new file mode 100644 index 0000000..3ab9305 --- /dev/null +++ b/.all-contributorsrc @@ -0,0 +1,34 @@ +{ + "files": [ + "README.md" + ], + "imageSize": 100, + "commit": false, + "contributors": [ + { + "login": "gbogard", + "name": "Guillaume Bogard", + "avatar_url": "https://avatars.githubusercontent.com/u/8615241?v=4", + "profile": "https://guillaumebogard.dev", + "contributions": [ + "code", + "doc" + ] + }, + { + "login": "valencik", + "name": "Andrew Valencik", + "avatar_url": "https://avatars.githubusercontent.com/u/5440389?v=4", + "profile": "https://github.com/valencik", + "contributions": [ + "code" + ] + } + ], + "contributorsPerLine": 7, + "projectName": "scala3-nextjs-template", + "projectOwner": "gbogard", + "repoType": "github", + "repoHost": "https://github.com", + "skipCi": true +} diff --git a/.gitignore b/.gitignore index aed69e1..725019e 100644 --- a/.gitignore +++ b/.gitignore @@ -13,6 +13,7 @@ target .bsp .bloop .metals +metals.sbt # production build diff --git a/README.md b/README.md index 1920700..b2c5156 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ # Scala 3 / NextJS Starter + +[![All Contributors](https://img.shields.io/badge/all_contributors-2-orange.svg?style=flat-square)](#contributors-) + This is a Scala 3, Next.js and Tailwind template featuring: - a [next.js](https://nextjs.org/) web application using Scala 3 and @@ -108,3 +111,24 @@ export {Component as default} from '../target/js/Homepage'; Take a look at [scalajs-react's documentation on interoperability](https://github.com/japgolly/scalajs-react/blob/master/doc/INTEROP.md) for more info. + +## Contributors ✨ + +Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)): + + + + + + + + + +

Guillaume Bogard

💻 📖

Andrew Valencik

💻
+ + + + + + +This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome! diff --git a/front/package-lock.json b/front/package-lock.json index 7bc6444..8cf2cf2 100644 --- a/front/package-lock.json +++ b/front/package-lock.json @@ -238,9 +238,9 @@ "integrity": "sha512-AI+BjTeGt2+WFk4eWcqbQ7snZpDBt8SaLlj0RT2h5xfdWaiy51OjYvqwMrNzJLGy8iOAL6nKDITWO+rd4MkYEA==" }, "ansi-regex": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.0.tgz", - "integrity": "sha512-bY6fj56OUQ0hU1KjFNDQuJFezqKdrAyFdIevADiqrWHwSlbmBNMHp5ak2f40Pm8JTFyM2mqxkG6ngkHO11f/lg==" + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", + "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==" }, "ansi-styles": { "version": "4.3.0", @@ -2182,9 +2182,9 @@ "dev": true }, "nth-check": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/nth-check/-/nth-check-2.0.0.tgz", - "integrity": "sha512-i4sc/Kj8htBrAiH1viZ0TgU8Y5XqCaV/FziYK6TBczxmeKm3AEFWqqF3195yKudrarqy7Zu80Ra5dobFjn9X/Q==", + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/nth-check/-/nth-check-2.0.1.tgz", + "integrity": "sha512-it1vE95zF6dTT9lBsYbxvqh0Soy4SPowchj0UBGj/V6cTPnXXtQOPUbhZ6CmGzAD/rW22LQK6E96pcdJXk4A4w==", "dev": true, "requires": { "boolbase": "^1.0.0" diff --git a/project/metals.sbt b/project/metals.sbt deleted file mode 100644 index 1d4c14c..0000000 --- a/project/metals.sbt +++ /dev/null @@ -1,4 +0,0 @@ -// DO NOT EDIT! This file is auto-generated. -// This file enables sbt-bloop to create bloop config files. - -addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "1.4.8-19-4d9f966b") diff --git a/project/project/metals.sbt b/project/project/metals.sbt deleted file mode 100644 index 1d4c14c..0000000 --- a/project/project/metals.sbt +++ /dev/null @@ -1,4 +0,0 @@ -// DO NOT EDIT! This file is auto-generated. -// This file enables sbt-bloop to create bloop config files. - -addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "1.4.8-19-4d9f966b") diff --git a/project/project/project/metals.sbt b/project/project/project/metals.sbt deleted file mode 100644 index 1d4c14c..0000000 --- a/project/project/project/metals.sbt +++ /dev/null @@ -1,4 +0,0 @@ -// DO NOT EDIT! This file is auto-generated. -// This file enables sbt-bloop to create bloop config files. - -addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "1.4.8-19-4d9f966b")