-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
71 lines (71 loc) · 2.18 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
68
69
70
71
{
"name": "fd-monitor",
"version": "0.0.4",
"private": false,
"main": "lib/index.umd.min.js",
"scripts": {
"serve": "vue-cli-service serve --mode local",
"build:dev": "vue-cli-service build --mode development",
"build:pre": "vue-cli-service build --mode prerelease",
"build:prd": "vue-cli-service build --mode production",
"lint": "vue-cli-service lint",
"dll": "webpack -p --progress --config ./webpack.dll.conf.js",
"lib": "vue-cli-service build --target lib --name index --dest lib packages/index.js --mode lib"
},
"files": [
"lib"
],
"dependencies": {
"axios": "^0.18.0",
"core-js": "^2.6.5",
"fd-monitor": "^0.0.4",
"file-loader": "^3.0.1",
"mint-ui": "~2.2.13",
"vue": "^2.6.10",
"vue-loader": "^15.7.0",
"vue-router": "^3.0.3"
},
"devDependencies": {
"@babel/plugin-transform-modules-umd": "^7.9.0",
"@vue/cli-plugin-babel": "^3.6.0",
"@vue/cli-plugin-eslint": "^3.6.0",
"@vue/cli-service": "^3.6.0",
"babel-eslint": "^10.0.1",
"babel-plugin-component": "^1.1.1",
"clean-webpack-plugin": "^2.0.2",
"css-loader": "^2.1.1",
"eslint": "^5.16.0",
"eslint-config-prettier": "^4.2.0",
"eslint-plugin-prettier": "^3.0.1",
"eslint-plugin-vue": "^5.0.0",
"less": "^3.9.0",
"less-loader": "^4.1.0",
"prettier": "^1.17.1",
"vue-template-compiler": "^2.5.21",
"webpack": "^4.32.2",
"webpack-cli": "^3.3.2"
},
"postcss": {
"plugins": {
"autoprefixer": {}
}
},
"browserslist": [
"iOS >= 8",
"Android >= 4.0"
],
"description": "fd-monitor 前端异常监控、vue异常监控、js异常监控、页面性能监控、设备信息采集",
"keywords": [
"fd-monitor",
"前端异常监控",
"vue异常监控",
"js异常监控",
"页面性能监控",
"设备信息采集"
],
"author": "",
"repository": {
"type": "git",
"url": "https://github.com/xielovedu/fd-monitor.git"
}
}