29 lines
662 B
JSON
29 lines
662 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/netlify": "^3.1.1",
|
|
"astro": "^4.0.3"
|
|
},
|
|
"devDependencies": {
|
|
"@new-ui/colors": "^1.2.11",
|
|
"@new-ui/effects": "^0.1.0",
|
|
"@new-ui/spacings": "^0.1.1",
|
|
"@new-ui/typography": "^0.1.5"
|
|
},
|
|
"description": "A curated list of powerful AI tools.",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/MethodBlack/riseofmachine.git"
|
|
},
|
|
"author": "Abhimanyu Rana"
|
|
}
|