forked from tarik02/editorjs-hyperlink
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.24 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.24 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
{
"name": "editorjs-hyperlink",
"version": "1.1.1",
"description": "Link with target & rel attribute for Editor.js",
"main": "./dist/bundle.js",
"scripts": {
"build": "webpack --config=./webpack.config.babel.js --mode=production",
"build:dev": "webpack --config=./webpack.config.babel.js --mode=development --watch"
},
"keywords": [
"codex editor",
"inline tool link",
"target inline tool",
"rel inline tool",
"editor.js",
"editorjs"
],
"author": "TamIT <tam.maris94@gmail.com> (https://tamit.info)",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/trinhtam/editorjs-hyperlink.git"
},
"homepage": "https://github.com/trinhtam/editorjs-hyperlink",
"bugs": {
"url": "https://github.com/trinhtam/editorjs-hyperlink/issues"
},
"devDependencies": {
"@babel/core": "^7.22.17",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.22.15",
"@babel/preset-env": "^7.22.15",
"@babel/register": "^7.22.15",
"@codexteam/icons": "^0.3.0",
"babel-loader": "^9.1.3",
"css-loader": "^6.8.1",
"fast-async": "^6.3.8",
"style-loader": "^3.3.3",
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4"
}
}