-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
41 lines (41 loc) · 1.09 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
41
{
"name": "editorjs-inline-font-size-tool",
"version": "1.0.1",
"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/arwazjamal/editorjs-inline-font-size",
"main": "./dist/bundle.js",
"scripts": {
"build": "webpack --mode production",
"build:dev": "webpack --mode development --watch"
},
"author": {
"name": "Arwaz",
"email": "[email protected]"
},
"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"
}
}