-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
111 lines (111 loc) · 3.7 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": "scot4-frontend-new",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"test:unit": "vue-cli-service test:unit",
"lint": "vue-cli-service lint"
},
"overrides": {
"download-git-repo": "../_EXCLUDED_",
"opener": "../_EXCLUDED_",
"yaml-front-matter": "../_EXCLUDED_",
"postcss": "^8.4.31"
},
"dependencies": {
"@ckeditor/ckeditor5-alignment": "^35.0.0",
"@ckeditor/ckeditor5-basic-styles": "^35.0.0",
"@ckeditor/ckeditor5-block-quote": "^35.0.0",
"@ckeditor/ckeditor5-build-classic": "^35.0.0",
"@ckeditor/ckeditor5-build-decoupled-document": "^35.0.0",
"@ckeditor/ckeditor5-code-block": "^35.0.0",
"@ckeditor/ckeditor5-dev-translations": "^32.0.2",
"@ckeditor/ckeditor5-dev-utils": "^32.0.2",
"@ckeditor/ckeditor5-editor-classic": "^35.0.0",
"@ckeditor/ckeditor5-essentials": "^35.0.0",
"@ckeditor/ckeditor5-font": "^35.0.0",
"@ckeditor/ckeditor5-heading": "^35.0.0",
"@ckeditor/ckeditor5-horizontal-line": "^35.0.0",
"@ckeditor/ckeditor5-html-embed": "^35.0.0",
"@ckeditor/ckeditor5-html-support": "^35.0.0",
"@ckeditor/ckeditor5-image": "^35.0.0",
"@ckeditor/ckeditor5-indent": "^35.0.0",
"@ckeditor/ckeditor5-link": "^35.0.0",
"@ckeditor/ckeditor5-list": "^35.0.0",
"@ckeditor/ckeditor5-paragraph": "^35.0.0",
"@ckeditor/ckeditor5-paste-from-office": "^35.0.0",
"@ckeditor/ckeditor5-source-editing": "^35.0.0",
"@ckeditor/ckeditor5-table": "^35.0.0",
"@ckeditor/ckeditor5-theme-lark": "^35.0.0",
"@ckeditor/ckeditor5-upload": "^35.0.0",
"@ckeditor/ckeditor5-vue2": "^3.0.0",
"@types/marked": "^4.0.7",
"@types/qs": "^6.9.7",
"@vue/babel-helper-vue-jsx-merge-props": "^1.2.1",
"@vue/babel-preset-jsx": "^1.2.4",
"axios": "^1.6.2",
"chart.js": "^3.9.1",
"colors": "1.4.0",
"core-js": "^3.21.1",
"dompurify": "^2.4.1",
"idb": "^7.0.1",
"localforage": "^1.10.0",
"marked": "^4.2.5",
"postcss": "^8.4.31",
"postcss-loader": "^7.3.3",
"raw-loader": "^4.0.2",
"remixicon": "^2.5.0",
"splitpanes": "^2.4.1",
"vee-validate": "^3.4.5",
"vue": "^2.7.14",
"vue-axios": "^3.4.1",
"vue-chartjs": "^4.1.2",
"vue-class-component": "^7.2.6",
"vue-cookies": "^1.7.4",
"vue-final-modal": "^2.4.3",
"vue-js-modal": "^2.0.1",
"vue-matomo": "^4.1.0",
"vue-meta": "^2.4.0",
"vue-observe-visibility": "^1.0.0",
"vue-pdf-embed": "^1.1.4",
"vue-property-decorator": "^9.1.2",
"vue-router": "^3.5.2",
"vuetify": "~2.6.16",
"vuex": "^3.6.2",
"vuex-class": "^0.3.2"
},
"devDependencies": {
"@ckeditor/ckeditor5-inspector": "^4.0.0",
"@mdi/font": "^7.2.96",
"@types/dompurify": "^2.4.0",
"@types/jest": "^27.0.1",
"@types/lodash": "^4.17.6",
"@types/splitpanes": "^2.2.1",
"@typescript-eslint/eslint-plugin": "^5.4.0",
"@typescript-eslint/parser": "^5.4.0",
"@vue/cli": "^5.0.8",
"@vue/cli-plugin-babel": "~5.0.0",
"@vue/cli-plugin-eslint": "~5.0.0",
"@vue/cli-plugin-router": "~5.0.0",
"@vue/cli-plugin-typescript": "~5.0.0",
"@vue/cli-plugin-unit-jest": "~5.0.0",
"@vue/cli-plugin-vuex": "~5.0.0",
"@vue/cli-service": "~5.0.0",
"@vue/eslint-config-typescript": "^9.1.0",
"@vue/test-utils": "^1.1.3",
"@vue/vue2-jest": "^27.0.0-alpha.2",
"babel-jest": "^27.0.6",
"eslint": "^7.32.0",
"eslint-plugin-vue": "^8.0.3",
"jest": "^27.0.5",
"sass": "^1.32.7",
"sass-loader": "^12.0.0",
"ts-jest": "^27.0.4",
"typescript": "~4.9.5",
"vue-cli-plugin-vuetify": "~2.4.8",
"vue-template-compiler": "^2.6.14",
"vuetify-loader": "^1.7.3"
}
}