-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.71 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
{
"name": "hk-ui",
"version": "0.1.14",
"author": {
"name": "piluohen<1012106967@qq.com>"
},
"homepage": "https://github.com/piluohen/hk-ui",
"repository": "https://github.com/piluohen/hk-ui",
"description": "A Component Library Base Element-ui for Vue.js.",
"keywords": [
"element-ui",
"vue",
"components"
],
"files": [
"lib/hk-ui.umd.min.js",
"lib/hk-ui.css",
"packages"
],
"main": "lib/hk-ui.umd.min.js",
"private": false,
"scripts": {
"dev": "cross-env ENV=dev vuepress dev docs",
"build:test": "cross-env ENV=test vuepress build docs",
"build:prod": "cross-env ENV=prod vuepress build docs",
"lib": "vue-cli-service build --target lib --name hk-ui --dest lib packages/index.js"
},
"dependencies": {
"babel-plugin-jsx-v-model": "^2.0.3",
"core-js": "^2.6.5",
"countup.js": "^2.0.4",
"dayjs": "^1.8.15",
"echarts": "^4.2.1",
"element-ui": "^2.10.1",
"lodash": "^4.17.15",
"node-fetch": "^2.6.0",
"node-sass": "^4.12.0",
"normalize.css": "^8.0.1",
"pug": "^2.0.4",
"pug-plain-loader": "^1.0.0",
"sass-loader": "^7.1.0",
"vue": "^2.6.10",
"vue-router": "^3.0.7",
"vuex": "^3.1.1"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.9.2",
"@vue/cli-plugin-eslint": "^3.9.2",
"@vue/cli-service": "^3.9.3",
"@vue/eslint-config-standard": "^4.0.0",
"babel-eslint": "^10.0.2",
"babel-plugin-dynamic-import-node": "^2.3.0",
"cross-env": "^5.2.0",
"element-theme-chalk": "^2.10.1",
"eslint": "^6.2.2",
"eslint-plugin-vue": "^5.2.3",
"markdown-it-checkbox": "^1.1.0",
"markdown-it-kbd": "^2.0.0",
"vue-template-compiler": "^2.6.10",
"vuepress": "^1.0.2"
}
}