-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
95 lines (95 loc) · 4.2 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
{
"name": "calm-harbin",
"version": "1.0.24",
"description": "常用组件及方法",
"main": "lib/calmHarbin.umd.min.js",
"typings": "types/index.d.ts",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "eslint --fix --ext .js,.jsx,.ts,.tsx,.vue src test packages types",
"lint:css": "stylelint **/*.{html,vue,css,sass,scss}",
"lib": "npm-run-all calmHarbin --parallel lib:*",
"docs:dev": "vuepress dev docs --temp docs/.temp",
"docs:build": "vuepress build docs",
"calmHarbin": "vue-cli-service build --report --dest lib --target lib --name calmHarbin src/index.ts",
"lib:BiuDialog": "vue-cli-service build --no-clean --dest lib --target lib --name BiuDialog ./packages/BiuDialog/index.ts",
"lib:BiuDrawer": "vue-cli-service build --no-clean --dest lib --target lib --name BiuDrawer ./packages/BiuDrawer/index.ts",
"lib:FileInput": "vue-cli-service build --no-clean --dest lib --target lib --name FileInput ./packages/FileInput/index.ts",
"lib:BiuCardForm": "vue-cli-service build --no-clean --dest lib --target lib --name BiuCardForm ./packages/BiuCardForm/index.ts",
"lib:BiuCard": "vue-cli-service build --no-clean --dest lib --target lib --name BiuCard ./packages/BiuCard/index.ts",
"lib:BiuTable": "vue-cli-service build --no-clean --dest lib --target lib --name BiuTable ./packages/BiuTable/index.ts",
"lib:BiuPage": "vue-cli-service build --no-clean --dest lib --target lib --name BiuPage ./packages/BiuPage/index.ts",
"lib:BiuForm": "vue-cli-service build --no-clean --dest lib --target lib --name BiuForm ./packages/BiuForm/index.ts",
"lib:BiuFormItem": "vue-cli-service build --no-clean --dest lib --target lib --name BiuFormItem ./packages/BiuFormItem/index.ts",
"lib:BiuSelectTable": "vue-cli-service build --no-clean --dest lib --target lib --name BiuSelectTable ./packages/BiuSelectTable/index.ts"
},
"keywords": [
"常用组件",
"vue"
],
"files": [
"lib",
"src",
"packages",
"types"
],
"author": "zhanghuan",
"license": "ISC",
"repository": {
"type": "git",
"url": "git@github.com:CalmHarbin/calm-harbin.git"
},
"peerDependencies": {
"vue": "2.6.14"
},
"dependencies": {
"core-js": "^3.6.5",
"dayjs": "^1.10.6",
"decimal.js": "^10.3.1",
"element-ui": "^2.15.3",
"lodash": "^4.17.21",
"umy-ui": "^1.1.6",
"vue": "2.6.14",
"vue-class-component": "^7.2.3",
"vue-property-decorator": "^9.1.2",
"xlsx": "^0.17.4"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.18.0",
"@typescript-eslint/parser": "^4.18.0",
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-eslint": "~4.5.0",
"@vue/cli-plugin-typescript": "~4.5.0",
"@vue/cli-service": "~4.5.0",
"@vue/eslint-config-prettier": "^6.0.0",
"@vue/eslint-config-typescript": "^7.0.0",
"async-validator": "^1.11.5",
"axios": "^0.21.1",
"babel-plugin-component": "^1.1.1",
"babel-plugin-lodash": "^3.3.4",
"cross-env": "^7.0.3",
"eslint": "^6.7.2",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-vue": "^6.2.2",
"lint-staged": "^9.5.0",
"lodash-webpack-plugin": "^0.11.6",
"npm-run-all": "^4.1.5",
"postcss-html": "^1.3.0",
"prettier": "^2.2.1",
"sass": "^1.26.5",
"sass-loader": "^8.0.2",
"stylelint": "^14.2.0",
"stylelint-config-prettier": "^9.0.3",
"stylelint-config-rational-order": "^0.1.2",
"stylelint-config-recommended-scss": "^5.0.2",
"stylelint-config-recommended-vue": "^1.1.0",
"stylelint-config-standard": "^24.0.0",
"stylelint-config-standard-scss": "^3.0.0",
"stylelint-order": "^5.0.0",
"typescript": "~4.1.5",
"vue-template-compiler": "2.6.14",
"vuepress": "^1.8.2",
"vuepress-plugin-typescript": "^0.3.1"
}
}