Skip to content
Draft
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
5 changes: 0 additions & 5 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,7 +1,2 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npm run format

cd server
npm run lint
201 changes: 165 additions & 36 deletions package-lock.json

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

28 changes: 19 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,31 @@
{
"name": "imagable",
"version": "1.0.0",
"description": "",
"type": "module",
"description": "<div align=\"center\"> <img height=\"100px\" src=\"https://github.com/imagable/imagable/blob/main/resources/logo.png\" alt=\"Imagable's logo\" /> <h1>Imagable</h1> <img src=\"https://github.com/imagable/imagable/actions/workflows/build-web.yml/badge.svg\" alt=\"Build Web\" /> <img src=\"https://github.com/imagable/imagable/actions/workflows/build-server.yml/badge.svg\" alt=\"Build Server\" /> <img src=\"https://github.com/imagable/imagable/actions/workflows/lint-server.yml/badge.svg\" alt=\"Lint Server\" /> <img src=\"https://www.codefactor.io/repository/github/imagable/imagable/badge\" alt=\"Imagable's code quality badge\" /> <p>Imagable lets you generate icons automatically for different platforms.</p> <i>Try it out Right now!</i> </div>",
"main": "index.js",
"dependencies": {
"colorette": "^2.0.16",
"formidable": "^2.1.1",
"fs": "^0.0.1-security",
"husky": "^7.0.4",
"prettier": "^2.5.1",
"typeinstall": "^1.0.3"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prepare": "husky install",
"format": "npx prettier --write .",
"push": "git push origin main"
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/haneenmahd/imagable.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/haneenmahd/imagable/issues"
},
"homepage": "https://github.com/haneenmahd/imagable#readme",
"devDependencies": {
"husky": "^7.0.0",
"prettier": "^2.5.1",
"typeinstall": "^1.0.3"
"@types/formidable": "^2.0.5"
}
}
4 changes: 0 additions & 4 deletions server/.eslintignore

This file was deleted.

19 changes: 0 additions & 19 deletions server/.eslintrc.cjs

This file was deleted.

5 changes: 0 additions & 5 deletions server/.gitignore

This file was deleted.

4 changes: 0 additions & 4 deletions server/.prettierignore

This file was deleted.

7 changes: 0 additions & 7 deletions server/.prettierrc.json

This file was deleted.

1 change: 0 additions & 1 deletion server/Procfile

This file was deleted.

Loading