35 lines
1012 B
JSON
35 lines
1012 B
JSON
{
|
|
"name": "lemon-imui",
|
|
"version": "1.3.3",
|
|
"main": "dist/index.umd.min.js",
|
|
"description": "基于 VUE2.0 的 IM 聊天组件",
|
|
"homepage": "https://github.com/fanjyy/lemon-imui",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/fanjyy/lemon-imui.git"
|
|
},
|
|
"scripts": {
|
|
"serve": "vue-cli-service serve",
|
|
"build": "vue-cli-service build --target lib --name index packages/index.js",
|
|
"build-examples": "vue-cli-service build --dest examples/dist examples/main.js",
|
|
"lint": "vue-cli-service lint"
|
|
},
|
|
"dependencies": {
|
|
"vue": "^2.6.10"
|
|
},
|
|
"devDependencies": {
|
|
"@vue/cli-plugin-babel": "^3.6.0",
|
|
"@vue/cli-plugin-eslint": "^3.6.0",
|
|
"@vue/cli-service": "^3.6.0",
|
|
"@vue/eslint-config-prettier": "^4.0.1",
|
|
"babel-eslint": "^10.0.2",
|
|
"eslint": "^5.16.0",
|
|
"eslint-plugin-vue": "^5.2.3",
|
|
"stylus": "^0.54.5",
|
|
"stylus-loader": "^3.0.2",
|
|
"vue-template-compiler": "^2.5.21"
|
|
},
|
|
"author": "fanjun",
|
|
"license": "MIT"
|
|
}
|