-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
50 lines (50 loc) · 1.18 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
{
"name": "@leeonfield/editor-plugin-video",
"version": "0.2.1",
"keywords": [
"toast",
"toastui",
"toast-ui",
"editor",
"plugin",
"video",
"youku",
"qq",
"bilibili",
"youtube"
],
"description": "Video Plugin for TOAST UI Editor",
"main": "dist/toastui-editor-plugin-video.js",
"files": [
"dist/*.js"
],
"scripts": {
"build": "webpack --mode=production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/leeonfield/editor-plugin-video.git"
},
"author": "leeonfield",
"license": "MIT",
"bugs": {
"url": "https://github.com/leeonfield/editor-plugin-video/issues"
},
"homepage": "https://github.com/leeonfield/editor-plugin-video#readme",
"devDependencies": {
"@babel/core": "^7.10.0",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"babel-loader": "^8.1.0",
"eslint": "^7.1.0",
"eslint-config-prettier": "^6.11.0",
"eslint-loader": "^4.0.2",
"eslint-plugin-prettier": "^3.1.3",
"prettier": "^2.0.5",
"terser-webpack-plugin": "^3.0.2",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11"
},
"dependencies": {
"@babel/preset-env": "^7.10.0"
}
}