-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
147 lines (147 loc) · 5.43 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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
{
"name": "bairro-alto-frontend",
"version": "0.2.0",
"private": true,
"engines": {
"node": "16.13.0",
"npm": "9.6.7"
},
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"test:unit": "vue-cli-service test:unit",
"lint": "vue-cli-service lint",
"prepare": "husky install",
"test:unit-dev": "vue-cli-service test:unit --watchAll --collect-coverage",
"test:debug": "node --inspect-brk ./node_modules/jest/bin/jest.js --config jest.config.js --runInBand",
"test:coverage": "vue-cli-service test:unit --collect-coverage"
},
"dependencies": {
"@ckeditor/ckeditor5-alignment": "^32.0.0",
"@ckeditor/ckeditor5-basic-styles": "^32.0.0",
"@ckeditor/ckeditor5-block-quote": "^32.0.0",
"@ckeditor/ckeditor5-build-classic": "^32.0.0",
"@ckeditor/ckeditor5-clipboard": "^32.0.0",
"@ckeditor/ckeditor5-core": "^32.0.0",
"@ckeditor/ckeditor5-dev-utils": "^28.0.2",
"@ckeditor/ckeditor5-dev-webpack-plugin": "^28.0.2",
"@ckeditor/ckeditor5-editor-classic": "^32.0.0",
"@ckeditor/ckeditor5-essentials": "^32.0.0",
"@ckeditor/ckeditor5-find-and-replace": "^32.0.0",
"@ckeditor/ckeditor5-font": "^32.0.0",
"@ckeditor/ckeditor5-heading": "^32.0.0",
"@ckeditor/ckeditor5-highlight": "^32.0.0",
"@ckeditor/ckeditor5-horizontal-line": "^32.0.0",
"@ckeditor/ckeditor5-html-embed": "^32.0.0",
"@ckeditor/ckeditor5-html-support": "^32.0.0",
"@ckeditor/ckeditor5-image": "^32.0.0",
"@ckeditor/ckeditor5-indent": "^32.0.0",
"@ckeditor/ckeditor5-link": "^32.0.0",
"@ckeditor/ckeditor5-list": "^32.0.0",
"@ckeditor/ckeditor5-media-embed": "^32.0.0",
"@ckeditor/ckeditor5-paragraph": "^32.0.0",
"@ckeditor/ckeditor5-paste-from-office": "^32.0.0",
"@ckeditor/ckeditor5-remove-format": "^32.0.0",
"@ckeditor/ckeditor5-restricted-editing": "^32.0.0",
"@ckeditor/ckeditor5-source-editing": "^32.0.0",
"@ckeditor/ckeditor5-special-characters": "^32.0.0",
"@ckeditor/ckeditor5-table": "^32.0.0",
"@ckeditor/ckeditor5-theme-lark": "^32.0.0",
"@ckeditor/ckeditor5-typing": "^32.0.0",
"@ckeditor/ckeditor5-ui": "^32.0.0",
"@ckeditor/ckeditor5-vue": "^2.0.1",
"@ckeditor/ckeditor5-watchdog": "^32.0.0",
"@ckeditor/ckeditor5-widget": "^32.0.0",
"@ckeditor/ckeditor5-word-count": "^32.0.0",
"@fortawesome/fontawesome-free": "^6.1.1",
"@vicons/ionicons5": "^0.12.0",
"@vueuse/core": "^7.6.0",
"@vueuse/head": "^0.7.6",
"@vueuse/motion": "^2.0.0-beta.12",
"@vueuse/shared": "^8.0.0",
"ag-grid-community": "^27.1.0",
"ag-grid-vue3": "^27.1.0",
"axios": "^0.24.0",
"bootstrap": "^5.1.3",
"bootstrap-icons": "^1.8.1",
"bootstrap-vue-3": "^0.1.8",
"boxicons": "^2.1.2",
"ckeditor5": "^32.0.0",
"core-js": "^3.21.0",
"firebase": "^9.6.9",
"gsap": "^3.10.3",
"jwt-decode": "^3.1.2",
"lamejs": "^1.2.1",
"naive-ui": "^2.26.4",
"particles.vue3": "^1.42.4",
"pixi-filters": "^4.1.6",
"pixi.js": "^6.3.0",
"postcss-loader": "^3.0.0",
"raw-loader": "^4.0.2",
"sanitize-html": "^2.7.0",
"tippy.vue": "^3.1.5",
"v-viewer": "^3.0.10",
"vee-validate": "^4.5.8",
"vfonts": "^0.0.3",
"vue": "^3.2.30",
"vue-advanced-chat": "^2.0.7",
"vue-class-component": "^8.0.0-rc.1",
"vue-dk-toast": "^3.0.1",
"vue-kinesis": "^2.0.5",
"vue-mobile-detection": "^2.0.1",
"vue-next-select": "^2.10.3",
"vue-router": "^4.0.12",
"vue-router-mock": "^0.1.7",
"vuex": "^4.0.2",
"vuex-persistedstate": "^4.1.0",
"yup": "^0.32.11"
},
"devDependencies": {
"@testing-library/dom": "^8.13.0",
"@testing-library/jest-dom": "^5.16.3",
"@testing-library/user-event": "^14.0.4",
"@testing-library/vue": "^6.5.1",
"@types/ckeditor__ckeditor5-basic-styles": "^28.0.2",
"@types/ckeditor__ckeditor5-build-classic": "^29.0.1",
"@types/ckeditor__ckeditor5-core": "^28.0.10",
"@types/ckeditor__ckeditor5-editor-classic": "^27.1.2",
"@types/ckeditor__ckeditor5-essentials": "^28.0.3",
"@types/ckeditor__ckeditor5-find-and-replace": "^29.0.5",
"@types/ckeditor__ckeditor5-html-embed": "^31.0.0",
"@types/ckeditor__ckeditor5-html-support": "^31.0.0",
"@types/ckeditor__ckeditor5-paragraph": "^27.0.3",
"@types/ckeditor__ckeditor5-remove-format": "^28.0.3",
"@types/ckeditor__ckeditor5-special-characters": "^29.0.2",
"@types/ckeditor__ckeditor5-watchdog": "^29.0.1",
"@types/jest": "^24.0.19",
"@types/sanitize-html": "^2.6.2",
"@typescript-eslint/eslint-plugin": "^4.18.0",
"@typescript-eslint/parser": "^4.18.0",
"@vue/cli-plugin-babel": "~4.5.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-unit-jest": "~4.5.0",
"@vue/cli-plugin-vuex": "~4.5.0",
"@vue/cli-service": "~4.5.0",
"@vue/compiler-sfc": "^3.0.0",
"@vue/eslint-config-airbnb": "^5.0.2",
"@vue/eslint-config-typescript": "^7.0.0",
"@vue/test-utils": "^2.0.0-rc.18",
"babel-eslint": "^10.1.0",
"eslint": "^6.8.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-vue": "^7.20.0",
"husky": "^7.0.4",
"jest-canvas-mock": "^2.4.0",
"lint-staged": "^12.2.2",
"sass": "^1.26.5",
"sass-loader": "^8.0.2",
"typescript": "~4.1.5",
"vue-jest": "^5.0.0-alpha.10",
"vue-loader": "^17.1.1"
},
"lint-staged": {
"*.js": "eslint --cache --fix"
}
}