-
Notifications
You must be signed in to change notification settings - Fork 40
/
package.json
78 lines (78 loc) · 2.22 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"name": "directus-extension-editorjs",
"version": "1.5.0",
"author": {
"email": "[email protected]",
"name": "Adrian Dimitrov"
},
"license": "gpl-3.0",
"repository": {
"type": "git",
"url": "https://github.com/dimitrov-adrian/directus-extension-editorjs-interface.git"
},
"bugs": {
"url": "https://github.com/dimitrov-adrian/directus-extension-editorjs-interface/issues"
},
"homepage": "https://github.com/dimitrov-adrian/directus-extension-editorjs-interface",
"keywords": [
"directus",
"directus-extension",
"directus-custom-interface",
"editorjs",
"block-editor"
],
"directus:extension": {
"type": "interface",
"path": "dist/index.js",
"source": "src/index.ts",
"host": "^v9.9.0",
"hidden": false
},
"scripts": {
"build": "directus-extension build",
"dev": "directus-extension build -w --no-minify"
},
"files": [
"dist"
],
"devDependencies": {
"@directus/extensions-sdk": "^9.10.0",
"@editorjs/attaches": "^1.2.1",
"@editorjs/checklist": "^1.3.0",
"@editorjs/code": "^2.7.0",
"@editorjs/delimiter": "^1.2.0",
"@editorjs/editorjs": "^2.25.0",
"@editorjs/embed": "^2.5.0",
"@editorjs/header": "^2.6.2",
"@editorjs/image": "^2.6.2",
"@editorjs/inline-code": "^1.3.1",
"@editorjs/marker": "^1.2.2",
"@editorjs/nested-list": "^1.0.2",
"@editorjs/paragraph": "^2.8.0",
"@editorjs/personality": "^2.0.2",
"@editorjs/quote": "^2.4.0",
"@editorjs/raw": "^2.3.0",
"@editorjs/simple-image": "^1.4.1",
"@editorjs/table": "^2.0.1",
"@editorjs/underline": "^1.0.0",
"@editorjs/warning": "^1.2.0",
"editorjs-undo": "^2.0.5",
"@itech-indrustries/editorjs-strikethrough": "^1.0.0",
"directus-codestyle": "dimitrov-adrian/directus-codestyle",
"editorjs-alert": "^1.0.3",
"editorjs-list": "^2.1.4",
"editorjs-text-alignment-blocktune": "^1.0.3",
"lodash": "^4.17.21",
"typescript": "^4.7.4"
},
"prettier": "directus-codestyle/prettier",
"stylelint": {
"extends": "directus-codestyle/stylelint"
},
"eslintConfig": {
"extends": "./node_modules/directus-codestyle/.eslintrc.js",
"parserOptions": {
"sourceType": "module"
}
}
}