File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 "description" : " A simple code editor with syntax highlighting." ,
55 "main" : " cjs/index.js" ,
66 "module" : " esm/index.js" ,
7- "exports" : {
8- "." : {
9- "import" : " ./esm/index.js" ,
10- "require" : " ./cjs/index.js"
11- },
12- "./index" : {
13- "import" : " ./esm/index.js" ,
14- "require" : " ./cjs/index.js"
15- },
16- "./shortcuts" : {
17- "import" : " ./esm/shortcuts.js" ,
18- "require" : " ./cjs/shortcuts.js"
19- },
20- "./styles" : {
21- "import" : " ./esm/styles.js" ,
22- "require" : " ./cjs/styles.js"
23- },
24- "./SelectionText" : {
25- "import" : " ./esm/SelectionText.js" ,
26- "require" : " ./cjs/SelectionText.js"
27- },
28- "./utils" : {
29- "import" : " ./esm/utils.js" ,
30- "require" : " ./cjs/utils.js"
31- }
32- },
337 "scripts" : {
348 "prepare" : " husky install && npm run build" ,
359 "doc" : " kkt build --app-src ./website" ,
You can’t perform that action at this time.
0 commit comments