forked from AmazingDreams/vue-matomo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.4 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
{
"name": "yavm2-vue-matomo",
"version": "4.0.1",
"description": "Link your Piwik/Matomo installation",
"author": "charleszhang <[email protected]>",
"license": "MIT",
"main": "dist/yavm2-vue-matomo",
"repository": "https://github.com/AmazingDreams/vue-matomo",
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"scripts": {
"lint": "eslint --ext .js,.vue src",
"lint:fix": "eslint --ext .js,.vue src --fix",
"build": "node config/scripts/build.js",
"prepublish": "npm run build"
},
"devDependencies": {
"@babel/core": "^7.11.4",
"@babel/preset-env": "^7.11.0",
"@vue/cli": "^4.5.4",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.1.0",
"babel-plugin-transform-runtime": "^6.23.0",
"compression-webpack-plugin": "^5.0.1",
"eslint": "^7.7.0",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"eslint-plugin-vue": "^6.2.2",
"friendly-errors-webpack-plugin": "^1.6.1",
"ora": "^5.0.0",
"webpack": "^4.44.1",
"webpack-merge": "^5.1.2"
},
"engines": {
"node": ">= 6.0.0",
"npm": ">= 3.0.0"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
],
"files": [
"/dist",
"/src",
"LICENSE",
"README.md",
"package.json"
]
}