vue-watermarker
Version:
Cover the watermark on your website, which cannot be deleted or tampered with!
58 lines (57 loc) • 1.75 kB
JSON
{
"name": "vue-watermarker",
"version": "0.0.7",
"description": "Cover the watermark on your website, which cannot be deleted or tampered with!",
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"repository": "https://github.com/tanghaism/vue-watermarker",
"author": "唐海 <280503392@qq.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/tanghaism/vue-watermarke/issues"
},
"keywords": [
"vue",
"vue3",
"watermarker"
],
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"serve": "vite preview"
},
"dependencies": {
"vue": "^3.2.6",
"vue-watermarker": "^0.0.5"
},
"devDependencies": {
"@babel/core": "^7.15.5",
"@babel/plugin-external-helpers": "^7.14.5",
"@babel/plugin-proposal-class-properties": "^7.14.5",
"@babel/plugin-transform-runtime": "^7.15.0",
"@babel/preset-env": "^7.15.4",
"@babel/runtime": "^7.15.4",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.0.4",
"@typescript-eslint/eslint-plugin": "^4.31.0",
"@typescript-eslint/parser": "^4.31.0",
"@vitejs/plugin-vue": "^1.6.1",
"@vue/compiler-sfc": "^3.2.6",
"babel-plugin-external-helpers": "^6.22.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-runtime": "^6.23.0",
"eslint": "^7.32.0",
"eslint-plugin-vue": "^7.17.0",
"prettier": "^2.3.2",
"prettier-eslint": "^13.0.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-typescript2": "^0.30.0",
"sass": "^1.39.0",
"sass-loader": "^12.1.0",
"tslint": "^6.1.3",
"typescript": "^4.3.2",
"vite": "^2.5.4",
"vue-tsc": "^0.2.2"
}
}