-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
67 lines (67 loc) · 1.76 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
{
"name": "da-uui",
"version": "1.0.0",
"author": "jeskson",
"description": "da-uui",
"keywords": [
"da-uui",
"jeskson"
],
"license": "ISC",
"private": false,
"files": [
"dist"
],
"main": "./dist/da-uui.umd.min.js",
"bugs": "https://github.com/webVueBlog/uui/issues",
"repository": {
"type": "git",
"url": "https://github.com/webVueBlog/uui"
},
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"test:unit": "vue-cli-service test:unit",
"lint": "vue-cli-service lint",
"test": "karma start",
"lib": "vue-cli-service build --target lib --name da-uui ./src/packages/index.ts"
},
"dependencies": {
"@babel/polyfill": "^7.11.5",
"@koa/multer": "^3.0.0",
"@koa/router": "^9.4.0",
"babel-loader": "^8.1.0",
"core-js": "^3.6.5",
"karma": "^5.2.3",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^3.1.0",
"karma-mocha": "^2.0.1",
"karma-sourcemap-loader": "^0.3.8",
"karma-spec-reporter": "^0.0.32",
"karma-webpack": "^4.0.2",
"koa": "^2.13.0",
"koa-cors": "^0.0.16",
"lodash": "^4.17.20",
"mocha": "^8.1.3",
"multer": "^1.4.2",
"sass-resources-loader": "^2.1.1",
"v-click-outside": "^3.2.0",
"vue": "^2.6.11",
"vue-class-component": "^7.2.3",
"vue-property-decorator": "^8.4.2"
},
"devDependencies": {
"@types/chai": "^4.2.11",
"@types/mocha": "^5.2.4",
"@vue/cli-plugin-babel": "^4.5.0",
"@vue/cli-plugin-typescript": "^4.5.0",
"@vue/cli-plugin-unit-mocha": "^4.5.0",
"@vue/cli-service": "^4.5.0",
"@vue/test-utils": "^1.1.0",
"chai": "^4.1.2",
"sass": "^1.26.5",
"sass-loader": "^8.0.2",
"typescript": "~3.9.3",
"vue-template-compiler": "^2.6.11"
}
}