forked from codinova-tech/editorjs-inline-font-size
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.14 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": "custom-editorjs-inline-font-size-tool",
"version": "1.0.15",
"keywords": [
"codex editor",
"font-size",
"tool",
"editor.js",
"editorjs"
],
"description": "Inline tool to change font size for Editor.js",
"license": "MIT",
"repository": "https://github.com/hptruong/custom-editorjs-inline-font-size",
"main": "./dist/bundle.js",
"scripts": {
"build": "NODE_OPTIONS=--openssl-legacy-provider webpack --mode production",
"build:dev": "NODE_OPTIONS=--openssl-legacy-provider webpack --mode development --watch"
},
"author": {
"name": "hptruong"
},
"devDependencies": {
"@babel/core": "^7.3.4",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@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",
"postcss-apply": "^0.12.0",
"postcss-import": "^12.0.1",
"postcss-loader": "^3.0.0",
"postcss-nested": "^4.1.2",
"postcss-nesting": "^7.0.0",
"postcss-nested-ancestors": "^2.0.0",
"postcss-preset-env": "^6.6.0",
"webpack": "^4.29.5",
"webpack-cli": "^3.2.3"
}
}