-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.02 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
{
"name": "editorjs-notice",
"version": "1.1.2",
"main": "./dist/bundle.js",
"license": "MIT",
"keywords": [
"plugin",
"notice",
"editor.js",
"editorjs"
],
"repository": {
"type": "git",
"url": "git+https://github.com/VolgaIgor/editorjs-notice.git"
},
"scripts": {
"build": "webpack --mode production",
"build:dev": "webpack --mode development --watch"
},
"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",
"postcss-loader": "^3.0.0",
"postcss-nested": "^4.1.0",
"postcss-nested-ancestors": "^2.0.0",
"style-loader": "^2.0.0",
"webpack": "^5.74.0",
"webpack-cli": "^4.6.0"
},
"bugs": {
"url": "https://github.com/VolgaIgor/editorjs-notice/issues"
},
"homepage": "https://github.com/VolgaIgor/editorjs-notice#readme",
"author": "Igor Shuvalov «VolgaIgor»",
"description": "Notice with caption Block Tune for Editor.js"
}