Files
list.fur/package.json
2024-08-31 17:22:19 +05:30

35 lines
920 B
JSON

{
"name": "riseofmachine",
"type": "module",
"version": "0.1.0",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/cloudflare": "^9.2.0",
"@astrojs/react": "^3.6.2",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"astro": "^4.15.1",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@new-ui/colors": "^1.3.0",
"@new-ui/effects": "^0.1.3",
"@new-ui/reset": "^0.0.5",
"@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"
},
"author": "Abhimanyu Rana <contact@new-ui.com> (https://new-ui.com/)"
}