-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 891 Bytes
/
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
{
"name": "@papra/website",
"type": "module",
"version": "0.0.1",
"packageManager": "[email protected]",
"description": "Website for Papra, the document management platform",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"lint": "eslint .",
"lint:fix": "eslint --fix .",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@astrojs/sitemap": "^3.2.1",
"astro": "^5.1.7",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"tailwind-merge": "^2.6.0"
},
"devDependencies": {
"@antfu/eslint-config": "^3.14.0",
"@iconify-json/tabler": "^1.2.14",
"@unocss/reset": "^65.4.2",
"eslint": "^9.18.0",
"eslint-plugin-astro": "^1.3.1",
"sharp": "^0.33.5",
"typescript": "^5.7.3",
"unocss": "^65.4.2",
"unocss-preset-animations": "^1.1.0"
}
}