forked from kaaaaaaaaaaai/editorjs-button
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.12 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
{
"name": "@blade47/editorjs-button",
"version": "3.0.6",
"keywords": [
"codex editor",
"button",
"tool",
"editor.js",
"editorjs"
],
"description": "Button to set link and text for Editor.js",
"license": "MIT",
"main": "./dist/bundle.js",
"scripts": {
"build": "webpack --mode production",
"build:dev": "webpack --mode development --watch"
},
"author": "kaaaaaaaaaaai <[email protected]>",
"devDependencies": {
"cross-env": "^7.0.3",
"raw-loader": "^4.0.1"
},
"bugs": {
"url": "https://github.com/blade47/editorjs-button/issues"
},
"homepage": "https://github.com/blade47/editorjs-button#readme",
"directories": {
"example": "example"
},
"repository": {
"type": "git",
"url": "git+https://github.com/blade47/editorjs-button.git"
},
"dependencies": {
"@babel/core": "^7.24.4",
"@babel/preset-env": "^7.24.4",
"babel-loader": "^9.1.3",
"codex-notifier": "^1.1.2",
"css-loader": "^7.1.1",
"sass": "^1.75.0",
"sass-loader": "^14.2.1",
"style-loader": "^4.0.0",
"webpack": "^5.91.0",
"webpack-cli": "^5.1.4"
}
}