-
Notifications
You must be signed in to change notification settings - Fork 33
/
package.json
42 lines (42 loc) · 900 Bytes
/
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
{
"name": "@editorjs/checklist",
"version": "1.6.0",
"keywords": [
"codex editor",
"checklist",
"editor.js",
"editorjs"
],
"description": "Checklist Tool for Editor.js",
"license": "MIT",
"repository": "https://github.com/editor-js/checklist",
"files": [
"dist"
],
"main": "./dist/checklist.umd.js",
"module": "./dist/checklist.mjs",
"exports": {
".": {
"import": "./dist/checklist.mjs",
"require": "./dist/checklist.umd.js"
}
},
"scripts": {
"dev": "vite",
"build": "vite build"
},
"author": {
"name": "CodeX",
"email": "[email protected]"
},
"devDependencies": {
"postcss-css-variables": "^0.19.0",
"postcss-nested": "^6.0.1",
"postcss-nested-ancestors": "^3.0.0",
"vite": "^4.5.0",
"vite-plugin-css-injected-by-js": "^3.3.0"
},
"dependencies": {
"@codexteam/icons": "^0.3.0"
}
}