generated from NewDesignFile/template-directory
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 935 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "riseofmachine",
"version": "0.1.0",
"description": "Discover AI tools curated for makers and SMBs.",
"type": "module",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/react": "^3.6.3",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"astro": "^4.16.16",
"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",
"@rollup/plugin-yaml": "^4.1.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/New-Templates/directory.git"
},
"author": "@planetabhi <[email protected]> (https://new-ui.com/)",
"license": "MIT"
}