-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
54 lines (54 loc) · 1.45 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
{
"name": "watermark-component",
"version": "1.2.0",
"description": "watermark 可用于任何框架,支持多种引入方式,支持防止删除水印,防止修改样式隐藏水印等功能",
"bundleDependencies": false,
"homepage": "https://github.com/wangqiangstar/watermark-component#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/wangqiangstar/watermark-component.git"
},
"bugs": {
"url": "https://github.com/wangqiangstar/watermark-component/issues"
},
"keywords": [
"水印",
"水印组件",
"watermark",
"watermark-component"
],
"devDependencies": {
"@babel/core": "^7.5.5",
"@babel/plugin-transform-runtime": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"babel-eslint": "^10.0.2",
"eslint": "^6.1.0",
"eslint-plugin-standard": "^4.0.0",
"rollup": "^1.19.4",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-commonjs": "^10.0.2",
"rollup-plugin-delete": "^1.0.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-terser": "^5.1.1"
},
"eslintConfig": {
"env": {
"es6": true,
"node": true,
"browser": true
},
"parser": "babel-eslint",
"extends": "eslint:recommended",
"plugins": [
"standard"
]
},
"iife": "dist/watermark.min.js",
"main": "dist/watermark.cjs.js",
"module": "dist/watermark.esm.js",
"scripts": {
"build": "rollup -c"
},
"author": "webqiang",
"license": "ISC"
}