-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
56 lines (56 loc) · 1.37 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
{
"name": "@kiberpro/editorjs-gallery",
"version": "1.3.0",
"keywords": [
"codex editor",
"tool",
"image",
"gallery",
"editor.js",
"editorjs"
],
"description": "Image Gallery Tool with source field for Editor.js",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/VolgaIgor/editorjs-gallery.git"
},
"files": [
"dist"
],
"main": "./dist/gallery.umd.js",
"module": "./dist/gallery.mjs",
"exports": {
".": {
"import": "./dist/gallery.mjs",
"require": "./dist/gallery.umd.js"
}
},
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint src/ --ext .js",
"lint:errors": "eslint src/ --ext .js --quiet",
"lint:fix": "eslint src/ --ext .js --fix"
},
"author": "Igor Shuvalov «VolgaIgor» & CodeX",
"devDependencies": {
"@codexteam/ajax": "^4.2.0",
"eslint": "^6.8.0",
"eslint-config-codex": "^1.3.3",
"eslint-loader": "^4.0.0",
"formidable": "^1.2.1",
"postcss-nested": "^4.1.0",
"postcss-nested-ancestors": "^2.0.0",
"request": "^2.88.0",
"vite": "^4.5.0",
"vite-plugin-css-injected-by-js": "^3.3.0"
},
"dependencies": {
"@codexteam/icons": "^0.0.6"
},
"bugs": {
"url": "https://github.com/VolgaIgor/editorjs-gallery/issues"
},
"homepage": "https://github.com/VolgaIgor/editorjs-gallery#readme"
}