-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 911 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
37
38
{
"name": "jesusantguerrero",
"version": "1.0.0",
"type": "module",
"private": true,
"engine": {
"node": "18.17.1"
},
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"devDependencies": {
"@astrojs/renderer-vue": "^0.4.0",
"@astrojs/tailwind": "^5.1.0",
"@astrojs/vue": "^4.5.0",
"@tailwindcss/typography": "^0.5.15",
"astro": "^4.15.6",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.45",
"sass": "^1.78.0",
"tailwindcss": "^3.4.10",
"tippy.js": "^6.3.7"
},
"dependencies": {
"@astrojs/check": "^0.9.3",
"@astrojs/netlify": "^5.5.2",
"@astrojs/node": "^8.3.3",
"astro-remark-digital-garden": "^0.2.0",
"atmosphere-ui": "^1.3.12",
"date-fns": "^4.0.0",
"resend": "^4.0.0",
"typescript": "^5.6.2"
}
}