forked from tcet-opensource/tcet-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 857 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
{
"name": "tcet-website-tcet",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/image": "^0.17.0",
"@astrojs/react": "^2.2.1",
"@astrojs/sitemap": "^1.3.3",
"@astrojs/tailwind": "^4.0.0",
"@material-tailwind/react": "^2.0.2",
"@types/react": "^18.0.21",
"@types/react-dom": "^18.0.6",
"astro": "^2.6.5",
"astro-robots-txt": "^0.5.0",
"astro-seo": "^0.7.4",
"react": "^18.0.0",
"react-countup": "^6.4.2",
"react-dom": "^18.0.0",
"swiper": "^9.4.1",
"tailwindcss": "^3.0.24",
"usehooks-ts": "^2.9.1"
},
"main": "index.js",
"repository": "https://github.com/tcet-opensource/tcet-website.git",
"license": "MIT"
}