-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1022 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
40
41
{
"name": "@groupher/editor-utils",
"version": "0.2.42",
"keywords": [
"codex editor",
"embed",
"tool",
"editor.js",
"editorjs"
],
"description": "utils function for Editor.js",
"license": "MIT",
"repository": "https://github.com/groupher/editor-utils",
"main": "./dist/bundle.js",
"scripts": {
"build": "webpack --mode production",
"build:dev": "webpack --mode development --watch",
"test": "mocha -r @babel/register -r ignore-styles --recursive ./test"
},
"author": {
"name": "CodeX Team",
"email": "[email protected]"
},
"devDependencies": {
"@babel/core": "^7.3.4",
"@babel/plugin-transform-runtime": "^7.3.4",
"@babel/preset-env": "^7.3.4",
"@babel/register": "^7.0.0",
"@babel/runtime": "^7.3.4",
"babel-loader": "^8.0.5",
"debounce": "^1.2.0",
"mocha": "^5.2.0",
"webpack": "^4.16.3",
"webpack-cli": "^3.2.3"
},
"dependencies": {
"debug": "^4.1.1",
"pubsub-js": "^1.8.0",
"stringz": "^2.1.0"
}
}