Skip to content

Commit

Permalink
OP-291: Use standard sylius 1.13 package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
hmfilar committed Jul 23, 2024
1 parent b209452 commit 04a1085
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 51 deletions.
15 changes: 0 additions & 15 deletions tests/Application/.babelrc

This file was deleted.

44 changes: 8 additions & 36 deletions tests/Application/package.json
Original file line number Diff line number Diff line change
@@ -1,41 +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": {
"@symfony/webpack-encore": "^1.6.1",
"babel-core": "^6.26.3",
"babel-plugin-external-helpers": "^6.22.0",
"babel-plugin-module-resolver": "^3.1.1",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-register": "^6.26.0",
"dedent": "^0.7.0",
"eslint": "^4.19.1",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-import-resolver-babel-module": "^4.0.0",
"eslint-plugin-import": "^2.11.0",
"merge-stream": "^1.0.0",
"sass": "^1.39.2",
"sass-loader": "^12.1.0"
},
"license": "MIT",
"scripts": {
"dev": "yarn encore dev",
"watch": "yarn encore dev --watch",
"prod": "yarn encore prod",
"build": "encore dev",
"build:prod": "encore production",
"postinstall": "semantic-ui-css-patch",
"lint": "yarn lint:js",
"lint:js": "eslint gulpfile.babel.js"
"watch": "encore dev --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Sylius/Sylius.git"
},
"author": "Paweł Jędrzejewski",
"license": "MIT"
"devDependencies": {
"@sylius-ui/frontend": "^1.0"
}
}

0 comments on commit 04a1085

Please sign in to comment.