forked from PeakTai/vue-html5-editor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.41 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
{
"name": "vue-html5-editor",
"version": "1.0.2",
"description": "A WYSIWYG text editor base on html5 and vue",
"repository": {
"type": "git",
"url": "https://github.com/PeakTai/vue-html5-editor"
},
"main": "dist/vue-html5-editor.js",
"scripts": {
"build": "npm run lint && rollup -c rollup.config.js",
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint --fix -f codeframe src/*"
},
"keywords": [
"vue",
"WYSIWYG",
"richtext",
"html5",
"editor"
],
"author": "peak",
"license": "Apache-2.0",
"devDependencies": {
"eslint": "^3.9.1",
"eslint-config-airbnb": "^12.0.0",
"eslint-friendly-formatter": "^2.0.6",
"eslint-loader": "^1.6.0",
"eslint-plugin-import": "^1.16.0",
"eslint-plugin-jsx-a11y": "^2.2.3",
"eslint-plugin-react": "^6.9.0",
"lrz": "^4.9.40",
"postcss-clean": "^1.0.2",
"postcss-cssnext": "^2.9.0",
"postcss-import": "^9.1.0",
"rollup": "^0.37.0",
"rollup-plugin-babel": "^2.7.1",
"rollup-plugin-buble": "^0.15.0",
"rollup-plugin-commonjs": "^6.0.1",
"rollup-plugin-css-only": "^0.2.0",
"rollup-plugin-flow-no-whitespace": "^1.0.0",
"rollup-plugin-html": "^0.2.1",
"rollup-plugin-license": "^0.3.0",
"rollup-plugin-node-resolve": "^2.0.0",
"rollup-plugin-postcss": "^0.2.0",
"rollup-plugin-progress": "^0.2.1",
"rollup-plugin-replace": "^1.1.1"
}
}