-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.3 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.3 KB
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
{
"name": "cvdnet-website",
"description": "Website for the Networks of Cardiovascular Digital Twins (CVD-Net) project.",
"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.4",
"@astrojs/markdoc": "^0.15.0",
"@astrojs/react": "^4.2.3",
"@tailwindcss/vite": "^4.1.4",
"@types/react": "^19.1.4",
"@types/react-dom": "^19.1.2",
"astro": "^5.16.8",
"astro-font": "^1.0.0",
"astro-icon": "^1.1.5",
"astro-seo": "^0.8.4",
"astro-seo-schema": "^5.0.0",
"mdast-util-to-string": "^4.0.0",
"preline": "^3.0.1",
"react": "^19.0.0",
"react-dom": "^19.1.0",
"reading-time": "^1.5.0",
"schema-dts": "^1.1.2",
"tailwind-merge": "^3.2.0",
"tailwindcss": "^4.1.4",
"typescript": "^5.8.3"
},
"overrides": {
"lodash": "4.17.23"
},
"devDependencies": {
"@iconify-json/mdi": "^1.2.3",
"@iconify-json/ph": "^1.2.2",
"@tailwindcss/forms": "^0.5.9",
"@tailwindcss/typography": "^0.5.15",
"mdast-util-from-markdown": "^2.0.2",
"prettier": "^3.3.3",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.6.11"
}
}