44 lines
1.0 KiB
JSON
44 lines
1.0 KiB
JSON
{
|
|
"name": "riseofmachine",
|
|
"version": "0.1.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": "^5.5.4",
|
|
"@astrojs/react": "^3.6.2",
|
|
"@types/react": "^18.3.12",
|
|
"@types/react-dom": "^18.3.1",
|
|
"astro": "^4.16.7",
|
|
"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"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/New-Templates/directory.git"
|
|
},
|
|
"author": "@planetabhi <contact@new-ui.com> (https://new-ui.com/)",
|
|
"license": "MIT",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|