-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.29 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.29 KB
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
{
"homepage": "https://mario-duarte.github.io/react-image-zooom/",
"name": "react-image-zooom",
"author": {
"name": "Mario Duarte"
},
"version": "1.7.0",
"license": "GPL",
"repository": {
"type": "git",
"url": "git+https://github.com/Mario-Duarte/ImageZoom"
},
"keywords": [
"react",
"zoom",
"image zoom",
"react image zoom",
"react zoom",
"react component",
"component"
],
"scripts": {
"build": "vite build",
"type-check": "tsc --noEmit",
"test": "vitest run",
"test:watch": "vitest"
},
"peerDependencies": {
"react": "^17 || ^18 || ^19",
"react-dom": "^17 || ^18 || ^19"
},
"devDependencies": {
"@testing-library/react": "^16.3.2",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"@vitejs/plugin-react": "^4.3.1",
"eslint-plugin-react-hooks": "^4.6.2",
"jsdom": "^28.0.0",
"path": "^0.12.7",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "^5.9.3",
"vite": "^5.3.5",
"vite-plugin-css-injected-by-js": "^3.5.2",
"vite-plugin-dts": "^3.9.1",
"vitest": "^4.0.18"
},
"exports": {
".": {
"types": "./dist/react-image-zooom.d.ts",
"import": "./dist/react-image-zooom.mjs",
"require": "./dist/react-image-zooom.cjs"
}
}
}