forked from editor-js/link
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.23 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
55
{
"name": "@boundstate/editorjs-link",
"version": "2.6.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"
},
"files": [
"dist"
],
"main": "./dist/link.umd.js",
"module": "./dist/link.mjs",
"exports": {
".": {
"import": "./dist/link.mjs",
"require": "./dist/link.umd.js"
}
},
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint src/",
"lint:fix": "eslint src/ --fix"
},
"author": "CodeX <[email protected]>",
"devDependencies": {
"@codexteam/ajax": "^4.1.0",
"eslint": "^7.1.0",
"eslint-config-codex": "^1.3.6",
"eslint-loader": "^4.0.2",
"open-graph": "^0.2.4",
"postcss-nested": "^4.2.1",
"postcss-nested-ancestors": "^2.0.0",
"url-polyfill": "^1.1.9",
"vite": "^4.5.0",
"vite-plugin-css-injected-by-js": "^3.3.0"
},
"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"
}
}