-
-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
39 lines (39 loc) · 999 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
37
38
39
{
"name": "tnp-website",
"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.16.4",
"@astrojs/preact": "^2.1.0",
"@astrojs/react": "^2.1.1",
"@astrojs/sitemap": "^1.2.1",
"@astrojs/tailwind": "^3.1.1",
"@nivo/core": "^0.83.0",
"@nivo/line": "^0.83.0",
"@types/react": "^18.0.21",
"@types/react-chartjs-2": "^2.5.7",
"@types/react-dom": "^18.0.6",
"astro": "^2.1.9",
"astro-robots-txt": "^0.4.1",
"astro-seo": "^0.7.2",
"chart.js": "^4.3.0",
"preact": "^10.6.5",
"react": "^18.0.0",
"react-chartjs-2": "^5.2.0",
"react-countup": "^6.4.2",
"react-dom": "^18.0.0",
"react-fast-marquee": "^1.3.5",
"react-grid": "^4.0.4",
"sharp": "^0.32.0",
"swiper": "^9.2.0",
"tailwindcss": "^3.0.24",
"usehooks-ts": "^2.9.1"
}
}