forked from editor-js/header
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
34 lines (34 loc) · 828 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
{
"name": "editorjs-header-with-anchor",
"version": "2.6.0",
"keywords": [
"codex editor",
"header",
"tool",
"editor.js",
"editorjs"
],
"description": "Header Tool with anchor for Editor.js",
"license": "MIT",
"repository": "https://github.com/Aleksst95/header-with-anchor",
"main": "dist/bundle.js",
"scripts": {
"build": "webpack --mode production",
"build:dev": "webpack --mode development --watch"
},
"author": {
"name": "aleks_st",
"email": "aleks_st.95@mail.ru"
},
"devDependencies": {
"@babel/core": "^7.3.4",
"@babel/preset-env": "^7.3.4",
"babel-loader": "^8.0.5",
"css-loader": "^1.0.0",
"raw-loader": "^3.1.0",
"style-loader": "^0.21.0",
"webpack": "^4.29.5",
"webpack-cli": "^3.2.3",
"@codexteam/icons": "^0.0.8"
}
}