This repository has been archived by the owner on Mar 29, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathpackage.json
92 lines (92 loc) · 2.61 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
{
"name": "@cattr/frontend",
"description": "Frontend application for Cattr",
"homepage": "https://cattr.app",
"license": "SEE LICENSE IN LICENSE",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"compile": "vue-cli-service modules:compile",
"clean": "git clean -fX output/*",
"postinstall": "husky install",
"prepack": "pinst --disable",
"postpack": "pinst --enable"
},
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"main": "app/core/index.js",
"workspaces": [
"app/compiler",
"app/vendor_modules/*/*"
],
"dependencies": {
"@cattr/gitlab-integration": "*",
"@cattr/redmine-integration": "*",
"@cattr/ui-kit": "^1.3.7",
"@cattr/vue-cli-plugin-compiler": "workspace:*",
"@sentry/tracing": "^6.19.7",
"@sentry/vue": "^6.19.7",
"autoprefixer": "^9.8.8",
"axios": "^0.27.2",
"axios-concurrency": "^1.0.4",
"caret-pos": "^2.0.0",
"color-convert": "^2.0.1",
"core-js": "^3.26.1",
"cross-env": "^6.0.3",
"dotenv": "^8.6.0",
"fabric": "^3.6.6",
"js-md5": "^0.7.3",
"lodash": "^4.17.21",
"mapbox-gl": "^2.11.1",
"mini-css-extract-plugin": "^1.6.2",
"moment": "^2.29.4",
"moment-timezone": "^0.5.40",
"postcss": "^7.0.39",
"semver": "^7.3.8",
"validator": "^13.7.0",
"vee-validate": "^3.4.14",
"vue": "^2.7.14",
"vue-avatar": "^2.3.3",
"vue-color": "^2.8.1",
"vue-dialog-loading": "^0.5.3",
"vue-i18n": "^8.28.2",
"vue-kanban": "^1.8.0",
"vue-lazyload": "^1.3.4",
"vue-loading-skeleton": "^1.1.9",
"vue-moment": "^4.1.0",
"vue-multiselect": "^2.1.6",
"vue-recaptcha": "^1.3.0",
"vue-router": "^3.6.5",
"vue-select": "^3.20.0",
"vue2-datepicker": "^3.11.1",
"vue2-editor": "^2.10.3",
"vuex": "^3.6.2",
"webpack": "^4.46.0"
},
"devDependencies": {
"@commitlint/cli": "^17.3.0",
"@commitlint/config-conventional": "^17.3.0",
"@vue/cli-plugin-babel": "^4.5.19",
"@vue/cli-plugin-eslint": "^4.5.19",
"@vue/cli-plugin-router": "^4.5.19",
"@vue/cli-plugin-vuex": "^4.5.19",
"@vue/cli-service": "^4.5.19",
"babel-eslint": "^10.1.0",
"eslint": "^5.16.0",
"eslint-plugin-prettier": "^3.4.1",
"eslint-plugin-vue": "^5.2.3",
"husky": "^8.0.2",
"pinst": "^3.0.0",
"prettier": "2.8.1",
"resolve-url-loader": "^3.1.5",
"sass": "^1.56.2",
"sass-loader": "^8.0.2",
"vue-template-compiler": "^2.7.14",
"webpack-bundle-analyzer": "^3.9.0"
},
"packageManager": "yarn@3.2.0"
}