-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.47 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
{
"name": "@jdorg/jmoremsg",
"version": "0.1.5",
"main": "dist/jmoremsg.umd.min.js",
"license": "MIT",
"private": false,
"author": "jdongchen",
"description": "一个基于vue的“更多信息”的单个组件",
"files": [
"dist/**/*"
],
"keywords": [
"vue",
"more",
"message",
"component"
],
"repository": {
"type": "git",
"url": "https://github.com/isJDongYa/jmoremsg.git"
},
"scripts": {
"dev": "vue-cli-service serve",
"build": "vue-cli-service build",
"test:unit": "vue-cli-service test:unit",
"lib": "vue-cli-service build --target lib --name jmoremsg --dest dist lib/index.ts",
"wc": "vue-cli-service build --target wc --name jmoremsg lib/MoreMsg/MoreMsg.vue"
},
"dependencies": {
"core-js": "^3.6.5",
"vue": "^2.6.11",
"vue-class-component": "^7.2.3",
"vue-property-decorator": "^8.4.2"
},
"devDependencies": {
"@types/jest": "^24.0.19",
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-typescript": "~4.5.0",
"@vue/cli-plugin-unit-jest": "~4.5.0",
"@vue/cli-service": "~4.5.0",
"@vue/test-utils": "^1.0.3",
"cz-conventional-changelog": "^3.3.0",
"less": "^3.0.4",
"less-loader": "^5.0.0",
"typescript": "~3.9.3",
"vue-template-compiler": "^2.6.11",
"webpack-bundle-analyzer": "^4.2.0"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"publishConfig": {
"access": "public"
}
}