-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·46 lines (46 loc) · 1.09 KB
/
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
37
38
39
40
41
42
43
44
45
46
{
"name": "molecular-metal",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/react": "^3.3.0",
"@astrojs/sitemap": "^3.1.4",
"@astrojs/tailwind": "^5.1.0",
"astro": "^4.6.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwindcss": "^3.4.3",
"@astrojs/check": "^0.7.0",
"typescript": "^5.5.2"
},
"description": "![Portada](image-1.png)",
"main": "index.astro",
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/SofiDevO/portfolio-astrosofidev-garrux.git"
},
"keywords": [
"astro",
"sofidev",
"frontend",
"portfolio",
"javascript",
"portafolio",
"css",
"tailwind"
],
"author": "SofiDev / Garrux",
"license": "MIT",
"bugs": {
"url": "https://github.com/SofiDevO/portfolio-astrosofidev-garrux/issues"
},
"homepage": "https://github.com/SofiDevO/portfolio-astrosofidev-garrux#readme"
}