-
-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 927 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 927 Bytes
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
{
"name": "proyecto26-website",
"type": "module",
"version": "2.0.0",
"description": "Proyecto 26 - Changing the world with small contributions",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"deploy": "npm run build && gh-pages -d dist",
"deploy:preview": "npm run build && gh-pages -d dist -b gh-pages-preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/sitemap": "^3.7.0",
"@astrojs/tailwind": "^6.0.0",
"@fontsource-variable/inter": "^5.2.8",
"@fontsource-variable/jetbrains-mono": "^5.2.8",
"astro": "^5.0.0",
"gsap": "^3.12.5",
"lucide": "^0.577.0",
"vanilla-tilt": "^1.8.1"
},
"devDependencies": {
"@types/node": "^20.11.0",
"autoprefixer": "^10.4.18",
"gh-pages": "^6.3.0",
"postcss": "^8.4.35",
"tailwindcss": "^3.4.1",
"typescript": "^5.3.3"
}
}