-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
35 lines (35 loc) · 939 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
{
"name": "@tolocar-project/website",
"homepage": "https://tolocar.org",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"check": "astro check",
"preview": "astro preview",
"astro": "astro",
"build": "astro build"
},
"devDependencies": {
"@astrojs/check": "^0.5.10",
"@astrojs/mdx": "^2.2.1",
"@astrojs/react": "^3.1.0",
"@astrojs/tailwind": "^5.1.0",
"@tailwindcss/typography": "^0.5.10",
"@types/node": "^20.11.30",
"astro": "^4.5.9",
"embla-carousel-react": "^8.0.0",
"github-slugger": "^2.0.0",
"jwt-decode": "^4.0.0",
"mapbox-gl": "^3.2.0",
"react-dom": "^18.2.0",
"react-map-gl": "^7.1.7",
"rehype-autolink-headings": "^7.1.0",
"rehype-slug": "^6.0.0",
"tailwindcss": "^3.4.1",
"typescript": "^5.4.3",
"vite-plugin-svgr": "^4.2.0",
"react-lite-youtube-embed": "^2.4.0"
}
}