-
Notifications
You must be signed in to change notification settings - Fork 28
/
package.json
43 lines (43 loc) · 1.14 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
{
"name": "editorjs-text-alignment-blocktune",
"version": "1.0.2",
"main": "./dist/bundle.js",
"license": "MIT",
"keywords": [
"codex editor",
"paragraph",
"alignment",
"tool",
"editor.js",
"editorjs"
],
"repository": {
"type": "git",
"url": "https://github.com/kaaaaaaaaaaai/editorjs-alignment-blocktune.git"
},
"scripts": {
"build": "webpack --mode production",
"build:dev": "webpack --mode development --watch",
"pull_tools": "git submodule update --init --recursive"
},
"devDependencies": {
"@babel/core": "^7.13.14",
"@babel/preset-env": "^7.13.12",
"babel-loader": "^8.2.2",
"css-loader": "^5.2.0",
"raw-loader": "^4.0.2",
"style-loader": "^2.0.0",
"webpack": "^5.30.0",
"webpack-cli": "^4.6.0"
},
"bugs": {
"url": "https://github.com/kaaaaaaaaaaai/paragraph-with-alignment/issues"
},
"homepage": "https://github.com/kaaaaaaaaaaai/paragraph-with-alignment#readme",
"directories": {
"example": "example"
},
"dependencies": {},
"author": "kaaaaaaaaaaai <[email protected]>",
"description": "text alignment block tune tool for Editor.js"
}