forked from tinymce/tinymce
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
66 lines (66 loc) · 1.78 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
{
"name": "tinymce",
"version": "4.9.3-accelo.2",
"repository": {
"type": "git",
"url": "https://github.com/tinymce/tinymce.git"
},
"description": "TinyMCE rich text editor",
"author": "Ephox Corporation",
"bugs": {
"url": "https://github.com/tinymce/tinymce/issues"
},
"license": "LGPL-2.1",
"private": true,
"engines": {
"node": ">=0.10.26"
},
"scripts": {
"test": "grunt bedrock-auto:chrome-headless",
"lint": "tslint src/**/*.ts",
"postinstall": "rimraf node_modules/@ephox/*/node_modules"
},
"dependencies": {
"@ephox/alloy": "2.2.3",
"@ephox/boulder": "3.2.1",
"@ephox/darwin": "3.0.9",
"@ephox/dom-globals": "1.1.2",
"@ephox/imagetools": "3.0.18",
"@ephox/katamari": "2.4.10",
"@ephox/robin": "7.0.12",
"@ephox/sand": "2.0.11",
"@ephox/snooker": "4.0.26",
"@ephox/sugar": "4.6.12",
"tslib": "1.9.3"
},
"devDependencies": {
"@ephox/agar": "4.11.4",
"@ephox/bedrock": "4.0.14",
"@ephox/mcagar": "4.0.1",
"@ephox/swag": "4.0.1",
"@ephox/wrap-jsverify": "2.0.1",
"awesome-typescript-loader": "5.2.0",
"grunt": "1.0.2",
"grunt-contrib-clean": "1.1.0",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-less": "1.4.1",
"grunt-contrib-uglify": "3.3.0",
"grunt-contrib-watch": "1.1.0",
"grunt-nuget-pack": "0.0.6",
"grunt-replace": "1.0.1",
"grunt-shell": "2.1.0",
"grunt-tslint": "5.0.1",
"grunt-webpack": "3.1.2",
"less-plugin-autoprefix": "1.5.1",
"load-grunt-tasks": "4.0.0",
"moxie-zip": "0.0.3",
"rimraf": "2.6.2",
"string-replace-loader": "2.1.1",
"ts-loader": "5.3.0",
"tslint": "5.9.1",
"typescript": "3.1.5",
"webpack": "4.8.3",
"webpack-dev-server": "3.1.5",
"webpack-livereload-plugin": "2.1.1"
}
}