-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.37 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.37 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
56
57
{
"name": "@airshaper/react-multi-image-comparison",
"version": "0.3.0",
"type": "module",
"files": [
"dist"
],
"module": "./dist/react-multi-image-comparison.es.js",
"exports": {
".": {
"import": "./dist/react-multi-image-comparison.es.js"
},
"./dist/style.css": "./dist/style.css"
},
"license": "MIT",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"peerDependencies": {
"prop-types": "^15.8.1",
"react": "17.x || 18.x",
"react-dom": "17.x || 18.x",
"sass": "^1.54.0"
},
"dependencies": {
"prop-types": "^15.8.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sass": "^1.79.4"
},
"devDependencies": {
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.2",
"vite": "^5.4.8"
},
"description": "Multi Image Comparison Tool",
"repository": {
"type": "git",
"url": "git+https://github.com/airshaper/react-multi-image-comparison.git"
},
"keywords": [
"react",
"comparison",
"image",
"images",
"multiple"
],
"browserslist": "> 0.5%, last 2 versions, not dead",
"author": "Nikola Majksner (AirShaper)",
"bugs": {
"url": "https://github.com/airshaper/react-multi-image-comparison/issues"
},
"homepage": "https://github.com/airshaper/react-multi-image-comparison#readme"
}