-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.14 KB
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 1.14 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
{
"name": "openknowledgebe-website",
"type": "module",
"version": "1.0.0",
"private": true,
"packageManager": "pnpm@11.9.0",
"homepage": "https://openknowledge.be",
"license": "MIT",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"format": "prettier --write \"**/*.{astro,js,jsx,ts,tsx,md,mdx,json}\""
},
"dependencies": {
"@astrojs/react": "^4.2.1",
"@astrojs/rss": "^4.0.11",
"@astrojs/sitemap": "^3.2.1",
"@fontsource-variable/work-sans": "^5.1.1",
"@fontsource/chivo": "^5.1.0",
"@radix-ui/react-slot": "^1.1.2",
"astro": "^5.5.2",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"motion": "^12.42.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"relume-icons": "^1.2.0",
"tailwind-merge": "^2.6.0"
},
"devDependencies": {
"@astrojs/tailwind": "^6.0.2",
"@relume_io/relume-tailwind": "^1.3.0",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"prettier": "^3.5.3",
"prettier-plugin-astro": "^0.14.1",
"tailwindcss": "^3.4.17"
}
}