forked from tinymce/tinymce
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
75 lines (75 loc) · 2.14 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
73
74
75
{
"name": "tinymce",
"version": "5.0.2",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/tinymce/tinymce.git"
},
"description": "TinyMCE rich text editor",
"author": "Tiny Technologies",
"bugs": {
"url": "https://github.com/tinymce/tinymce/issues"
},
"license": "LGPL-2.1",
"engines": {
"node": ">=0.10.26"
},
"main": "tinymce.js",
"scripts": {
"test": "grunt bedrock-auto:standard",
"lint": "tslint src/**/*.ts",
"apollo-test-manual": "grunt bedrock-manual:apollo",
"silver-test": "grunt bedrock-auto:silver",
"silver-test-manual": "grunt bedrock-manual:silver"
},
"devDependencies": {
"@ephox/acid": "latest",
"@ephox/agar": "latest",
"@ephox/alloy": "latest",
"@ephox/bedrock": "latest",
"@ephox/boulder": "latest",
"@ephox/bridge": "latest",
"@ephox/darwin": "latest",
"@ephox/dom-globals": "latest",
"@ephox/imagetools": "latest",
"@ephox/katamari": "latest",
"@ephox/mcagar": "latest",
"@ephox/oxide": "latest",
"@ephox/oxide-icons-default": "latest",
"@ephox/polaris": "latest",
"@ephox/robin": "latest",
"@ephox/sand": "latest",
"@ephox/snooker": "latest",
"@ephox/sugar": "latest",
"@ephox/swag": "latest",
"@ephox/wrap-jsverify": "latest",
"@tinymce/oxide": "latest",
"@tinymce/oxide-icons-default": "latest",
"awesome-typescript-loader": "^5.2.0",
"grunt": "^1.0.2",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-less": "2.0.0",
"grunt-contrib-uglify": "4.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-nuget-pack": "^0.0.6",
"grunt-shell": "^3.0.1",
"grunt-tslint": "^5.0.1",
"grunt-webpack": "^3.1.2",
"less-plugin-autoprefix": "^2.0.0",
"load-grunt-tasks": "^4.0.0",
"moxie-zip": "^0.0.3",
"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.2.1",
"webpack-livereload-plugin": "^2.1.1"
},
"dependencies": {
"tslib": "^1.9.3"
}
}