-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy pathpackage.json
53 lines (53 loc) · 1.42 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
{
"name": "@ckeditor/ckeditor5-dev-utils",
"version": "25.4.4",
"description": "Utils for CKEditor 5 development tools packages.",
"keywords": [],
"main": "lib/index.js",
"dependencies": {
"@ckeditor/ckeditor5-dev-webpack-plugin": "^25.4.4",
"acorn": "^6.2.1",
"acorn-walk": "^6.2.0",
"chalk": "^3.0.0",
"cssnano": "^4.0.0",
"del": "^5.0.0",
"escodegen": "^1.9.0",
"fs-extra": "^8.1.0",
"javascript-stringify": "^1.6.0",
"pofile": "^1.0.9",
"postcss": "^7.0.36",
"postcss-import": "^12.0.0",
"postcss-loader": "^3.0.0",
"postcss-mixins": "^6.2.0",
"postcss-nesting": "^7.0.0",
"raw-loader": "^4.0.1",
"shelljs": "^0.8.1",
"style-loader": "^1.2.1",
"terser-webpack-plugin": "^3.0.2",
"through2": "^3.0.1"
},
"devDependencies": {
"chai": "^4.1.2",
"lodash": "^4.17.15",
"mockery": "^2.1.0",
"proxyquire": "^2.1.0",
"sinon": "^7.3.2",
"vinyl": "^2.1.0"
},
"engines": {
"node": ">=12.0.0",
"npm": ">=5.7.1"
},
"files": [
"lib"
],
"author": "CKSource (http://cksource.com/)",
"license": "GPL-2.0-or-later",
"homepage": "https://github.com/ckeditor/ckeditor5-dev/tree/master/packages/ckeditor5-dev-utils",
"bugs": "https://github.com/ckeditor/ckeditor5/issues",
"repository": {
"type": "git",
"url": "https://github.com/ckeditor/ckeditor5-dev.git",
"directory": "packages/ckeditor5-dev-utils"
}
}