-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
34 lines (34 loc) · 1.01 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
{
"name": "@luban-h5/lbc-button",
"version": "0.0.3",
"private": false,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build --target lib --name lbc-button ./src/component/index.js",
"lint": "vue-cli-service lint",
"publish": "yarn build && npm publish --access public"
},
"main": "dist/lbc-button.umd.min.js",
"dependencies": {
"@luban-h5/lbs-text-align": "^0.0.3",
"@luban-h5/plugin-common-props": "^0.0.1",
"ant-design-vue": "^1.2.4",
"core-js": "^3.3.2",
"font-awesome": "4.7.0",
"vue": "^2.6.10"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^4.0.0",
"@vue/cli-plugin-eslint": "^4.0.0",
"@vue/cli-service": "^4.0.0",
"@vue/eslint-config-prettier": "^5.0.0",
"@vue/eslint-config-standard": "^4.0.0",
"babel-eslint": "^10.0.3",
"eslint": "^5.16.0",
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-vue": "^5.0.0",
"prettier": "^1.18.2",
"vue-template-compiler": "^2.6.10"
},
"license": "MIT"
}