generated from mhyfritz/astro-landing-page
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.15 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
{
"name": "landing-with-astro",
"type": "module",
"version": "1.0.0",
"private": true,
"license": "MIT",
"description": "Mi portfolio personal creado con Astro.build",
"author": "Mariano Álvarez",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"format": "prettier --write .",
"clean": "rimraf dist .astro node_modules"
},
"dependencies": {
"micromodal": "^0.4.10",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sharp": "^0.32.6",
"sonner": "^1.0.3",
"tiny-invariant": "^1.3.1"
},
"devDependencies": {
"@astrojs/react": "^3.0.3",
"@astrojs/tailwind": "^4.0.0",
"@fontsource/inter": "^5.0.13",
"@types/micromodal": "^0.3.3",
"@types/react": "^18.2.28",
"@types/react-dom": "^18.2.13",
"astro": "^2.10.15",
"astro-icon": "^0.8.1",
"autoprefixer": "^10.4.16",
"postcss": "^8.4.31",
"prettier": "^3.0.3",
"prettier-plugin-astro": "^0.12.0",
"prettier-plugin-tailwindcss": "^0.5.6",
"rimraf": "^5.0.5",
"tailwindcss": "^3.3.3",
"tailwindcss-fluid-type": "^2.0.3"
}
}