-
Notifications
You must be signed in to change notification settings - Fork 142
/
package.json
72 lines (72 loc) · 2.3 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
{
"name": "ckeditor4-docs",
"version": "4.25.0-lts",
"description": "The official documentation of CKEditor 4. https://ckeditor.com/docs/",
"dependencies": {
"@angular-devkit/build-angular": "^0.1102.19",
"@angular/common": "^11.2.14",
"@angular/compiler": "^11.0.0",
"@angular/compiler-cli": "^11.0.0",
"@angular/core": "^11.2.14",
"@angular/forms": "^11.2.14",
"@angular/platform-browser": "^11.2.14",
"@angular/platform-browser-dynamic": "^11.2.14",
"@angular/router": "^11.2.14",
"@babel/core": "^7.1.6",
"@babel/preset-env": "^7.1.6",
"@babel/preset-react": "^7.0.0",
"@ngtools/webpack": "^11.2.19",
"@wiris/mathtype-ckeditor4": "^7.24.1",
"babel-loader": "^8.0.4",
"chalk": "^2.4.1",
"cheerio": "^1.0.0-rc.2",
"ckeditor4-angular": "^3.1.0",
"ckeditor4-react": "^4.0.0",
"ckeditor4-vue": "^1.3.0",
"classlist.js": "^1.1.20150312",
"core-js": "^3.6.5",
"dargs": "~4.0.0",
"fs-extra": "^7.0.1",
"glob": "^7.1.2",
"grunt": "^1.5.2",
"grunt-contrib-copy": "~0.8.0",
"grunt-webpack": "^3.1.3",
"load-grunt-tasks": "~0.6.0",
"mime": "^2.1.0",
"raw-loader": "^1.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.3.0",
"rxjs": "^6.3.3",
"string-placeholder": "^1.0.1",
"terser-webpack-plugin": "^1.2.1",
"tslint": "^6.1.0",
"typescript": "~4.1.6",
"umberto": "^2.0.0",
"vue": "^2.6.11",
"vue-router": "^3.1.3",
"webpack": "^4.29.0",
"zone.js": "^0.11.4"
},
"author": "CKSource (http://cksource.com/)",
"repository": {
"type": "git",
"url": "https://github.com/ckeditor/ckeditor4-docs"
},
"license": "For licensing, see LICENSE.md.",
"devDependencies": {
"css-loader": "^3.4.1",
"grunt-contrib-clean": "^2.0.1",
"grunt-contrib-connect": "^1.0.2",
"vue-loader": "^15.8.3",
"vue-style-loader": "^4.1.2",
"vue-template-compiler": "^2.6.11",
"webpack-cli": "^3.2.1"
},
"scripts": {
"build-angular": "webpack --config scripts/integrations/angular/webpack.config.js",
"build-react": "webpack --config scripts/integrations/react/webpack.config.js",
"build-vue": "webpack --config scripts/integrations/vue/webpack.config.js",
"presets-npm-install": "cd repos/ckeditor-presets && npm i"
}
}