forked from EsupPortail/esup-publisher
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
75 lines (75 loc) · 2.58 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
{
"name": "publisher",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build --no-module",
"test:unit": "vue-cli-service test:unit",
"lint": "vue-cli-service lint",
"format:check": "prettier --check src/main/webapp/src/**/*.{js,vue,css}",
"format": "prettier --write src/main/webapp/src/**/*.{js,vue,css}",
"commit": "commitlint --edit"
},
"dependencies": {
"@ckeditor/ckeditor5-alignment": "36.0.1",
"@ckeditor/ckeditor5-basic-styles": "36.0.1",
"@ckeditor/ckeditor5-block-quote": "36.0.1",
"@ckeditor/ckeditor5-dev-utils": "36.0.1",
"@ckeditor/ckeditor5-dev-webpack-plugin": "31.1.13",
"@ckeditor/ckeditor5-editor-classic": "36.0.1",
"@ckeditor/ckeditor5-essentials": "36.0.1",
"@ckeditor/ckeditor5-font": "36.0.1",
"@ckeditor/ckeditor5-heading": "36.0.1",
"@ckeditor/ckeditor5-html-support": "36.0.1",
"@ckeditor/ckeditor5-image": "36.0.1",
"@ckeditor/ckeditor5-link": "36.0.1",
"@ckeditor/ckeditor5-list": "36.0.1",
"@ckeditor/ckeditor5-media-embed": "36.0.1",
"@ckeditor/ckeditor5-paragraph": "36.0.1",
"@ckeditor/ckeditor5-remove-format": "36.0.1",
"@ckeditor/ckeditor5-source-editing": "36.0.1",
"@ckeditor/ckeditor5-theme-lark": "36.0.1",
"@ckeditor/ckeditor5-vue": "4.0.1",
"@fortawesome/fontawesome-free": "6.4.2",
"@gip-recia/color-palette-picker": "0.0.13",
"@gip-recia/evaluator": "0.0.20",
"@gip-recia/js-tree": "0.0.18",
"@gip-recia/subject-infos": "0.0.16",
"@gip-recia/subject-search-button": "0.0.20",
"@popperjs/core": "2.11.8",
"bootstrap": "5.2.3",
"compressorjs": "^1.2.1",
"core-js": "3.29.1",
"postcss-loader": "7.1.0",
"postcss-url": "10.1.3",
"raw-loader": "4.0.2",
"vue": "3.2.47",
"vue-cropperjs": "5.0.0",
"vue-i18n": "9.2.2",
"vue-router": "4.1.6",
"vuex": "4.1.0"
},
"devDependencies": {
"@babel/core": "7.26.0",
"@babel/eslint-parser": "7.25.9",
"@commitlint/cli": "^17.7.1",
"@commitlint/config-conventional": "^17.7.0",
"@vue/cli-plugin-babel": "5.0.8",
"@vue/cli-plugin-eslint": "5.0.8",
"@vue/cli-plugin-router": "5.0.8",
"@vue/cli-plugin-unit-jest": "5.0.8",
"@vue/cli-plugin-vuex": "5.0.8",
"@vue/cli-service": "5.0.8",
"@vue/compiler-sfc": "3.2.47",
"@vue/test-utils": "2.4.6",
"@vue/vue3-jest": "27.0.0",
"eslint": "8.57.1",
"eslint-plugin-vue": "9.17.0",
"prettier": "3.0.3",
"sass": "1.69.5",
"sass-loader": "13.3.3",
"typescript": "5.2.2",
"xml2js": "0.5.0"
}
}