-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 983 Bytes
/
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
{
"name": "togroup-ui",
"version": "0.0.6",
"author": "huangguahuai <705141203@qq.com>",
"keywords": [
"vue",
"ui",
"components"
],
"repository": {
"type": "git",
"url": "git@github.com:huangguahuai/togroup-ui.git"
},
"main": "lib/togroupui.umd.min.js",
"scripts": {
"dev": "vue-cli-service serve",
"build": "vue-cli-service build",
"build:lib": "vue-cli-service build --target lib --name togroupui --dest lib packages/index.js"
},
"dependencies": {
"core-js": "^3.6.5",
"togroup-ui": "^0.0.2",
"vue": "^2.6.11",
"vue-router": "^3.2.0",
"vuex": "^3.4.0"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~4.5.15",
"@vue/cli-plugin-router": "~4.5.15",
"@vue/cli-plugin-vuex": "~4.5.15",
"@vue/cli-service": "~4.5.15",
"sass": "^1.26.5",
"sass-loader": "^8.0.2",
"vue-template-compiler": "^2.6.11"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
]
}