-
Notifications
You must be signed in to change notification settings - Fork 28
/
package.json
52 lines (52 loc) · 1.32 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
42
43
44
45
46
47
48
49
50
51
52
{
"name": "@editorjs/personality",
"version": "2.0.2",
"description": "Personality tool for Editor.js",
"scripts": {
"build": "webpack --mode production",
"build:dev": "webpack --mode development --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/editor-js/personality.git"
},
"author": {
"name": "CodeX",
"email": "[email protected]"
},
"main": "./dist/bundle.js",
"keywords": [
"redactor",
"codex editor",
"personality",
"tool",
"editor.js",
"editorjs"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/editor-js/personality/issues"
},
"homepage": "https://github.com/editor-js/personality#readme",
"devDependencies": {
"@babel/core": "^7.11.6",
"@babel/preset-env": "^7.11.5",
"@codexteam/ajax": "^4.0.1",
"babel-loader": "^8.1.0",
"css-loader": "^3.1.0",
"eslint": "^6.1.0",
"eslint-config-codex": "github:codex-team/eslint-config",
"eslint-loader": "^2.2.1",
"file-loader": "^4.1.0",
"formidable": "^1.2.1",
"postcss-cssnext": "^3.1.0",
"postcss-loader": "^3.0.0",
"postcss-nested": "^4.1.2",
"postcss-smart-import": "^0.7.6",
"request": "^2.88.0",
"style-loader": "^0.23.1",
"svg-inline-loader": "^0.8.0",
"webpack": "^4.29.6",
"webpack-cli": "^3.3.0"
}
}