-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (32 loc) · 805 Bytes
/
package.json
File metadata and controls
33 lines (32 loc) · 805 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": "hackcs-website",
"type": "module",
"version": "1.0.0",
"description": "Website oficial de Hackerspace Castellón",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"fmt": "prettier . -w"
},
"dependencies": {
"@astrojs/mdx": "^4.0.3",
"@astrojs/rss": "^4.0.11",
"@astrojs/sitemap": "^3.2.1",
"@astrojs/tailwind": "^5.1.4",
"astro": "^5.1.3",
"cheerio": "^1.0.0",
"i18next": "^24.2.3",
"i18next-browser-languagedetector": "^8.0.4",
"react": "^19.0.0",
"tailwindcss": "^3.4.17",
"xml2js": "^0.6.2",
"xmljson": "^0.2.0"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.16",
"prettier": "^3.4.2",
"prettier-plugin-astro": "^0.14.1"
}
}