forked from shabeeb-aot/camunda-formio-tasklist-vue
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
74 lines (74 loc) · 2.24 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
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "camunda-formio-tasklist-vue",
"version": "1.0.0",
"description": "Vue components to integrate formsflow.ai",
"private": false,
"main": "./dist/camunda-formio-tasklist-vue.common.js",
"author": "[email protected]",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"build-package": "vue-cli-service build --target lib --name camunda-formio-tasklist-vue ./src/components/index.js"
},
"dependencies": {
"@types/vue-moment": "^4.0.2",
"axios": "^0.21.1",
"bootstrap": "^4.6.0",
"bootstrap-icons": "^1.4.0",
"bootstrap-vue": "^2.21.2",
"bpmn-js": "^8.2.2",
"crypto-js": "^4.0.0",
"font-awesome": "^4.7.0",
"jsonwebtoken": "^8.5.1",
"keycloak-js": "^12.0.2",
"moment": "^2.29.1",
"semantic-ui-css": "^2.4.1",
"sockjs-client": "^1.5.1",
"stompjs": "^2.3.3",
"vee-validate": "^3.4.5",
"vue": "2.6.10",
"vue-bpmn": "^0.2.2",
"vue-class-component": "^7.2.3",
"vue-formio": "^4.0.7",
"vue-loading-overlay": "^3.4.2",
"vue-property-decorator": "^8.4.2",
"vue-router": "^3.2.0",
"vue2-datepicker": "^3.9.0",
"vuejs-logger": "^1.5.5",
"vuelogger": "^1.0.14",
"vuex": "^3.4.0",
"vuex-class": "^0.3.2"
},
"devDependencies": {
"@types/crypto-js": "^4.0.1",
"@types/jsonwebtoken": "^8.5.0",
"@types/keycloak-js": "^3.4.1",
"@types/sockjs-client": "^1.5.0",
"@types/stompjs": "^2.3.4",
"@types/vue2-datepicker": "^3.3.0",
"@typescript-eslint/eslint-plugin": "^2.33.0",
"@typescript-eslint/parser": "^2.33.0",
"@vue/cli-plugin-eslint": "~4.5.0",
"@vue/cli-plugin-router": "~4.5.0",
"@vue/cli-plugin-typescript": "~4.5.0",
"@vue/cli-plugin-vuex": "~4.5.0",
"@vue/cli-service": "~4.5.0",
"@vue/eslint-config-typescript": "^5.0.2",
"eslint": "^6.7.2",
"eslint-plugin-vue": "^6.2.2",
"node-sass": "^4.12.0",
"sass-loader": "^8.0.2",
"typescript": "~3.9.3",
"vue-template-compiler": "2.6.10"
},
"files": [
"dist/*",
"src/*",
"src/assets/*",
"src/assets/theme.scss",
"public/*",
"*.json",
"*.js"
]
}