forked from capricorncd/zx-editor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·58 lines (58 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
54
55
56
57
58
{
"name": "zx-editor",
"version": "3.0.1",
"description": "ZxEditor is a HTML5 rich text editor",
"author": "capricorncd",
"github": "https://github.com/capricorncd",
"scripts": {
"dev": "cross-env NODE_ENV=development gulp dev",
"build": "gulp"
},
"dependencies": {
"ssr-window": "^1.0.1"
},
"devDependencies": {
"@babel/core": "^7.4.3",
"@babel/preset-env": "^7.4.3",
"autoprefixer": "^9.5.1",
"cross-env": "^5.2.0",
"cssnano": "^4.1.10",
"gulp": "^4.0.1",
"gulp-cli": "^2.2.0",
"gulp-connect": "^5.7.0",
"gulp-css-base64": "^1.3.4",
"gulp-header": "^2.0.7",
"gulp-less": "^4.0.1",
"gulp-modify-file": "^1.0.1",
"gulp-open": "^3.0.1",
"gulp-postcss": "^8.0.0",
"gulp-rename": "^1.4.0",
"rollup": "^1.10.0",
"rollup-plugin-babel": "^4.3.2",
"rollup-plugin-buble": "^0.19.6",
"rollup-plugin-node-resolve": "^4.2.3",
"rollup-plugin-replace": "^2.2.0",
"rollup-plugin-uglify": "^6.0.2"
},
"engines": {
"node": ">= 4.0.0",
"npm": ">= 3.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/capricorncd/zx-editor.git"
},
"keywords": [
"editor",
"html",
"web",
"h5",
"mobile"
],
"bugs": {
"url": "https://github.com/capricorncd/zx-editor/issues"
},
"homepage": "https://github.com/capricorncd/zx-editor",
"main": "dist/js/zx-editor.min.js",
"license": "MIT"
}