Skip to content

Commit

Permalink
minor #871 Use @sylius-ui/frontend npm package (jakubtobiasz)
Browse files Browse the repository at this point in the history
This PR was merged into the 1.12 branch.

Discussion
----------

Following Sylius/Sylius#14529 and Sylius/Sylius#12132.

Commits
-------

8bb5a1d Use @sylius-ui/frontend npm package
  • Loading branch information
Rafikooo committed Dec 13, 2022
2 parents 4bc8c24 + 8bb5a1d commit 67896b9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 61 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/public/assets
/public/build
/public/css
/public/js
/public/media
Expand Down
67 changes: 6 additions & 61 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,68 +1,13 @@
{
"dependencies": {
"@babel/polyfill": "^7.0.0",
"chart.js": "^3.7.1",
"jquery": "^3.5.0",
"jquery.dirtyforms": "^2.0.0",
"lightbox2": "^2.9.0",
"semantic-ui-css": "^2.2.0",
"slick-carousel": "^1.8.1"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/plugin-external-helpers": "^7.0.0",
"@babel/plugin-proposal-object-rest-spread": "^7.18.9",
"@babel/preset-env": "^7.18.10",
"@babel/register": "^7.0.0",
"@rollup/plugin-babel": "^5.3.1",
"@rollup/plugin-commonjs": "^22.0.2",
"@rollup/plugin-inject": "^4.0.4",
"@rollup/plugin-node-resolve": "^13.3.0",
"@semantic-ui-react/css-patch": "^1.1.2",
"@symfony/webpack-encore": "^3.1.0",
"babel-plugin-fast-async": "^6.1.2",
"babel-plugin-module-resolver": "^4.1.0",
"dedent": "^0.7.0",
"eslint": "^8.23.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-import-resolver-babel-module": "^5.3.1",
"eslint-plugin-import": "^2.26.0",
"fast-async": "^6.3.8",
"gulp": "^4.0.2",
"gulp-chug": "^0.5.1",
"gulp-concat": "^2.6.1",
"gulp-debug": "^4.0.0",
"gulp-if": "^3.0.0",
"gulp-livereload": "^4.0.2",
"gulp-order": "^1.2.0",
"gulp-sass": "^5.1.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-uglifycss": "^1.1.0",
"merge-stream": "^2.0.0",
"rollup": "^2.79.0",
"rollup-plugin-terser": "^7.0.2",
"sass": "^1.54.8",
"sass-loader": "^13.0.0",
"upath": "^2.0.1",
"yargs": "^17.5.1"
},
"engines": {
"node": "^14 || ^16 || ^18"
},
"engineStrict": true,
"license": "MIT",
"scripts": {
"watch": "encore dev --watch",
"build": "encore dev",
"build:prod": "encore production",
"gulp": "gulp build",
"postinstall": "semantic-ui-css-patch",
"lint": "yarn lint:js",
"lint:js": "eslint gulpfile.babel.js src/Sylius/Bundle/AdminBundle/gulpfile.babel.js src/Sylius/Bundle/ShopBundle/gulpfile.babel.js src/Sylius/Bundle/UiBundle/Resources/private/js src/Sylius/Bundle/AdminBundle/Resources/private/js src/Sylius/Bundle/ShopBundle/Resources/private/js",
"postinstall": "semantic-ui-css-patch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Sylius/Sylius.git"
"watch": "encore dev --watch"
},
"author": "Paweł Jędrzejewski",
"license": "MIT"
"devDependencies": {
"@sylius-ui/frontend": "^1.0"
}
}

0 comments on commit 67896b9

Please sign in to comment.