-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.1 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
{
"name": "@area44/astro-document-viewer",
"version": "23.9.16",
"description": "A website that allows you to view document files.",
"author": {
"name": "AREA44",
"url": "https://github.com/AREA44/astro-document-viewer"
},
"type": "module",
"scripts": {
"build": "astro build",
"dev": "astro dev",
"format": "prettier -w . --cache",
"preview": "astro preview",
"start": "astro dev"
},
"dependencies": {
"@astrojs/react": "^3.6.2",
"@astrojs/tailwind": "^5.1.2",
"@radix-ui/react-slot": "^1.1.0",
"astro": "^4.16.10",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"lucide-react": "^0.456.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sharp": "^0.33.5",
"tailwind-merge": "^2.5.4",
"tailwindcss": "^3.4.14",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@types/node": "^22.9.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"prettier": "^3.3.3",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.6.8"
},
"packageManager": "pnpm@9.12.3"
}