forked from cattr-app/frontend-application
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
77 lines (77 loc) · 2.32 KB
/
Copy pathpackage.json
File metadata and controls
77 lines (77 loc) · 2.32 KB
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
{
"name": "@amazingcat/cattr-frontend",
"version": "3.4.3",
"description": "Frontend application for Cattr",
"homepage": "https://cattr.app",
"license": "SSPL-1.0",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"compile": "npx vue-cli-service modules:compile",
"clean": "git clean -fX output/*"
},
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"main": "app/core/index.js",
"dependencies": {
"@amazingcat/at-ui": "^1.3.5",
"@amazingcat/cattr-frontend-module-demo": "^1.1.1",
"@amazingcat/cattr-frontend-module-gitlab-integration": "^2.0.1",
"@amazingcat/cattr-frontend-module-redmine-integration": "^2.0.1",
"@amazingcat/vue-cli-plugin-cattr-compiler": "^1.3.1",
"@sentry/browser": "^5.17.0",
"@sentry/integrations": "^5.17.0",
"axios": "^0.19.0",
"axios-concurrency": "^1.0.3",
"core-js": "^3.6.5",
"cross-env": "^6.0.3",
"dotenv": "^8.2.0",
"fabric": "^3.6.3",
"js-md5": "^0.7.3",
"lodash": "^4.17.20",
"moment": "^2.26.0",
"moment-timezone": "^0.5.31",
"semver": "^7.3.2",
"validator": "^12.1.0",
"vee-validate": "^3.3.3",
"vue": "^2.6.10",
"vue-avatar": "^2.3.0",
"vue-dialog-loading": "^0.3.1",
"vue-i18n": "^8.18.2",
"vue-lazyload": "^1.3.3",
"vue-loading-skeleton": "^1.1.9",
"vue-moment": "^4.0.0",
"vue-multiselect": "^2.1.6",
"vue-recaptcha": "^1.3.0",
"vue-router": "^3.3.2",
"vue-select": "^3.10.3",
"vue2-datepicker": "^3.6.0",
"vue2-editor": "^2.10.2",
"vuex": "^3.4.0"
},
"devDependencies": {
"@commitlint/cli": "^8.3.5",
"@commitlint/config-conventional": "^8.3.4",
"@sentry/webpack-plugin": "^1.11.1",
"@vue/cli-plugin-babel": "^4.4.1",
"@vue/cli-plugin-eslint": "^4.4.1",
"@vue/cli-plugin-router": "^4.4.1",
"@vue/cli-plugin-vuex": "^4.4.1",
"@vue/cli-service": "^4.4.1",
"babel-eslint": "^10.1.0",
"eslint": "^5.16.0",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-vue": "^5.0.0",
"husky": "^4.2.5",
"node-sass": "^4.14.1",
"prettier": "1.19.1",
"resolve-url-loader": "^3.1.2",
"sass-loader": "^8.0.0",
"vue-template-compiler": "^2.6.10",
"webpack-bundle-analyzer": "^3.8.0"
}
}