-
-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.85 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.85 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
51
52
53
54
55
56
57
58
59
60
61
{
"name": "numfocus-website",
"type": "module",
"version": "0.9.0",
"description": "This is the website for NumFOCUS, based on Astro, using Directus as CMS.",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"lint": "npx @biomejs/biome check ./src",
"project-sync": "npx tsx ./scripts/syncProjectsToCms.ts"
},
"dependencies": {
"@astrojs/netlify": "^6.5.11",
"@astrojs/react": "^4.3.0",
"@astropub/md": "^1.0.0",
"@directus/sdk": "^19.0.1",
"@headlessui/react": "^2.2.0",
"@heroicons/react": "^2.2.0",
"@iconify-json/heroicons": "^1.2.2",
"@radix-ui/react-checkbox": "^1.1.4",
"@radix-ui/react-dropdown-menu": "^2.1.6",
"@radix-ui/react-slot": "^1.2.0",
"@tailwindcss/vite": "^4.0.6",
"@tanstack/react-table": "^8.21.2",
"@types/react-dom": "^19.0.4",
"astro": "^5.12.3",
"astro-icon": "^1.1.5",
"astro-seo": "^0.8.4",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"directus-extension-flexible-editor": "^1.8.3",
"embla-carousel-react": "^8.6.0",
"glob": "^11.0.0",
"lucide-react": "^0.475.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-icons": "^5.5.0",
"react-markdown": "^10.1.0",
"react-syntax-highlighter": "^15.6.1",
"slugify": "^1.6.6",
"tailwind-merge": "^3.0.1",
"tailwindcss": "^4.0.6",
"tailwindcss-animate": "^1.0.7",
"yaml": "^2.6.1"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@tailwindcss/typography": "^0.5.16",
"@types/prismjs": "^1.26.5",
"@types/react": "^19.0.10",
"@types/react-syntax-highlighter": "^15.5.13",
"prettier": "^3.5.1",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.6.11"
},
"optionalDependencies": {
"@rollup/rollup-linux-x64-gnu": "4.34.8"
}
}