-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
45 lines (45 loc) · 1.17 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
{
"name": "portfolio-sofi-2.0",
"version": "1.0.0",
"description": "Nueva version del portafolio",
"main": "index.js",
"scripts": {
"dev": "astro dev --port 4322",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview"
},
"keywords": [],
"author": "SofiDev",
"license": "ISC",
"dependencies": {
"@astrojs/node": "8.3.4",
"@astrojs/react": "^3.6.2",
"@astrojs/vercel": "^7.8.2",
"@emotion/styled": "11.13.0",
"@fontsource-variable/fira-code": "5.0.18",
"@fontsource-variable/montserrat": "5.0.19",
"@fontsource/questrial": "5.0.13",
"@mui/material": "5.16.7",
"astro": "^4.16.6",
"astro-embed": "0.7.2",
"dotenv": "16.4.5",
"email-validator": "^2.0.4",
"email-verifier": "^0.0.1",
"install": "^0.13.0",
"nodemailer": "6.9.15",
"npm": "^10.9.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-github-calendar": "4.2.2",
"react-toastify": "10.0.5",
"sass": "1.77.8"
},
"devDependencies": {
"@types/node": "22.5.4",
"@types/react": "18.3.10",
"@types/react-dom": "18.3.0",
"stylelint": "^16.9.0",
"stylelint-prettier": "^5.0.2"
}
}