-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
76 lines (76 loc) · 2.01 KB
/
Copy pathpackage.json
File metadata and controls
76 lines (76 loc) · 2.01 KB
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
72
73
74
75
76
{
"name": "oss-alarm",
"version": "1.0.1",
"private": true,
"description": "A Component about oss-alarm",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lib:pack": "vue-cli-service build --target lib --name index --dest lib_temp index.js",
"lib:modules": "gulp build",
"lint": "vue-cli-service lint",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s"
},
"dependencies": {
"ag-grid-vue": "^25.1.0",
"axios": "^0.21.1",
"core-js": "^3.6.5",
"register-service-worker": "^1.7.1",
"stompjs": "^2.3.3",
"vue": "^2.6.11",
"vue-class-component": "^7.2.6",
"vue-property-decorator": "^9.1.2",
"vue-router": "^3.2.0"
},
"main": "./lib/oss-alarm.common.js",
"devDependencies": {
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-eslint": "~4.5.0",
"@vue/cli-plugin-pwa": "~4.5.0",
"@vue/cli-plugin-router": "~4.5.0",
"@vue/cli-plugin-unit-mocha": "~4.5.0",
"@vue/cli-service": "~4.5.0",
"@vue/eslint-config-airbnb": "^5.0.2",
"@vue/test-utils": "^1.0.3",
"ag-grid-community": "^25.1.0",
"babel-eslint": "^10.1.0",
"chai": "^4.1.2",
"element-ui": "^2.15.1",
"eslint": "^6.7.2",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-vue": "^6.2.2",
"sass": "^1.26.5",
"sass-loader": "^8.0.2",
"vue-highlightjs": "^1.3.3",
"vue-template-compiler": "^2.6.11"
},
"peerDependencies": {
"vue": "^2.6.11"
},
"postcss": {
"plugins": {
"autoprefixer": {}
}
},
"author": "xieyuxuan",
"repository": {
"type": "git",
"url": "git+https://github.com/vera0707/oss-alarm-window.git"
},
"keywords": [
"oss",
"oss-alarm",
"vue",
"components"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/vera0707/oss-alarm-window/issues"
},
"homepage": "https://github.com/vera0707/oss-alarm-window#readme",
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}