-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
55 lines (55 loc) · 1.51 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
{
"name": "awesome-image-viewer",
"description": "React, Angular, Vue, and Typescript compatible image viewer",
"version": "1.0.60",
"author": "Mostafa Mohammadzadeh",
"license": "MIT",
"main": "src/imageViewer.js",
"types": "src/imageViewer.d.ts",
"scripts": {
"test": "jest",
"test-cov": "jest --coverage",
"deploy": "npm update && npm publish && cd website && npm update && npm run build && npm run export && cd .. && find website/out -type d -exec chmod 755 {} \\; && find website/out -type f -exec chmod 644 {} \\; && git add -A && git commit -m \"[deployment auto commit]\" && git ftp push",
"permission": "find website/out -type d -exec chmod 755 {} \\; && find website/out -type f -exec chmod 644 {} \\;"
},
"devDependencies": {
"jest": "^28.1.3",
"jest-environment-jsdom": "^28.1.3"
},
"jest": {
"testEnvironment": "jsdom"
},
"keywords": [
"react",
"angular",
"vue",
"typescript",
"next",
"module",
"component",
"image viewer",
"react component",
"javascript",
"image",
"gallery",
"react image viewer",
"imageViewer",
"reactjs gallery",
"reactjs",
"nextjs",
"next gallery",
"ui",
"nextjs image",
"jquery",
"ts",
"js"
],
"repository": {
"type": "git",
"url": "git+https://github.com/MostafaMDZH/Awesome-Image-Viewer.git"
},
"homepage": "https://image-viewer.awesome-components.com",
"bugs": {
"url": "https://github.com/MostafaMDZH/Awesome-Image-Viewer/issues"
}
}