generated from HYP3R00T/CelestialDocs
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
79 lines (79 loc) · 2.29 KB
/
package.json
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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"name": "bbsshackclub",
"type": "module",
"version": "0.0.1",
"description": "website of THE Hack Club in BBSS",
"author": "Saumil <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/saumilthecode/BBSSHack-Revamped"
},
"homepage": "https://bbsshack.club/",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"clean": "rm -rf dist",
"build": "astro check && astro build",
"postinstall": "",
"preview": "astro preview",
"astro": "astro"
},
"engines": {
"node": ">=18.0.0"
},
"keywords": [
"docs",
"documentation",
"astro",
"withastro"
],
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/mdx": "^3.1.9",
"@astrojs/react": "^3.6.2",
"@astrojs/sitemap": "^3.2.1",
"@astrojs/tailwind": "^5.1.2",
"@astrojs/vercel": "^7.8.2",
"@fontsource-variable/jetbrains-mono": "^5.1.1",
"@fontsource-variable/montserrat": "^5.1.0",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-dropdown-menu": "^2.1.2",
"@radix-ui/react-icons": "^1.3.1",
"@radix-ui/react-scroll-area": "^1.2.1",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-toggle": "^1.1.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vercel/analytics": "^1.4.0",
"@vercel/speed-insights": "^1.1.0",
"astro": "^4.16.11",
"astro-robots-txt": "^1.0.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cmdk": "^1.0.4",
"fuse.js": "^7.0.0",
"lodash": "^4.17.21",
"lucide-react": "^0.454.0",
"preact": "^10.24.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"rehype-external-links": "^3.0.0",
"sharp": "^0.33.5",
"simple-icons-astro": "^13.16.0",
"swiper": "^11.1.14",
"tailwind": "^4.0.0",
"tailwind-merge": "^2.5.4",
"tailwindcss": "^3.4.14",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.6.3"
},
"devDependencies": {
"@types/node": "^22.9.0",
"@types/swiper": "^6.0.0",
"prettier": "^3.3.3",
"prettier-plugin-astro": "^0.14.1"
},
"packageManager": "[email protected]+sha512.22721b3a11f81661ae1ec68ce1a7b879425a1ca5b991c975b074ac220b187ce56c708fe5db69f4c962c989452eee76c82877f4ee80f474cebd61ee13461b6228"
}