-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
93 lines (93 loc) · 2.74 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"name": "shiki-editor",
"title": "Shikimori text editor",
"description": "Shikimori text editor",
"version": "2.10.0",
"main": "src/index",
"author": "morr",
"license": "MIT",
"homepage": "https://github.com/shikimori/shiki-editor",
"scripts": {
"lint": "eslint .",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/shikimori/shiki-editor.git"
},
"devDependencies": {
"@babel/cli": "^7.7.4",
"@babel/core": "^7.15.8",
"@babel/eslint-parser": "^7.15.8",
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/plugin-proposal-decorators": "^7.10.4",
"@babel/plugin-proposal-logical-assignment-operators": "^7.10.4",
"@babel/plugin-proposal-optional-chaining": "7.14.5",
"@babel/plugin-proposal-partial-application": "7.14.5",
"@babel/plugin-proposal-pipeline-operator": "7.15.0",
"@babel/plugin-transform-modules-commonjs": "^7.16.8",
"@babel/preset-env": "^7.7.4",
"@morr/image-promise": "^7.0.2",
"autosize": "^6.0.1",
"babel-eslint": "11.0.0-beta.2",
"babel-jest": "^27.5.1",
"babel-loader": "^8.1.0",
"chai": "^4.2.0",
"delay": "^4.4.0",
"eslint": "7.32.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-import-resolver-webpack": "^0.13.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-vue": "7.16.0",
"jest": "^27.5.1",
"p-defer": "^4.0.0",
"shiki-decorators": "^1.0.1",
"shiki-uploader": "^1.1.2",
"shiki-utils": "^1.1.1",
"uevent": "^2.0.0",
"webpack": "^4.44.1"
},
"dependencies": {
"@morr/withinviewport": "2.1.3-1",
"@popperjs/core": "^2.11.5",
"lowlight": "2.7.0",
"prosemirror-commands": "^1.6.1",
"prosemirror-dropcursor": "^1.8.1",
"prosemirror-gapcursor": "^1.3.2",
"prosemirror-history": "^1.4.1",
"prosemirror-inputrules": "^1.4.0",
"prosemirror-keymap": "^1.2.2",
"prosemirror-model": "^1.23.0",
"prosemirror-schema-list": "^1.4.1",
"prosemirror-state": "^1.4.1",
"prosemirror-utils": "atlassian/prosemirror-utils#remove-prosemirror-tables",
"prosemirror-view": "^1.34.3",
"scroll-lock": "^2.1.4",
"text-field-edit": "^3.1.0",
"vue-dragscroll": "^3.0.0",
"vue3-keypress": "^4.0.1",
"vue3-perfect-scrollbar": "morr/vue3-perfect-scrollbar#master"
},
"peerDependencies": {
"@morr/image-promise": "^7.0.2",
"autosize": "^6.0.1",
"lodash": "^4.17.21",
"p-defer": "^4.0.0",
"shiki-decorators": "^1.0.0",
"shiki-uploader": "^1.0.0",
"shiki-utils": "^1.0.0",
"uevent": "^2.0.0",
"vue": "^3.0.11"
},
"postcss": {
"plugins": {
"autoprefixer": {},
"postcss-easings": {}
}
},
"release-it": {
"github": {
"release": true
}
}
}