chore(dx/client): set paths for client dependencies

This commit is contained in:
Elian Doran 2025-08-31 18:18:35 +03:00
parent 63c0841c32
commit 113d36f5dd
No known key found for this signature in database
7 changed files with 7 additions and 87 deletions

View File

@ -11,18 +11,7 @@
"ckeditor5-package-generator" "ckeditor5-package-generator"
], ],
"type": "module", "type": "module",
"main": "dist/index.ts", "main": "src/index.ts",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js"
},
"./*": "./dist/*",
"./browser/*": null,
"./package.json": "./package.json"
},
"engines": { "engines": {
"node": ">=18.0.0", "node": ">=18.0.0",
"npm": ">=5.7.1" "npm": ">=5.7.1"

View File

@ -11,18 +11,7 @@
"ckeditor5-package-generator" "ckeditor5-package-generator"
], ],
"type": "module", "type": "module",
"main": "dist/index.ts", "main": "src/index.ts",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js"
},
"./*": "./dist/*",
"./browser/*": null,
"./package.json": "./package.json"
},
"license": "ISC", "license": "ISC",
"engines": { "engines": {
"node": ">=18.0.0", "node": ">=18.0.0",

View File

@ -11,18 +11,7 @@
"ckeditor5-package-generator" "ckeditor5-package-generator"
], ],
"type": "module", "type": "module",
"main": "dist/index.ts", "main": "src/index.ts",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js"
},
"./*": "./dist/*",
"./browser/*": null,
"./package.json": "./package.json"
},
"author": "Marek Lewandowski", "author": "Marek Lewandowski",
"license": "GPL-3.0", "license": "GPL-3.0",
"homepage": "https://github.com/mlewand/ckeditor5-keyboard-marker", "homepage": "https://github.com/mlewand/ckeditor5-keyboard-marker",

View File

@ -12,18 +12,7 @@
"katex" "katex"
], ],
"type": "module", "type": "module",
"main": "dist/index.ts", "main": "src/index.ts",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js"
},
"./*": "./dist/*",
"./browser/*": null,
"./package.json": "./package.json"
},
"author": "Sauli Anto", "author": "Sauli Anto",
"license": "ISC", "license": "ISC",
"engines": { "engines": {

View File

@ -11,18 +11,7 @@
"ckeditor5-package-generator" "ckeditor5-package-generator"
], ],
"type": "module", "type": "module",
"main": "dist/index.ts", "main": "src/index.ts",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js"
},
"./*": "./dist/*",
"./browser/*": null,
"./package.json": "./package.json"
},
"license": "SEE LICENSE IN LICENSE.md", "license": "SEE LICENSE IN LICENSE.md",
"author": "CKSource (https://cksource.com/)", "author": "CKSource (https://cksource.com/)",
"homepage": "https://github.com/ckeditor/ckeditor5-mermaid", "homepage": "https://github.com/ckeditor/ckeditor5-mermaid",

View File

@ -4,21 +4,7 @@
"version": "45.0.0", "version": "45.0.0",
"private": true, "private": true,
"type": "module", "type": "module",
"main": "./dist/index.js", "main": "./src/index.ts",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
"./package.json": "./package.json",
"./emoji_definitions/": "./src/emoji_definitions/",
"./content.css": "./dist/content.css",
"./index.css": "./dist/index.css",
".": {
"development": "./src/index.ts",
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"default": "./dist/index.js"
}
},
"nx": { "nx": {
"name": "ckeditor5", "name": "ckeditor5",
"targets": { "targets": {

View File

@ -3,18 +3,7 @@
"version": "0.0.1", "version": "0.0.1",
"private": true, "private": true,
"type": "module", "type": "module",
"main": "./dist/index.js", "main": "./src/index.ts",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
"./package.json": "./package.json",
".": {
"development": "./src/index.ts",
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"default": "./dist/index.js"
}
},
"nx": { "nx": {
"name": "highlightjs" "name": "highlightjs"
}, },