-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
68 lines (68 loc) · 3.71 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": "Epigraf Widgets",
"version": "1.0.0",
"description": "Widgets for Epigraf",
"scripts": {
"build": "webpack --mode production --config webpack.config.js && webpack --mode production --config plugins/Widgets/webpack.config.js && webpack --mode production --config plugins/Epi/webpack.config.js && webpack --mode production --config resources/icons/webpack.config.js && webpack --mode production --config plugins/Widgets/src/Frontend/webpack.config.js",
"devel": "webpack --mode development --config webpack.config.js && webpack --mode development --config plugins/Widgets/webpack.config.js && webpack --mode development --config plugins/Epi/webpack.config.js && webpack --mode development --config resources/icons/webpack.config.js && webpack --mode development --config plugins/Widgets/src/Frontend/webpack.config.js",
"watch": "webpack --mode development --config webpack.config.js && webpack --mode development --watch --config plugins/Widgets/webpack.config.js & webpack --mode development --watch --config plugins/Epi/webpack.config.js & webpack --mode development --config resources/icons/webpack.config.js && webpack --mode development --watch --config plugins/Widgets/src/Frontend/webpack.config.js",
"icons": "webpack --mode development --config resources/icons/webpack.config.js",
"lingui-extract": "lingui extract",
"lingui-build": "lingui compile && webpack --mode production --config resources/locales/webpack.config.js"
},
"dependencies": {
"@ckeditor/ckeditor5-basic-styles": "^37.1.0",
"@ckeditor/ckeditor5-block-quote": "^37.1.0",
"@ckeditor/ckeditor5-code-block": "^37.1.0",
"@ckeditor/ckeditor5-core": "^37.1.0",
"@ckeditor/ckeditor5-editor-classic": "^37.1.0",
"@ckeditor/ckeditor5-editor-decoupled": "^37.1.0",
"@ckeditor/ckeditor5-editor-inline": "^37.1.0",
"@ckeditor/ckeditor5-essentials": "^37.1.0",
"@ckeditor/ckeditor5-heading": "^37.1.0",
"@ckeditor/ckeditor5-html-support": "^37.1.0",
"@ckeditor/ckeditor5-image": "^37.1.0",
"@ckeditor/ckeditor5-link": "^37.1.0",
"@ckeditor/ckeditor5-list": "^37.1.0",
"@ckeditor/ckeditor5-paragraph": "^37.1.0",
"@ckeditor/ckeditor5-remove-format": "^37.1.0",
"@ckeditor/ckeditor5-source-editing": "^37.1.0",
"@ckeditor/ckeditor5-special-characters": "^37.1.0",
"@ckeditor/ckeditor5-style": "^37.1.0",
"@ckeditor/ckeditor5-table": "^37.1.0",
"@ckeditor/ckeditor5-theme-lark": "^37.1.0",
"@ckeditor/ckeditor5-ui": "^37.1.0",
"@fortawesome/fontawesome-free": "^6.4.0",
"@lingui/core": "^4.5.0",
"ace-builds": "^1.31.1",
"cleanup-svg-icons": "^1.0.5",
"css-loader": "^5.2.7",
"leaflet": "^1.9.4",
"leaflet-easybutton": "^2.4.0",
"leaflet-gesture-handling": "^1.2.2",
"leaflet.markercluster": "^1.5.3",
"leaflet.markercluster.layersupport": "^2.0.1",
"postcss": "^8.3.11",
"postcss-loader": "^4.3.0",
"raw-loader": "^4.0.2",
"requests": "^0.3.0",
"style-loader": "^2.0.0",
"terser-webpack-plugin": "^5.3.9"
},
"devDependencies": {
"@babel/core": "^7.23.3",
"@ckeditor/ckeditor5-dev-utils": "^37.0.1",
"@ckeditor/ckeditor5-inspector": "^4.0.0",
"@lingui/cli": "^4.5.0",
"@lingui/loader": "^4.5.0",
"@lingui/macro": "^4.5.0",
"babel-plugin-macros": "^3.1.0",
"css-minimizer-webpack-plugin": "^5.0.0",
"mini-css-extract-plugin": "^2.7.5",
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4"
},
"keywords": [],
"author": "Epigraf Team",
"license": "MIT"
}