-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 995 Bytes
/
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
{
"name": "editorjs-spoiler",
"version": "1.1.0",
"keywords": [
"codex editor",
"spoiler",
"tool",
"editor.js",
"editorjs"
],
"description": "Spoiler Block Tool for Editor.js",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/VolgaIgor/editorjs-spoiler.git"
},
"main": "./dist/editorjs-spoiler.bundle.js",
"scripts": {
"build": "webpack --mode production",
"build:dev": "webpack --mode development --watch"
},
"author": "Igor Shuvalov «VolgaIgor»",
"dependencies": {
"@codexteam/icons": "^0.3.2"
},
"devDependencies": {
"css-loader": "^7.1.2",
"raw-loader": "^4.0.2",
"style-loader": "^4.0.0",
"webpack": "^5.96.1",
"webpack-cli": "^5.1.4"
},
"bugs": {
"url": "https://github.com/VolgaIgor/editorjs-spoiler/issues"
},
"homepage": "https://github.com/VolgaIgor/editorjs-spoiler#readme"
}