This commit is contained in:
planetabhi
2024-09-01 18:24:35 +05:30
parent 91452ee5a8
commit cf9df6e871
13 changed files with 4365 additions and 6655 deletions

View File

@@ -1,7 +1,9 @@
{
"name": "riseofmachine",
"type": "module",
"version": "0.1.0",
"description": "Discover 300+ AI tools curated for makers and SMBs.",
"type": "module",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
@@ -10,7 +12,7 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/cloudflare": "^9.2.0",
"@astrojs/netlify": "^5.5.1",
"@astrojs/react": "^3.6.2",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
@@ -25,10 +27,10 @@
"@new-ui/spacings": "^0.1.3",
"@new-ui/typography": "^0.1.6"
},
"description": "Discover 300+ AI tools curated for indie hackers, makers, and SMBs.",
"repository": {
"type": "git",
"url": "git+https://github.com/MethodBlack/riseofmachine.git"
"url": "git+https://github.com/New-Templates/directory.git"
},
"author": "Abhimanyu Rana <contact@new-ui.com> (https://new-ui.com/)"
"author": "@planetabhi <contact@new-ui.com> (https://new-ui.com/)",
"license": "MIT"
}