Skip to content

Commit

Permalink
Fix and cleanup js
Browse files Browse the repository at this point in the history
  • Loading branch information
mpysiak committed Sep 23, 2024
1 parent 76afc7a commit 3a74156
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 100 deletions.
20 changes: 0 additions & 20 deletions .eslintrc.js

This file was deleted.

63 changes: 0 additions & 63 deletions gulpfile.babel.js

This file was deleted.

32 changes: 15 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,26 +7,24 @@
"watch": "encore dev --watch"
},
"dependencies": {
"@hotwired/stimulus": "^3.0.0",
"@popperjs/core": "^2.11.8",
"@symfony/stimulus-bridge": "^3.2.0",
"@symfony/webpack-encore": "^3.1.0",
"@tabler/core": "^1.0.0-beta20",
"apexcharts": "^3.41.0",
"bootstrap": "^5.3.0",
"choices.js": "^10.2.0",
"infinite-tree": "^1.17.1",
"flag-icons": "^7.2.3",
"slugify": "^1.6",
"stimulus-use": "^0.52",
"@sylius-ui/frontend": "^1.0",
"@symfony/ux-autocomplete": "file:vendor/symfony/ux-autocomplete/assets",
"@symfony/ux-live-component": "file:vendor/symfony/ux-live-component/assets",
"@sylius-ui/admin": "file:vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle",
"@sylius-ui/shop": "file:vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle",
"tom-select": "^2.2.2"
"@symfony/ux-autocomplete": "file:vendor/symfony/ux-autocomplete/assets",
"@symfony/ux-live-component": "file:vendor/symfony/ux-live-component/assets",
"chart.js": "^3.7.1",
"flag-icons": "^7.2.3"
},
"devDependencies": {
"@symfony/stimulus-bundle": "file:vendor/symfony/stimulus-bundle/assets"
"@babel/core": "^7.0.0",
"@babel/plugin-proposal-object-rest-spread": "^7.18.9",
"@babel/polyfill": "^7.0.0",
"@babel/preset-env": "^7.18.10",
"@babel/register": "^7.0.0",
"@hotwired/stimulus": "^3.0.0",
"@symfony/stimulus-bridge": "^3.2.2",
"@symfony/webpack-encore": "^3.1.0",
"sass": "^1.54.8",
"sass-loader": "^13.0.0",
"tom-select": "^2.2.2"
}
}

0 comments on commit 3a74156

Please sign in to comment.