-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.04 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
{
"name": "react-viewer-soda",
"version": "1.0.6",
"description": "🥤 viewerjs component for react. Automatically detect changes in internal images.",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"scripts": {
"dev": "father dev",
"build": "father build",
"build:deps": "father prebundle",
"prepublishOnly": "father doctor && npm run build"
},
"keywords": [
"viewerjs",
"react-viewer",
"react-viewerjs",
"react-viewer-soda",
"react"
],
"authors": [],
"repository": {
"type": "git",
"url": "git+https://github.com/1adybug/react-viewer-soda.git"
},
"license": "MIT",
"files": [
"dist",
"compiled",
"src"
],
"publishConfig": {
"access": "public"
},
"dependencies": {
"viewerjs": "^1.11.6"
},
"peerDependencies": {
"react": ">=16.8.0"
},
"devDependencies": {
"@types/react": "^18.2.46",
"father": "^4.3.8"
}
}