Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Let's get started with the instant setup and build. Proceed to the requirements
- A [GitHub Account](https://github.com/signup).
- A [Gitpod Account](https://gitpod.io). (sign up with GitHub)
- High resolution image in JPG/JPEG format. (we don't need PNG/GIF)
- This project requires Node.js version 22.0.0 or higher (latest LTS).

Comment on lines 19 to 23
Meet the requirements? Click the Gitpod button below to get started!

Expand Down
12 changes: 10 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,16 @@
"author": "",
"license": "GPL-3.0",
"devDependencies": {
"parcel": "^2.11.0",
"parcel": "^2.16.4",
"parcel-reporter-static-files-copy": "^1.5.3"
},
"dependencies": {}
"dependencies": {},
"resolutions": {
"braces": "^3.0.3",
"micromatch": "^4.0.8",
"picomatch": "^4.0.4"
},
"engines": {
"node": ">=22.0.0"
}
Comment on lines +25 to +32
}
Loading