-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.38 KB
/
Copy pathpackage.json
File metadata and controls
50 lines (50 loc) · 1.38 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
49
50
{
"name": "DDNP",
"version": "1.1.0",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build:index": "node scripts/build-search-index.mjs",
"build": "pnpm run build:index && astro build",
"preview": "astro preview",
"test": "vitest run",
"test:watch": "vitest",
"test:ui": "vitest --ui"
},
"devDependencies": {
"@astrojs/mdx": "^4.3.12",
"@astrojs/preact": "^4.1.3",
"@astrojs/react": "^4.4.2",
"@astrojs/tailwind": "^6.0.2",
"@babel/core": "^7.28.5",
"@heroicons/react": "^2.2.0",
"@tailwindcss/typography": "^0.5.19",
"@vitest/ui": "^4.0.18",
"astro": "^5.16.11",
"astro-icon": "^1.1.5",
"glob": "^13.0.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sass": "^1.94.2",
"node-html-parser": "^7.0.0",
"tailwindcss": "^3.4.18",
"vitest": "^4.0.18"
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@fortawesome/fontawesome-svg-core": "^6.7.2",
"@fortawesome/free-regular-svg-icons": "^6.7.2",
"@fortawesome/free-solid-svg-icons": "^6.7.2",
"@fortawesome/react-fontawesome": "^0.2.6",
"@headlessui/react": "^2.2.9",
"@mui/material": "^7.3.6",
"@mui/system": "^7.3.6",
"minisearch": "^7.2.0",
"mirador": "^4.0.0",
"preact": "^10.28.2",
"react-i18next": "^15.7.4",
"sharp": "^0.34.5"
}
}