-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 851 Bytes
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 851 Bytes
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
{
"name": "editorjs-button-link",
"version": "0.0.1",
"keywords": [
"button",
"link",
"tool",
"plugin",
"editor.js",
"editorjs"
],
"description": "Tool for adding button actions/links.",
"license": "MIT",
"repository": "",
"main": "./dist/bundle.js",
"scripts": {
"build": "webpack --mode production",
"build:dev": "webpack --mode development --watch"
},
"author": {
"name": "Gabrijel Gavranović",
"email": "gabrijel@gavro.nl"
},
"bugs": {
"url": ""
},
"homepage": "",
"devDependencies": {
"@babel/core": "^7.9.6",
"@babel/preset-env": "^7.9.6",
"@editorjs/editorjs": "^2.30.6",
"babel-loader": "^8.1.0",
"css-loader": "^7.1.2",
"style-loader": "^1.2.1",
"svg-inline-loader": "^0.8.2",
"webpack": "^5.95.0",
"webpack-cli": "^5.1.4"
}
}