forked from cattr-app/server-application
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
111 lines (111 loc) · 3.11 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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
{
"name": "@cattr/frontend-application",
"author": "team@amazingcat.net",
"homepage": "https://cattr.app",
"bugs": {
"url": "https://git.amazingcat.net/cattr/core/app/-/issues",
"email": "hi@cattr.app"
},
"license": "SSPL-1.0",
"private": true,
"repository": {
"type": "git",
"url": "https://git.amazingcat.net/cattr/core/app.git"
},
"scripts": {
"dev": "mix",
"watch": "mix watch",
"hot": "mix watch --hot",
"prod": "mix --production",
"postinstall": "husky install",
"prepare": "husky install",
"lint": "eslint --ext .js,.vue -c .eslintrc.js resources/frontend/"
},
"workspaces": [
"resources/frontend/vendor_modules/*/*"
],
"dependencies": {
"@cattr/gitlab-integration": "^2.0.4",
"@cattr/redmine-integration": "^4.0.4",
"@cattr/ui-kit": "^1.3.9",
"@sentry/tracing": "^7.49.0",
"@sentry/vue": "^7.49.0",
"axios": "^1.3.6",
"axios-concurrency": "^1.0.4",
"caret-pos": "^2.0.0",
"color-convert": "^2.0.1",
"cross-env": "^7.0.3",
"dotenv": "^16.0.3",
"fabric": "^5.3.0",
"js-md5": "^0.7.3",
"laravel-echo": "^1.15.1",
"lodash": "^4.17.21",
"mapbox-gl": "^2.14.1",
"moment": "^2.29.4",
"moment-timezone": "^0.5.42",
"path-browserify": "^1.0.1",
"pusher-js": "^8.0.2",
"semver": "^7.5.0",
"validator": "^13.9.0",
"vee-validate": "^3.4.15",
"vue": "^2.7.14",
"vue-avatar": "^2.3.3",
"vue-color": "^2.8.1",
"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.7",
"vue-recaptcha": "^2.0.3",
"vue-router": "^3.6.5",
"vue-select": "^3.20.2",
"vue2-datepicker": "^3.11.1",
"vue2-editor": "^2.10.3",
"vuex": "^3.6.2"
},
"devDependencies": {
"@babel/core": "^7.21.4",
"@babel/eslint-parser": "^7.21.3",
"@commitlint/cli": "^17.6.1",
"@commitlint/config-conventional": "^17.6.1",
"autoprefixer": "^10.4.14",
"chokidar": "^3.5.3",
"clean-webpack-plugin": "^4.0.0",
"compression-webpack-plugin": "^10.0.0",
"core-js": "^3.30.1",
"css-loader": "^6.7.3",
"eslint": "^8.39.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-vue": "^9.11.0",
"husky": "^8.0.3",
"laravel-mix": "^6.0.49",
"laravel-mix-alias": "^1.0.3",
"laravel-mix-bundle-analyzer": "^1.0.5",
"laravel-mix-clean": "^0.1.0",
"laravel-mix-compress": "^3.0.0",
"laravel-mix-polyfill": "^3.0.1",
"laravel-mix-serve": "^2.2.2",
"laravel-mix-sri": "^1.0.7",
"laravel-mix-workbox": "^0.1.4",
"postcss": "^8.4.23",
"prettier": "2.8.8",
"resolve-url-loader": "^5.0.0",
"sass": "^1.62.1",
"sass-loader": "^13.2.2",
"sass-resources-loader": "^2.2.5",
"vue-eslint-parser": "^9.1.1",
"vue-loader": "^15.10.1",
"vue-template-compiler": "^2.7.14",
"webpack": "^5.80.0",
"workbox-webpack-plugin": "^6.5.4"
},
"packageManager": "yarn@3.5.0",
"engines": {
"node": "^16.19.1",
"yarn": "^3.4.1"
},
"resolutions": {
"webpack-bundle-analyzer": "4.8.0"
}
}