mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-18 06:48:50 +02:00
32 lines
891 B
JSON
32 lines
891 B
JSON
{
|
|
"name": "ckeditor5-itop-build",
|
|
"author": "Combodo",
|
|
"description": "iTop CKEditor 5",
|
|
"version": "3.3.0",
|
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
"private": true,
|
|
"main": "./build/ckeditor.js",
|
|
"types": "./build/ckeditor.d.ts",
|
|
"devDependencies": {
|
|
"ckeditor5": "^48.0.0",
|
|
"copy-webpack-plugin": "^14.0.0",
|
|
"css-loader": "~5.2",
|
|
"mini-css-extract-plugin": "^2.9.0",
|
|
"postcss": "~8.4",
|
|
"postcss-loader": "~4.3",
|
|
"raw-loader": "~4.0",
|
|
"style-loader": "~2.0",
|
|
"terser-webpack-plugin": "^5.4.0",
|
|
"ts-loader": "~9.5",
|
|
"typescript": "~5.0",
|
|
"webpack": "^5.106.2",
|
|
"webpack-cli": "~4.10",
|
|
"ws": ">=7.5.10"
|
|
},
|
|
"scripts": {
|
|
"build": "webpack --mode production",
|
|
"dev": "webpack --mode development --watch",
|
|
"postbuild": "tsc --declaration --declarationDir build --stripInternal --emitDeclarationOnly"
|
|
}
|
|
}
|