UNPKG

1.22 kBJSONView Raw
1{
2 "name": "unocss-preset-scrollbar-hide",
3 "version": "1.0.0",
4 "description": "Hide scrollbars, although the element can still be scrolled if the element's content overflows.",
5 "main": "./dist/index.cjs",
6 "module": "./dist/index.mjs",
7 "types": "./dist/index.d.ts",
8 "exports": {
9 ".": {
10 "require": "./dist/index.cjs",
11 "import": "./dist/index.mjs",
12 "types": "./dist/index.d.ts"
13 }
14 },
15 "files": [
16 "dist"
17 ],
18 "repository": {
19 "type": "git",
20 "url": "git+https://github.com/reslear/unocss-preset-scrollbar-hide.git"
21 },
22 "keywords": [
23 "unocss",
24 "scrollbar",
25 "hide"
26 ],
27 "author": "reslear",
28 "license": "MIT",
29 "bugs": {
30 "url": "https://github.com/reslear/unocss-preset-scrollbar-hide/issues"
31 },
32 "homepage": "https://github.com/reslear/unocss-preset-scrollbar-hide#readme",
33 "devDependencies": {
34 "@antfu/eslint-config": "^0.35.1",
35 "@types/node": "^18.11.19",
36 "eslint": "^8.33.0",
37 "typescript": "^4.9.3",
38 "unbuild": "^1.1.1",
39 "unocss": "^0.49.4"
40 },
41 "peerDependencies": {
42 "unocss": "^0.49.4"
43 },
44 "publishConfig": {
45 "access": "public"
46 },
47 "scripts": {
48 "build": "unbuild",
49 "dev": "unbuild --stub"
50 }
51}
\No newline at end of file