-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
39 lines (39 loc) · 888 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
38
39
{
"name": "editorjs-underline",
"version": "0.0.1",
"keywords": [
"codex editor",
"underline",
"tool",
"editor.js",
"editorjs"
],
"private": false,
"scripts": {
"build": "webpack --mode production",
"build:dev": "webpack --mode development --watch"
},
"description": "Underline Tool for Editor.js",
"license": "MIT",
"repository": "https://github.com/yrfandrew/editorjs-underline",
"main": "./dist/bundle.js",
"devDependencies": {
"@babel/core": "^7.4.4",
"@babel/preset-env": "^7.4.4",
"babel-eslint": "^10.0.1",
"babel-loader": "^8.0.6",
"css-loader": "^2.1.1",
"eslint": "^5.16.0",
"style-loader": "^0.23.1",
"webpack": "^4.31.0",
"webpack-cli": "^3.3.2"
},
"author": {
"name": "Andrew Ye",
"email": "[email protected]"
},
"browserslist": [
"> 1%",
"last 2 versions"
]
}