-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 817 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 817 Bytes
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
{
"name": "s3-bucket-listing",
"private": true,
"version": "3.4.3",
"type": "module",
"packageManager": "pnpm@10.24.0",
"scripts": {
"build": "tsc && vite build && find dist/ -type f -not -name index.html -delete",
"check": "pnpm exec biome check",
"clean": "rm -rf dist",
"dev": "vite",
"fix": "pnpm exec biome check --write",
"preview": "vite preview"
},
"devDependencies": {
"@biomejs/biome": "2.3.11",
"@tailwindcss/vite": "^4.0.0",
"postcss": "^8.4.47",
"postcss-inline-svg": "^6.0.0",
"tailwindcss": "^4.0.0",
"typescript": "^5.5.3",
"vite": "^5.4.1",
"vite-plugin-singlefile": "^2.0.2",
"vite-plugin-solid": "^2.10.2"
},
"dependencies": {
"@solidjs/meta": "^0.29.4",
"solid-js": "^1.8.22",
"tablesort": "^5.7.0"
}
}