-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
81 lines (81 loc) · 2.88 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
{
"name": "t1c-app-rmc",
"version": "0.6.5",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"docker-build": "docker build -t eu.gcr.io/t1t-pre-prod/read-my-cards .",
"docker-tag": "docker image tag eu.gcr.io/t1t-pre-prod/read-my-cards eu.gcr.io/t1t-pre-prod/read-my-cards:${npm_package_version} && docker image tag eu.gcr.io/t1t-pre-prod/read-my-cards eu.gcr.io/t1t-pre-prod/read-my-cards:latest",
"docker-push": "docker image push --all-tags eu.gcr.io/t1t-pre-prod/read-my-cards",
"docker": "yarn docker-build && yarn docker-tag && yarn docker-push"
},
"dependencies": {
"@ckeditor/ckeditor5-build-balloon": "^29.1.0",
"@ckeditor/ckeditor5-build-balloon-block": "^29.1.0",
"@ckeditor/ckeditor5-build-classic": "^29.1.0",
"@ckeditor/ckeditor5-build-decoupled-document": "^29.1.0",
"@ckeditor/ckeditor5-build-inline": "^29.1.0",
"@fullcalendar/core": "^5.5.1",
"@fullcalendar/daygrid": "^5.5.0",
"@fullcalendar/interaction": "^5.5.0",
"@fullcalendar/list": "^5.5.0",
"@fullcalendar/timegrid": "^5.5.1",
"@googlemaps/js-api-loader": "^1.11.4",
"@googlemaps/markerclustererplus": "^1.1.0",
"@left4code/tw-starter": "^1.1.0",
"@popperjs/core": "^2.7.0",
"@vuelidate/core": "^2.0.0-alpha.12",
"@vuelidate/validators": "^2.0.0-alpha.11",
"@zhuowenli/vue-feather-icons": "^5.0.2",
"axios": "^0.24.0",
"cash-dom": "^8.1.0",
"chart.js": "^2.9.4",
"core-js": "^3.8.3",
"dayjs": "^1.10.4",
"dropzone": "^5.7.6",
"feather-icons": "^4.28.0",
"gitart-vue-dialog": "^1.1.0",
"highlight.js": "^10.6.0",
"js-beautify": "^1.13.5",
"litepicker": "^2.0.11",
"t1c-sdk-js": "^3.6.3",
"tabulator-tables": "^4.9.3",
"tiny-slider": "^2.9.3",
"tippy.js": "^6.2.7",
"toastify-js": "^1.9.3",
"tom-select": "^1.7.5",
"velocity-animate": "^1.5.2",
"vue": "^3.2.22",
"vue-i18n": "9.1.7",
"vue-router": "^4.0.3",
"vue-toastification": "^2.0.0-rc.5",
"vuex": "^4.0.2",
"xlsx": "^0.17.0",
"zoom-vanilla.js": "^2.0.6"
},
"devDependencies": {
"@babel/core": "^7.12.16",
"@babel/eslint-parser": "^7.12.16",
"@vue/cli-plugin-babel": "^5.0.0-rc.1",
"@vue/cli-plugin-eslint": "^5.0.0-rc.1",
"@vue/cli-plugin-router": "^5.0.0-rc.1",
"@vue/cli-plugin-vuex": "^5.0.0-rc.1",
"@vue/cli-service": "^5.0.0-rc.1",
"@vue/compiler-sfc": "^3.0.4",
"@vue/eslint-config-standard": "^6.1.0",
"autoprefixer": "^10.3.1",
"babel-eslint": "^10.1.0",
"eslint": "^7.20.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-vue": "^7.2.0",
"postcss": "^8.3.6",
"prettier": "1.19.1",
"sass": "^1.37.5",
"sass-loader": "^12.1.0",
"tailwindcss": "^2.2.7"
}
}