forked from AmazingDreams/vue-matomo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 972 Bytes
/
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
{
"name": "vue-matomo",
"version": "3.12.0-5",
"description": "Link your Piwik/Matomo installation",
"author": "Dennis Ruhe <[email protected]>",
"license": "MIT",
"main": "dist/vue-matomo.js",
"repository": "https://github.com/AmazingDreams/vue-matomo",
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"scripts": {
"lint": "eslint --ext .js,.vue src",
"build": "node config/scripts/build.js",
"prepublish": "npm run build"
},
"devDependencies": {
"@babel/core": "^7.6.4",
"@babel/preset-env": "^7.6.3",
"babel-loader": "^8.0.6",
"babel-plugin-transform-runtime": "^6.23.0",
"compression-webpack-plugin": "^3.0.0",
"friendly-errors-webpack-plugin": "^1.6.1",
"ora": "^4.0.2",
"webpack": "^4.41.2",
"webpack-merge": "^4.2.2"
},
"engines": {
"node": ">= 6.0.0",
"npm": ">= 3.0.0"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
]
}