|
7 | 7 | "move-leaflet": "cp -r node_modules/leaflet src/bundle/Resources/public/vendors/leaflet", |
8 | 8 | "move-react": "cp -r node_modules/react src/bundle/Resources/public/vendors/react", |
9 | 9 | "move-react-dom": "cp -r node_modules/react-dom src/bundle/Resources/public/vendors/react-dom", |
10 | | - "move-taggify": "cp -r node_modules/taggify src/bundle/Resources/public/vendors/taggify", |
11 | 10 | "move-popperjs": "cp -r node_modules/@popperjs src/bundle/Resources/public/vendors/@popperjs", |
12 | 11 | "move-flatpickr": "cp -r node_modules/flatpickr src/bundle/Resources/public/vendors/flatpickr", |
13 | 12 | "move-create-react-class": "cp -r node_modules/create-react-class src/bundle/Resources/public/vendors/create-react-class", |
|
23 | 22 | "move-ckeditor5-core": "cp -r node_modules/ckeditor5 src/bundle/Resources/public/vendors/ckeditor5", |
24 | 23 | "move-ids-assets": "mkdir src/bundle/Resources/public/vendors/ids-assets && cp -r node_modules/@ibexa/design-system/packages/assets/dist src/bundle/Resources/public/vendors/ids-assets/dist", |
25 | 24 | "move-ids-components": "mkdir src/bundle/Resources/public/vendors/ids-components && cp -r node_modules/@ibexa/design-system/packages/components/dist src/bundle/Resources/public/vendors/ids-components/dist", |
26 | | - "prepare-release": "yarn run create-folder; yarn run move-bootstrap; yarn run move-jquery; yarn run move-leaflet; yarn run move-react; yarn run move-react-dom; yarn run move-taggify; yarn run move-popperjs; yarn run move-flatpickr; yarn run move-create-react-class; yarn run move-prop-types; yarn run move-moment; yarn run move-moment-timezone; yarn run move-d3; yarn run move-dagre-d3; yarn run move-chart-js; yarn run move-js-md5; yarn run move-ckeditor5; yarn run move-ckeditor5-core; yarn run move-chartjs-plugin-datalabels; yarn run move-ids-assets; yarn run move-ids-components" |
| 25 | + "prepare-release": "yarn run create-folder; yarn run move-bootstrap; yarn run move-jquery; yarn run move-leaflet; yarn run move-react; yarn run move-react-dom; yarn run move-popperjs; yarn run move-flatpickr; yarn run move-create-react-class; yarn run move-prop-types; yarn run move-moment; yarn run move-moment-timezone; yarn run move-d3; yarn run move-dagre-d3; yarn run move-chart-js; yarn run move-js-md5; yarn run move-ckeditor5; yarn run move-ckeditor5-core; yarn run move-chartjs-plugin-datalabels; yarn run move-ids-assets; yarn run move-ids-components" |
27 | 26 | }, |
28 | 27 | "repository": { |
29 | 28 | "type": "git", |
|
53 | 52 | "@popperjs/core": "^2.11.8", |
54 | 53 | "prop-types": "^15.8.1", |
55 | 54 | "react": "^19.1.0", |
56 | | - "react-dom": "^19.1.0", |
57 | | - "taggify": "git+ssh://[email protected]/ibexa/taggify.git#v1.2.2" |
| 55 | + "react-dom": "^19.1.0" |
58 | 56 | }, |
59 | 57 | "packageManager": "[email protected]" |
60 | 58 | } |
0 commit comments