forked from nfdi4plants/nfdi4plants.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.35 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
44
45
46
47
48
49
50
{
"name": "nfdi4plants.github.io",
"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.9.3",
"@astrojs/react": "^3.6.2",
"@astrojs/sitemap": "^3.1.6",
"@astrojs/tailwind": "^5.1.1",
"@iconify-json/academicons": "^1.2.1",
"@iconify-json/flat-color-icons": "^1.2.0",
"@iconify-json/tabler": "^1.2.3",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"astro": "^4.15.9",
"astro-icon": "^1.1.1",
"astro-seo": "^0.8.4",
"bibtex-js-parser": "^1.1.6",
"csv-parse": "^5.5.6",
"d3": "^7.9.0",
"glob": "^11.0.0",
"jsdom": "^25.0.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"rehype-autolink-headings": "^7.1.0",
"rehype-slug": "^6.0.0",
"remark-directive": "^3.0.0",
"tailwindcss": "^3.4.13",
"topojson-client": "^3.1.0",
"topojson-server": "^3.0.1",
"typescript": "^5.6.2"
},
"devDependencies": {
"@iconify/react": "^5.0.2",
"@tailwindcss/typography": "^0.5.15",
"@types/d3": "^7.4.3",
"@types/jsdom": "^21.1.7",
"@types/topojson-client": "^3.1.5",
"@types/topojson-server": "^3.0.4",
"daisyui": "^4.12.10",
"tailwind-merge": "^2.5.2"
}
}