forked from haixiangyan/overwatch-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.57 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.57 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
{
"name": "overwatch-ui",
"version": "1.8.5",
"description": "A UI library of Overwatch, built with Vue.js",
"main": "./dist/overwatch-ui.umd.min.js",
"private": false,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"build:ui": "vue-cli-service build --target lib --name overwatch-ui ./src/entry.js",
"test": "cross-env BABEL_ENV=test vue-cli-service test:unit",
"coverage": "open ./coverage/lcov-report/index.html"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Haixiang6123/overwatch-ui.git"
},
"keywords": [
"Vue",
"UI",
"Overwatch"
],
"files": [
"dist/*"
],
"dependencies": {
"vue": "^2.5.21"
},
"author": "Haixiang yan",
"license": "MIT",
"bugs": "https://github.com/Haixiang6123/overwatch-ui/issues",
"homepage": "https://haixiang6123.github.io/overwatch-ui-doc/#/",
"devDependencies": {
"@vue/cli-plugin-babel": "^3.0.5",
"@vue/cli-plugin-unit-mocha": "^3.0.5",
"@vue/cli-service": "^3.0.5",
"@vue/test-utils": "^1.0.0-beta.20",
"babel-plugin-istanbul": "^5.1.1",
"chai": "^4.2.0",
"cross-env": "^5.2.0",
"karma-coverage": "^1.1.2",
"karma-sinon": "^1.0.5",
"karma-sinon-chai": "^2.0.2",
"mocha": "^5.0.5",
"node-sass": "^4.11.0",
"sass-loader": "^7.1.0",
"sinon": "^7.3.2",
"sinon-chai": "^3.3.0",
"vue-template-compiler": "^2.5.21"
}
}