-
Notifications
You must be signed in to change notification settings - Fork 33
/
Copy pathpackage.json
62 lines (62 loc) · 1.78 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
{
"name": "vue-bot-ui",
"version": "0.2.11",
"description": "Chatbot UI using Vue.js 2",
"author": {
"name": "SonNH",
"email": "sonnh@ownego.com"
},
"main": "dist/vue-bot-ui.common.js",
"files": [
"dist/*",
"src/*",
"package.json"
],
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build --dest demo",
"build-bundle": "vue-cli-service build --target lib --name vue-bot-ui ./src/vue-bot-ui.js",
"release": "standard-version && git push --follow-tags && npm publish",
"release:next": "standard-version --prerelease next && git push --follow-tags origin dev && npm publish --tag next",
"lint": "vue-cli-service lint --fix"
},
"keywords": [
"chatbot",
"bot ui",
"vue-bot-ui"
],
"devDependencies": {
"@commitlint/cli": "^7.6.1",
"@commitlint/config-conventional": "^7.6.0",
"@types/jest": "^24.0.11",
"@vue/cli-plugin-babel": "^4.0.0",
"@vue/cli-plugin-eslint": "^4.0.0",
"@vue/cli-plugin-unit-jest": "^4.0.0",
"@vue/cli-service": "^4.0.0",
"@vue/eslint-config-standard": "^4.0.0",
"@vue/test-utils": "1.0.0-beta.29",
"babel-eslint": "^10.0.3",
"bootstrap": "^4.3.1",
"core-js": "^3.3.2",
"eslint": "^5.16.0",
"eslint-plugin-vue": "^5.0.0",
"pug": "^2.0.4",
"pug-plain-loader": "^1.0.0",
"sass": "^1.19.0",
"sass-loader": "^8.0.2",
"standard-version": "^8.0.1",
"vue": "^2.6.10",
"vue-loader": "^15.8.3",
"vue-svg-loader": "^0.15.0",
"vue-template-compiler": "^2.6.10"
},
"repository": {
"type": "git",
"url": "https://github.com/JuzSer/vue-bot-ui.git"
},
"bugs": {
"url": "https://github.com/JuzSer/vue-bot-ui/issues"
},
"homepage": "https://github.com/JuzSer/vue-bot-ui#readme",
"license": "MIT"
}