forked from editor-js/link
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.39 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
53
54
{
"name": "@editorjs/link",
"version": "2.5.0",
"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",
"lint": "eslint src/",
"lint:fix": "eslint src/ --fix"
},
"author": "CodeX <[email protected]>",
"devDependencies": {
"@babel/core": "^7.10.2",
"@babel/plugin-transform-runtime": "^7.10.1",
"@babel/preset-env": "^7.10.2",
"@codexteam/ajax": "^4.1.0",
"babel-loader": "^8.1.0",
"babel-preset-env": "^1.7.0",
"css-loader": "^3.5.3",
"eslint": "^7.1.0",
"eslint-config-codex": "^1.3.6",
"eslint-loader": "^4.0.2",
"open-graph": "^0.2.4",
"postcss-loader": "^3.0.0",
"postcss-nested": "^4.2.1",
"postcss-nested-ancestors": "^2.0.0",
"style-loader": "^1.2.1",
"svg-inline-loader": "^0.8.2",
"url-polyfill": "^1.1.9",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11"
},
"bugs": {
"url": "https://github.com/editor-js/link/issues"
},
"homepage": "https://github.com/editor-js/link#readme",
"dependencies": {
"@babel/runtime": "^7.10.2",
"@codexteam/icons": "^0.0.4"
}
}