-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
100 lines (100 loc) · 2.87 KB
/
package.json
File metadata and controls
100 lines (100 loc) · 2.87 KB
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
94
95
96
97
98
99
100
{
"name": "@creatorsn/powereditor",
"version": "2.5.7",
"private": false,
"author": {
"name": "Creator-SN",
"url": "https://github.com/Creator-SN"
},
"bugs": {
"url": "https://github.com/Creator-SN/PowerEditor/issues"
},
"homepage": "https://creator-sn.github.io/PowerEditor/",
"repository": {
"url": "https://github.com/Creator-SN/PowerEditor"
},
"files": [
"lib",
"src"
],
"description": "Power by tiptap (Prosemirror toolkit)",
"keywords": [
"tiptap",
"vue2",
"vue",
"prosemirror",
"fluent",
"creatorsn"
],
"main": "lib/powereditor.umd.min.js",
"license": "MIT",
"scripts": {
"serve": "vuepress dev docs",
"build": "vuepress build docs",
"test:unit": "vue-cli-service test:unit",
"lint": "vue-cli-service lint",
"lib": "vue-cli-service build --target lib --name powereditor --dest lib src/index.js",
"bin:i18n": "ts-node ./build/i18n.ts"
},
"dependencies": {
"@tiptap/core": "2.3.0",
"@tiptap/extension-bubble-menu": "2.3.0",
"@tiptap/extension-code-block-lowlight": "2.3.0",
"@tiptap/extension-color": "2.3.0",
"@tiptap/extension-highlight": "2.3.0",
"@tiptap/extension-link": "2.3.0",
"@tiptap/extension-placeholder": "2.3.0",
"@tiptap/extension-subscript": "2.3.0",
"@tiptap/extension-superscript": "2.3.0",
"@tiptap/extension-table": "2.3.0",
"@tiptap/extension-table-cell": "2.3.0",
"@tiptap/extension-table-header": "2.3.0",
"@tiptap/extension-table-row": "2.3.0",
"@tiptap/extension-task-item": "2.3.0",
"@tiptap/extension-task-list": "2.3.0",
"@tiptap/extension-text-align": "2.3.0",
"@tiptap/extension-text-style": "2.3.0",
"@tiptap/extension-underline": "2.3.0",
"@tiptap/pm": "2.3.0",
"@tiptap/starter-kit": "2.3.0",
"@tiptap/vue-2": "2.3.0",
"core-js": "3.30.1",
"d3": "7.0.4",
"highlight.js": "11.6.0",
"i18next": "21.1.1",
"katex": "0.13.18",
"lowlight": "2.7.0",
"markdown-it": "^13.0.1",
"markdown-it-katex": "^2.0.3",
"markdown-it-mark": "^3.0.1",
"markdown-it-sub": "^1.0.0",
"markdown-it-sup": "^1.0.0",
"onecolor": "^4.1.0",
"simplify-js": "^1.2.4",
"vfluentdesign": "1.2.51"
},
"devDependencies": {
"@vue/cli-plugin-babel": "4.5.0",
"@vue/cli-plugin-eslint": "4.5.0",
"@vue/cli-plugin-unit-jest": "4.5.0",
"@vue/cli-service": "4.5.0",
"@vue/eslint-config-prettier": "6.0.0",
"@vue/test-utils": "1.0.3",
"babel-eslint": "10.1.0",
"colors": "1.4.0",
"entities": "^2.0.0",
"eslint": "6.7.2",
"eslint-plugin-prettier": "3.3.1",
"eslint-plugin-vue": "6.2.2",
"prettier": "2.2.1",
"sass": "1.25.0",
"sass-loader": "8.0.2",
"ts-node": "10.2.1",
"typescript": "4.4.3",
"vue": "2.7.16",
"vue-template-compiler": "2.7.14",
"vuepress": "1.8.2",
"vuex": "3.6.2",
"yargs": "17.2.1"
}
}