46 lines
1.1 KiB
JSON
46 lines
1.1 KiB
JSON
{
|
|
"name": "riseofmachine",
|
|
"version": "1.50.0",
|
|
"rhyver": "v1.24Q4.50.0",
|
|
"description": "Discover AI tools curated for makers and SMBs.",
|
|
"type": "module",
|
|
"private": false,
|
|
"main": "src/data/tools.json",
|
|
"files": [
|
|
"src/data/tools.json"
|
|
],
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"start": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/netlify": "^6.0.0",
|
|
"@astrojs/partytown": "^2.1.2",
|
|
"@astrojs/react": "^4.1.0",
|
|
"@types/react": "^19.0.1",
|
|
"@types/react-dom": "^19.0.2",
|
|
"astro": "^5.0.5",
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0"
|
|
},
|
|
"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"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/NewDesignFile/template-directory.git"
|
|
},
|
|
"author": "@planetabhi",
|
|
"license": "MIT",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|