forked from yrfandrew/editorjs-strikethrough
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.01 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
{
"name": "@content-harmony/editorjs-strikethrough",
"version": "1.0.3",
"description": "Strikethrough Tool for Editor.js",
"keywords": [
"codex editor",
"strikethrough",
"tool",
"editor.js",
"editorjs"
],
"main": "./dist/bundle.js",
"scripts": {
"build": "webpack --mode production",
"build:dev": "webpack --mode development --watch"
},
"author": "Gajendra Jena <[email protected]>",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.9.6",
"@babel/preset-env": "^7.9.6",
"babel-loader": "^8.1.0",
"css-loader": "^5.0.0",
"raw-loader": "^4.0.2",
"style-loader": "^2.0.0",
"webpack": "^4.44.2",
"webpack-cli": "^3.3.12"
},
"repository": {
"type": "git",
"url": "git+https://ContentHarmony/editorjs-strikethrough.git"
},
"dependencies": {
"@codexteam/icons": "^0.1.0"
},
"bugs": {
"url": "https://ContentHarmony/editorjs-strikethrough/issues"
},
"homepage": "https://ContentHarmony/editorjs-strikethrough#readme"
}