-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 1002 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 1002 Bytes
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
{
"name": "@jx3box/tinymce",
"version": "0.2.12",
"description": "基于tinymce 5.2.2扩展JX3BOX专用",
"main": "tinymce.js",
"devDependencies": {
"@jx3box/jx3box-common": "^8.7.4",
"@jx3box/jx3box-editor": "^2.2.46",
"csslab": "^4.0.3",
"less": "^3.11.1",
"serve": "^14.2.0"
},
"scripts": {
"update": "npm --registry https://registry.npmjs.org install @jx3box/jx3box-common@latest @jx3box/jx3box-editor@latest",
"build": "npx lessc ./skins/content/default/content.less ./skins/content/default/content.min.css",
"serve": "serve",
"dev": "serve"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JX3BOX/tinymce.git"
},
"keywords": [],
"author": "iRuxu <rx6@qq.com> (https://iruxu.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/JX3BOX/tinymce/issues"
},
"homepage": "https://github.com/JX3BOX/tinymce#readme"
}