-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.28 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.28 KB
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
{
"name": "@xenobytezero/editorjs-default-toolpack",
"repository": "https://github.com/xenobytezero/editorjs-default-toolpack",
"version": "1.0.4",
"packageManager": "yarn@3.6.0",
"scripts": {
"develop": "vite build --watch",
"build": "tsc && vite build"
},
"exports": {
".": {
"import": "./dist/index.mjs",
"types": "./dist/index.d.ts"
},
"./tools": {
"import": "./dist/tools.mjs",
"types": "./dist/tools.d.ts"
}
},
"devDependencies": {
"@editorjs/checklist": "1.5.0",
"@editorjs/code": "2.8.0",
"@editorjs/delimiter": "1.3.0",
"@editorjs/editorjs": "2.27.0",
"@editorjs/embed": "2.5.3",
"@editorjs/header": "2.7.0",
"@editorjs/image": "2.8.1",
"@editorjs/inline-code": "1.4.0",
"@editorjs/link": "2.5.0",
"@editorjs/list": "1.8.0",
"@editorjs/marker": "1.3.0",
"@editorjs/paragraph": "2.9.0",
"@editorjs/quote": "2.5.0",
"@editorjs/raw": "2.4.0",
"@editorjs/table": "2.2.1",
"@editorjs/warning": "1.3.0",
"@xenobytezero/strapi-plugin-react-editorjs": "workspace:*",
"axios": "^1.4.0",
"typescript": "5.2.2",
"vite": "^4.3.9",
"vite-plugin-dts": "^3.3.0"
},
"files": [
"./dist"
],
"publishConfig": {
"registry": "https://npm.pkg.github.com"
}
}