-
Notifications
You must be signed in to change notification settings - Fork 51
/
Copy pathpackage.json
58 lines (58 loc) · 1.54 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
{
"name": "vx-ui",
"version": "3.0.1-alpha",
"description": "A Component Library for Vue.js",
"author": "黄运飞 <[email protected]>",
"main": "lib/index.js",
"scripts": {
"serve": "vue-cli-service serve --open",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"build:theme": "gulp build --gulpfile packages/style/gulpfile.js",
"build:component": "vue-cli-service build --mode component"
},
"files": [
"lib"
],
"keywords": [
"ui",
"vue",
"components"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "[email protected]:yunfeihuang/vx-ui"
},
"dependencies": {
"core-js": "^3.8.3",
"vue": "^3.0.4",
"vue-router": "^4.0.3"
},
"devDependencies": {
"@babel/core": "^7.12.16",
"@babel/eslint-parser": "^7.12.16",
"@vue/cli-plugin-babel": "~5.0.0-beta.1",
"@vue/cli-plugin-eslint": "~5.0.0-beta.1",
"@vue/cli-plugin-router": "~5.0.0-beta.1",
"@vue/cli-service": "~5.0.0-beta.1",
"@vue/compiler-sfc": "^3.0.4",
"element-plus": "^1.0.2-beta.53",
"eslint": "^7.20.0",
"eslint-plugin-vue": "^7.2.0",
"gulp": "^4.0.0",
"gulp-autoprefixer": "^6.0.0",
"gulp-cssmin": "^0.2.0",
"gulp-sass": "^4.0.2",
"markdown-it": "^12.0.6",
"node-sass": "^6.0.0",
"photoswipe": "^4.1.2",
"progress-bar-webpack-plugin": "^2.1.0",
"qrcodejs2": "^0.0.2",
"sass-loader": "^12.0.0",
"sass-resources-loader": "^2.2.3",
"swiper": "^6.5.1",
"vue-color": "^2.7.0",
"vue-markdown-loader": "^2.4.1"
}
}