-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
36 lines (36 loc) · 978 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
{
"name": "ieee-estl-student-web-hub",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.5.5",
"@astrojs/react": "^3.0.10",
"@astrojs/tailwind": "^5.1.0",
"@fontsource/open-sauce-sans": "^5.0.7",
"@iconify/react": "^4.1.1",
"@nextui-org/card": "^2.0.27",
"@nextui-org/image": "^2.0.27",
"@nextui-org/react": "^2.3.5",
"@nextui-org/system": "^2.1.2",
"@nextui-org/theme": "^2.2.2",
"@nextui-org/tooltip": "^2.0.33",
"@types/react": "^18.2.59",
"@types/react-dom": "^18.2.19",
"astro": "^4.4.1",
"astro-seo": "^0.8.3",
"dependence": "^1.1.0",
"framer-motion": "^11.1.7",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"swiper": "^11.0.6",
"tailwindcss": "^3.4.3",
"typescript": "^5.3.3"
}
}