-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
67 lines (67 loc) · 1.8 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
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "vue-yoast",
"version": "1.0.1",
"description": "Content and SEO assessor components for Vue.js (based on YoastJS)",
"scripts": {
"serve": "vue-cli-service serve ./demo/main.js",
"build": "vue-cli-service build ./demo/main.js",
"build-bundle": "rm -rf ./dist && rollup -c",
"test": "echo \"Error: no test specified\" && exit 1"
},
"files": [
"dist/*"
],
"repository": {
"type": "git",
"url": "git+https://github.com/meyt/vue-yoast.git"
},
"keywords": [
"vue",
"yoast",
"seo",
"yoastseo"
],
"author": "Mahdi Ghane.g",
"license": "MIT",
"bugs": {
"url": "https://github.com/meyt/vue-yoast/issues"
},
"homepage": "https://github.com/meyt/vue-yoast#readme",
"main": "dist/vue-yoast.cjs.js",
"module": "dist/vue-yoast.js",
"unpkg": "dist/vue-yoast.iife.js",
"peerDependencies": {
"vue": "^2.5.17"
},
"dependencies": {
"yoastseo": "^1.91.0",
"debounce": "^1.2.1"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^19.0.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.0.0",
"@vue/cli-plugin-babel": "^3.8.0",
"@vue/cli-plugin-eslint": "^3.8.0",
"@vue/cli-service": "^3.8.0",
"@vue/eslint-config-standard": "^4.0.0",
"babel-eslint": "^10.0.1",
"bootstrap-vue": "^2.0.0-rc.1",
"core-js": "^2.6.5",
"cross-env": "^5.0.5",
"eslint": "^5.16.0",
"eslint-plugin-vue": "^5.0.0",
"rollup": "^2.38",
"rollup-plugin-buble": "^0.19.6",
"rollup-plugin-css-only": "^1.0.0",
"rollup-plugin-eslint": "^6.0.0",
"rollup-plugin-filesize": "^6.1.1",
"rollup-plugin-vue": "^5.0.0",
"vue": "^2.6.10",
"vue-meta": "^2.1.1",
"vue-router": "^3.0.3",
"vue-template-compiler": "^2.6.10",
"vuex": "^3.0.1",
"webpack": "^4.39.3"
}
}