-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
85 lines (85 loc) · 2.23 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
80
81
82
83
84
85
{
"homepage": "https://b-owl.github.io/overlay-image-gallery",
"name": "overlay-image-gallery",
"description": "Overlay Image Gallery is a multi-step image gallery that allows users to click or swipe to navigate between images.",
"private": false,
"version": "1.0.18",
"type": "module",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"types": "dist/types/index.d.ts",
"license": "MIT",
"files": [
"dist"
],
"exports": {
".": {
"import": "./dist/index.esm.js",
"require": "./dist/index.js",
"default": "./dist/index.js",
"types": "./dist/types/index.d.ts"
}
},
"engines": {
"node": ">=18.17.1"
},
"keywords": [
"overlay-image-gallery",
"image-gallery",
"preview-image-gallery",
"preview-images",
"react",
"nextjs",
"typescript",
"drag",
"react-component",
"image-gallery",
"video-gallery",
"carousel",
"multiple items",
"slide-show",
"slider",
"swipe",
"touch",
"gallery",
"responsive",
"mobile-friendly",
"tablet-friendly"
],
"scripts": {
"predeploy": "npm run build",
"deploy": "gh-pages -d dist",
"dev": "vite --port 3000",
"build": "rollup -c",
"prepare": "npm run build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0"
},
"repository": {
"type": "git",
"url": "https://github.com/b-owl/overlay-image-gallery.git"
},
"peerDependencies": {
"react": "^17.0.0 || ^18.0.0",
"react-dom": "^17.0.0 || ^18.0.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^26.0.1",
"@rollup/plugin-html": "^1.0.3",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-replace": "^5.0.7",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.13.1",
"@typescript-eslint/parser": "^7.13.1",
"@vitejs/plugin-react": "^4.3.1",
"eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.7",
"gh-pages": "^6.1.1",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-typescript2": "^0.36.0",
"typescript": "^5.2.2",
"vite": "^5.3.1"
}
}