-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.73 KB
/
Copy pathpackage.json
File metadata and controls
59 lines (59 loc) · 1.73 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
{
"name": "website",
"version": "1.0.0",
"description": "Website for OpenSourceDUTH",
"homepage": "https://github.com/OpenSourceDUTH/Website#readme",
"bugs": {
"url": "https://github.com/OpenSourceDUTH/Website/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/OpenSourceDUTH/Website.git"
},
"license": "MIT",
"author": "OpenSourceDUTH",
"type": "commonjs",
"main": "postcss.config.js",
"scripts": {
"dev": "astro dev --host",
"build": "astro build",
"preview": "astro preview"
},
"dependencies": {
"@astrojs/mdx": "^4.3.13",
"@astrojs/react": "^4.4.2",
"@astrojs/rss": "^4.0.14",
"@astrojs/sitemap": "^3.6.1",
"@astrojs/tailwind": "^6.0.2",
"@iconify-json/lucide": "^1.2.84",
"@iconify-json/ri": "^1.2.7",
"@radix-ui/react-accordion": "^1.2.12",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-label": "^2.1.8",
"@radix-ui/react-navigation-menu": "^1.2.14",
"@radix-ui/react-scroll-area": "^1.2.10",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-tabs": "^1.1.13",
"@tailwindcss/typography": "^0.5.19",
"@types/react-syntax-highlighter": "^15.5.13",
"astro": "^5.16.9",
"astro-icon": "^1.1.5",
"class-variance-authority": "^0.7.1",
"date-fns": "^4.1.0",
"framer-motion": "^12.26.1",
"install": "^0.13.0",
"lucide": "^0.562.0",
"lucide-react": "^0.562.0",
"mdast-util-toc": "^7.1.0",
"motion": "^12.26.1",
"npm": "^11.7.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.71.0",
"react-syntax-highlighter": "^16.1.0",
"remark": "^15.0.1",
"sonner": "^2.0.7",
"tailwind-merge": "^3.4.0",
"tailwindcss-animate": "^1.0.7"
}
}