-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
46 lines (46 loc) · 1.16 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
{
"name": "img-previewer",
"version": "2.1.7",
"description": "A light wight javascript image viewing plugin with smooth animation",
"main": "dist/img-previewer.js",
"types": "./type.d.ts",
"browser": "./dist/img-previewer.min.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rollup -c",
"serve": "rollup -c -w"
},
"repository": {
"type": "git",
"url": "[email protected]:yue1123/img-previewer.git"
},
"keywords": [
"image",
"viewer",
"preview",
"javascript-plugin"
],
"author": {
"name": "dh",
"url": "https://dhwork.top/dh"
},
"homepage": "https://github.com/yue1123/img-previewer",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.13.8",
"@babel/preset-env": "^7.13.8",
"@rollup/plugin-json": "^4.1.0",
"babel-preset-es2015": "^6.24.1",
"change-case": "^4.1.2",
"create-banner": "^2.0.0",
"rollup": "^2.60.0",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-less": "^1.1.3",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript": "^1.0.1",
"tslib": "^2.3.1",
"typescript": "^4.5.2"
}
}