-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 2.04 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
{
"name": "@stock3/ckeditor5-build-stock3",
"version": "1.6.1",
"description": "stock3 CKEditor build, based on the classic editor build of CKEditor 5",
"main": "./build/ckeditor.js",
"files": [
"build",
"ckeditor5-metadata.json"
],
"dependencies": {
"@ckeditor/ckeditor5-basic-styles": "^37.1.0",
"@ckeditor/ckeditor5-core": "^37.1.0",
"@ckeditor/ckeditor5-editor-classic": "^37.1.0",
"@ckeditor/ckeditor5-essentials": "^37.1.0",
"@ckeditor/ckeditor5-font": "^37.1.0",
"@ckeditor/ckeditor5-image": "^37.1.0",
"@ckeditor/ckeditor5-link": "^37.1.0",
"@ckeditor/ckeditor5-mention": "^37.1.0",
"@ckeditor/ckeditor5-paragraph": "^37.1.0",
"@ckeditor/ckeditor5-theme-lark": "^37.1.0",
"@ckeditor/ckeditor5-ui": "^37.1.0",
"@ckeditor/ckeditor5-widget": "^37.1.0"
},
"devDependencies": {
"@ckeditor/ckeditor5-dev-utils": "^37.0.1",
"@ckeditor/ckeditor5-dev-webpack-plugin": "^31.1.3",
"@ckeditor/ckeditor5-inspector": "^4.1.0",
"@semantic-release/git": "^10.0.1",
"css-loader": "^6.8.1",
"eslint": "^8.44.0",
"eslint-config-ckeditor5": "^5.1.0",
"postcss-loader": "^7.3.3",
"raw-loader": "^4.0.2",
"semantic-release": "^21.0.6",
"style-loader": "^3.3.3",
"terser-webpack-plugin": "^5.3.9",
"ts-loader": "^9.4.4",
"typescript": "^5.1.6",
"webpack": "^5.88.1",
"webpack-cli": "^5.1.4"
},
"engines": {
"node": ">=14.0.0",
"npm": ">=5.7.1"
},
"author": "stock3 AG",
"license": "GPL-2.0-or-later",
"scripts": {
"build": "webpack --mode production",
"watch": "webpack --mode development --watch",
"lint": "eslint --fix \"src/**/*.{js,ts}\"",
"preversion": "npm run build"
},
"release": {
"branches": [
{
"name": "main"
}
],
"repositoryUrl": "ssh://git@gitlab.boerse-go.de:2022/gmt/ckeditor5-build-stock3.git",
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/npm",
"@semantic-release/git"
]
}
}