-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
104 lines (104 loc) · 3.13 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
96
97
98
99
100
101
102
103
104
{
"name": "view-ui-plus",
"version": "1.3.13",
"title": "ViewUIPlus",
"description": "A high quality UI components Library with Vue.js 3",
"homepage": "http://www.iviewui.com",
"keywords": [
"iview",
"vue",
"viewui",
"viewuiplus",
"vue.js",
"component",
"components",
"ui",
"framework"
],
"main": "dist/viewuiplus.min.js",
"typings": "types/index.d.ts",
"files": [
"dist",
"src",
"types"
],
"scripts": {
"dev": "vue-cli-service serve",
"build": "npm run build:prod && npm run build:style && npm run build:lang",
"build:style": "gulp --gulpfile build/build-style.js",
"build:prod": "vite build",
"build:lang": "vite build --config build/vite.lang.config.js",
"lint": "vue-cli-service lint --fix"
},
"repository": {
"type": "git",
"url": "https://github.com/view-design/ViewUIPlus"
},
"author": "Aresn",
"license": "MIT",
"bugs": {
"url": "https://github.com/view-design/ViewUIPlus/issues"
},
"dependencies": {
"async-validator": "^3.3.0",
"countup.js": "^1.9.3",
"dayjs": "^1.11.0",
"deepmerge": "^2.2.1",
"element-resize-detector": "^1.2.0",
"js-calendar": "^1.2.3",
"lodash.chunk": "^4.2.0",
"lodash.throttle": "^4.1.1",
"numeral": "^2.0.6",
"popper.js": "^1.14.6",
"select": "^1.1.2",
"tinycolor2": "^1.4.1",
"v-click-outside-x": "^3.7.1"
},
"devDependencies": {
"@vitejs/plugin-vue": "^1.9.3",
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-eslint": "~4.5.0",
"@vue/cli-service": "~4.5.0",
"@vue/compiler-sfc": "^3.0.0",
"babel-eslint": "^10.1.0",
"babel-plugin-import": "^1.13.3",
"chai": "^4.2.0",
"copy-webpack-plugin": "^6.4.1",
"cross-env": "^5.2.0",
"eslint": "^6.7.2",
"eslint-plugin-vue": "^7.0.0-0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^8.0.0",
"gulp-clean-css": "^4.3.0",
"gulp-less": "^4.0.1",
"gulp-rename": "^2.0.0",
"karma": "^2.0.5",
"karma-chrome-launcher": "^2.2.0",
"karma-coverage": "^1.1.1",
"karma-mocha": "^1.3.0",
"karma-sinon-chai": "^1.3.3",
"karma-sourcemap-loader": "^0.3.7",
"karma-spec-reporter": "^0.0.32",
"karma-webpack": "^2.0.13",
"less": "^2.7.3",
"less-loader": "^4.1.0",
"lint-staged": "^10.5.4",
"lolex": "^2.7.5",
"mocha": "^5.0.4",
"sinon": "^4.4.2",
"sinon-chai": "^3.3.0",
"style-loader": "^0.20.2",
"tslint": "^5.14.0",
"typescript": "^3.3.4000",
"uglifyjs-webpack-plugin": "^1.3.0",
"url-loader": "^1.1.2",
"vite": "^2.6.4",
"vue": "^3.2.47",
"vue-hot-reload-api": "^2.3.4",
"vue-html-loader": "^1.2.4",
"vue-loader": "^17.0.0",
"vue-router": "^4.0.14",
"vue-style-loader": "^4.1.3",
"vue-template-compiler": "^2.6.14"
}
}