-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 787 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 787 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
{
"name": "mc-frontend",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"build:cf": "if [ \"$CF_PAGES_BRANCH\" = \"main\" ]; then astro build; else astro build --mode development; fi",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/react": "^4.4.0",
"@astrojs/sitemap": "^3.7.0",
"@lucide/astro": "^0.545.0",
"@tailwindcss/vite": "^4.1.11",
"@types/react": "^19.2.2",
"@types/react-dom": "^19.2.1",
"aiida-explorer": "^0.5.0",
"astro": "^5.11.2",
"astro-swiper": "^1.4.0",
"embla-carousel": "^8.6.0",
"js-yaml": "^4.1.0",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"swiper": "^12.1.0",
"tailwindcss": "^4.1.14"
}
}