-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
69 lines (69 loc) · 1.83 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
{
"name": "horul",
"license": "MIT",
"author": "Omegion",
"keywords": [
"editor",
"editorjs",
"vue.js",
"vue-editor"
],
"repository": {
"type": "git",
"url": "https://github.com/omegion/horul-editor.git"
},
"bugs": {
"url": "https://github.com/omegion/horul-editor/issues"
},
"version": "0.4.0",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"demo": "vue-cli-service demo",
"start": "vue-cli-service serve"
},
"main": "dist/horul-editor.common.js",
"module": "dist/horul-editor.esm.js",
"unpkg": "dist/horul-editor.umd.min.js",
"files": [
"dist/horul-editor.common.js",
"dist/horul-editor.umd.min.js",
"dist/horul-editor.umd.js",
"dist/horul-editor.esm.js",
"src"
],
"dependencies": {
"@editorjs/checklist": "^1.1.0",
"@editorjs/code": "^2.4.1",
"@editorjs/delimiter": "^1.1.0",
"@editorjs/editorjs": "^2.15.0",
"@editorjs/embed": "^2.2.1",
"@editorjs/header": "^2.3.0",
"@editorjs/image": "^2.3.1",
"@editorjs/inline-code": "^1.3.0",
"@editorjs/link": "^2.1.3",
"@editorjs/list": "^1.4.0",
"@editorjs/marker": "^1.2.1",
"@editorjs/paragraph": "^2.6.0",
"@editorjs/personality": "^2.0.1",
"@editorjs/quote": "^2.3.0",
"@editorjs/raw": "^2.1.1",
"@editorjs/table": "^1.2.0",
"@editorjs/warning": "^1.1.1",
"core-js": "^3.2.1"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.11.0",
"@vue/cli-plugin-eslint": "^3.11.0",
"@vue/cli-service": "^3.11.0",
"babel-eslint": "^10.0.3",
"eslint": "^6.2.2",
"eslint-plugin-vue": "^5.2.3",
"vue": "^2.6.10",
"vue-cli-plugin-p11n": "^0.4.0",
"vue-template-compiler": "^2.6.10"
},
"jsdelivr": "dist/horul-editor.umd.min.js",
"sideeffects": false
}