Files
list.fur/package.json
planetabhi 12d4f7827c cleanup
2024-01-20 01:47:05 +05:30

34 lines
897 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": "^8.1.0",
"@astrojs/react": "^3.0.9",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"astro": "^4.2.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@new-ui/colors": "^1.3.0",
"@new-ui/effects": "^0.1.0",
"@new-ui/spacings": "^0.1.1",
"@new-ui/typography": "^0.1.6"
},
"description": "A curated collection of 300+ AI tools 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/)"
}