-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
52 lines (52 loc) · 1.22 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
{
"name": "embetty-vue",
"version": "2.0.1",
"description": "Embetty displays remote content like tweets or videos without compromising your privacy.",
"license": "MIT",
"author": {
"name": "Florian Edelmann",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "https://github.com/FloEdelmann/embetty-vue"
},
"bugs": {
"url": "https://github.com/FloEdelmann/embetty-vue/issues"
},
"keywords": [
"vue",
"vuejs",
"embetty",
"privacy",
"youtube",
"vimeo",
"facebook",
"twitter",
"video"
],
"main": "./dist/embetty-vue.cjs",
"module": "./dist/embetty-vue.mjs",
"type": "module",
"scripts": {
"watch": "rollup -c -w",
"build": "rollup -c",
"version": "npm run build && git add -A dist"
},
"peerDependencies": {
"vue": "^2.6.11"
},
"devDependencies": {
"clean-css": "^5.0.1",
"eslint": "^8.0.0",
"eslint-plugin-no-es2015": "^1.2.0",
"eslint-plugin-vue": "^9.0.0",
"rollup": "^2.47.0",
"rollup-plugin-css-only": "^3.0.0",
"rollup-plugin-svg": "^2.0.0",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-vue": "6.0.0",
"vue": "^2.6.11",
"vue-template-compiler": "^2.6.11"
}
}