forked from editor-js/link
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.31 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.31 KB
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
{
"name": "@editorjs/link",
"version": "2.1.3",
"keywords": [
"codex editor",
"tool",
"link",
"editor.js",
"editor"
],
"description": "Link Tool for Editor.js",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/editor-js/link.git"
},
"main": "./dist/bundle.js",
"scripts": {
"build": "webpack --mode production",
"build:dev": "webpack --mode development --watch"
},
"author": "CodeX <team@ifmo.su>",
"devDependencies": {
"@babel/core": "^7.3.4",
"@babel/plugin-transform-runtime": "^7.2.0",
"@babel/preset-env": "^7.3.4",
"@codexteam/ajax": "^3.2.1",
"babel-loader": "^8.0.5",
"babel-preset-env": "^1.7.0",
"css-loader": "^1.0.0",
"eslint": "^5.9.0",
"eslint-config-codex": "github:codex-team/eslint-config",
"eslint-loader": "^2.1.1",
"open-graph": "^0.2.4",
"postcss-loader": "^3.0.0",
"postcss-nested": "^4.1.0",
"postcss-nested-ancestors": "^2.0.0",
"style-loader": "^0.21.0",
"svg-inline-loader": "^0.8.0",
"url-polyfill": "^1.1.3",
"webpack": "^4.29.5",
"webpack-cli": "^3.2.3"
},
"bugs": {
"url": "https://github.com/editor-js/link/issues"
},
"homepage": "https://github.com/editor-js/link#readme",
"dependencies": {
"@babel/runtime": "^7.3.1"
}
}