-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
49 lines (49 loc) · 1.35 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
{
"name": "@prestashopcorp/segment-vue",
"version": "3.0.0",
"description": "plugin vue for segment",
"main": "dist/@prestashopcorp/segment-vue.js",
"scripts": {
"build": "node config/build.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Mathieu Roux <[email protected]>",
"repository": {
"type": "git",
"url": "git+https://github.com/PrestaShopCorp/segment-vue.git"
},
"license": "MIT",
"devDependencies": {
"@vue/composition-api": "^1.0.0-rc.6",
"babel-core": "~6.26.3",
"babel-eslint": "~9.0.0",
"babel-loader": "~7.1.5",
"babel-preset-env": "~1.4.0",
"eslint": "~4.18.2",
"eslint-friendly-formatter": "~4.0.1",
"eslint-loader": "~1.7.1",
"friendly-errors-webpack-plugin": "~1.7.0",
"rollup": "~1.31.0",
"rollup-plugin-babel": "~3.0.7",
"vue": "2.6.12",
"vue-template-compiler": "2.6.12"
},
"dependencies": {
"isomorphic-fetch": "^3.0.0",
"lodash": "^4.17.21",
"vue-demi": "^0.7.4"
},
"peerDependencies": {
"@vue/composition-api": ">=1.0.0-beta.7",
"vue": ">=2.6.12 || >=3.0.0"
},
"peerDependenciesMeta": {
"@vue/composition-api": {
"optional": true
}
},
"bugs": {
"url": "https://github.com/PrestaShopCorp/segment-vue/issues"
},
"homepage": "https://github.com/PrestaShopCorp/segment-vue#readme"
}