-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
43 lines (43 loc) · 1.14 KB
/
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
40
41
42
43
{
"name": "odis-website",
"description": "Webseite von Berlins Open Data Informationsstelle",
"type": "module",
"version": "1.0.0",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"contributors:add": "all-contributors add",
"contributors:generate": "all-contributors generate"
},
"dependencies": {
"@astrojs/check": "0.4.1",
"@astrojs/mdx": "2.1.1",
"@astrojs/prefetch": "0.4.1",
"@astrojs/rss": "4.0.4",
"@astrojs/sitemap": "3.0.5",
"@astrojs/tailwind": "5.1.0",
"@tailwindcss/container-queries": "0.1.1",
"@tailwindcss/typography": "0.5.9",
"astro": "4.3.2",
"d3": "4.13.0",
"swiper": "6.8.4",
"tippy.js": "6.3.7",
"typescript": "5.3.3"
},
"devDependencies": {
"@types/d3": "4.13.0",
"@types/react": "18.2.51",
"@vercel/og": "0.6.2",
"all-contributors-cli": "6.26.1",
"astro-icon": "1.0.2",
"prettier-plugin-astro": "0.12.3",
"react": "18.2.0",
"sharp": "0.33.2",
"tailwind-merge": "2.2.1",
"tailwindcss": "3.4.1",
"tailwindcss-touch": "1.0.1"
}
}