|
22 | 22 | ], |
23 | 23 | "exports": { |
24 | 24 | ".": "./dist/index.js", |
25 | | - "./foundation.js": "./dist/foundation.js", |
| 25 | + "./dist/plugin.js": "./dist/plugin.js", |
| 26 | + "./dist/plugin-tag.js": "./dist/plugin-tag.js", |
| 27 | + "./dist/foundation/nsdoc.js": "./dist/foundation/nsdoc.js", |
| 28 | + "./dist/plugin.events.js": "./dist/plugin.events.js", |
| 29 | + "./dist/foundation.js": "./dist/foundation.js", |
| 30 | + "./dist/schemas.js": "./dist/schemas.js", |
26 | 31 | "./addons/Waiter.js": "./dist/addons/Waiter.js", |
27 | 32 | "./addons/Settings.js": "./dist/addons/Settings.js", |
28 | | - "./addons/History.js": "./dist/addons/History.js", |
| 33 | + "./addons/Layout.js": "./dist/addons/Layout.js", |
| 34 | + "./dist/addons/History.js": "./dist/addons/History.js", |
29 | 35 | "./addons/Editor.js": "./dist/addons/Editor.js", |
30 | 36 | "./addons/Wizards.js": "./dist/addons/Wizards.js", |
31 | | - "./action-pane.js": "./dist/action-pane.js", |
32 | | - "./action-icon.js": "./dist/action-icon.js", |
33 | | - "./plain-compare-list.js": "./dist/plain-compare-list.js", |
| 37 | + "./dist/action-pane.js": "./dist/action-pane.js", |
| 38 | + "./dist/action-icon.js": "./dist/action-icon.js", |
| 39 | + "./dist/plain-compare-list.js": "./dist/plain-compare-list.js", |
34 | 40 | "./filtered-list.js": "./dist/filtered-list.js", |
35 | | - "./wizard-textfield.js": "./dist/wizard-textfield.js", |
36 | | - "./wizard-checkbox.js": "./dist/wizard-checkbox.js", |
37 | | - "./wizard-select.js": "./dist/wizard-select.js", |
38 | | - "./WizardDivider.js": "./dist/WizardDivider.js", |
39 | | - "./oscd-filter-button.js": "./dist/oscd-filter-button.js", |
| 41 | + "./dist/wizard-textfield.js": "./dist/wizard-textfield.js", |
| 42 | + "./dist/wizard-checkbox.js": "./dist/wizard-checkbox.js", |
| 43 | + "./dist/wizard-select.js": "./dist/wizard-select.js", |
| 44 | + "./dist/WizardDivider.js": "./dist/WizardDivider.js", |
| 45 | + "./dist/oscd-filter-button.js": "./dist/oscd-filter-button.js", |
40 | 46 | "TODO:": "Open scd base class and web component" |
41 | 47 | }, |
42 | 48 | "dependencies": { |
|
0 commit comments