-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f9c8063
commit 4197bcf
Showing
1 changed file
with
54 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,54 @@ | ||
{ | ||
"name": "fastimages", | ||
"version": "0.0.1", | ||
"description": "Search engine for collections of images from top free HD image providers.", | ||
"main": "index.js", | ||
"repository": "https://github.com/iamspdarsan/Fastimages.git", | ||
"author": "PRIYADARSAN S <iamspdarsan@gmail.com>", | ||
"license": "Apache-2.0", | ||
"private": false, | ||
"scripts": { | ||
"dev": "next dev", | ||
"build": "next build", | ||
"start": "next start" | ||
}, | ||
"dependencies": { | ||
"@cresteem/hawk-js": "^1.0.7", | ||
"autoprefixer": "^10.4.19", | ||
"next": "^14.2.5", | ||
"postcss": "^8.4.39", | ||
"react": "^18.3.1", | ||
"react-dom": "^18.3.1", | ||
"react-icons": "^5.2.1", | ||
"sass": "^1.77.8", | ||
"tailwindcss": "^3.4.6" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "^20.14.8", | ||
"@types/react": "^18.3.3", | ||
"ts-node": "10.9.2", | ||
"typescript": "5.4.5" | ||
} | ||
} | ||
{ | ||
"name": "fastimages", | ||
"version": "0.0.1", | ||
"description": "FastImage is a comprehensive search engine designed to fetch HD images from multiple repositories in a single search. Say goodbye to jumping between major platforms; FastImage provides a one-stop solution to find every possible HD image quickly and efficiently.", | ||
"main": "index.js", | ||
"repository": "https://github.com/iamspdarsan/Fastimages.git", | ||
"author": "PRIYADARSAN S <iamspdarsan@gmail.com>", | ||
"license": "Apache-2.0", | ||
"private": false, | ||
"scripts": { | ||
"dev": "next dev", | ||
"build": "next build", | ||
"start": "next start" | ||
}, | ||
"dependencies": { | ||
"@cresteem/hawk-js": "^1.0.7", | ||
"autoprefixer": "^10.4.19", | ||
"next": "^14.2.5", | ||
"postcss": "^8.4.39", | ||
"react": "^18.3.1", | ||
"react-dom": "^18.3.1", | ||
"react-icons": "^5.2.1", | ||
"sass": "^1.77.8", | ||
"tailwindcss": "^3.4.6" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "^20.14.8", | ||
"@types/react": "^18.3.3", | ||
"ts-node": "10.9.2", | ||
"typescript": "5.4.5" | ||
}, | ||
"homepage": "http://fastimage.darsan.in/", | ||
"keywords": [ | ||
"hd image search", | ||
"high-resolution images", | ||
"image search engine", | ||
"fast image retrieval", | ||
"graphic design resources", | ||
"content creation images", | ||
"visual search engine", | ||
"image indexing", | ||
"seo image search", | ||
"cross-platform image search", | ||
"image repository search", | ||
"image search optimization", | ||
"image database search", | ||
"multi-repository image search", | ||
"image search software", | ||
"image search solution", | ||
"high-res image finder", | ||
"image sourcing tool", | ||
"search engine optimization" | ||
] | ||
} |