mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 17:10:53 +00:00
Remove gulp-related packages from the package.json
This commit is contained in:
parent
104bc12d1b
commit
3e0e9eea7a
1 changed files with 2 additions and 16 deletions
18
package.json
18
package.json
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@sylius-ui/frontend",
|
||||
"version": "1.0.1",
|
||||
"version": "2.0.0",
|
||||
"license": "MIT",
|
||||
"author": "Sylius Sp. z o.o.",
|
||||
"dependencies": {
|
||||
|
|
@ -32,16 +32,6 @@
|
|||
"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",
|
||||
|
|
@ -58,15 +48,11 @@
|
|||
"watch": "encore dev --watch",
|
||||
"build": "encore dev",
|
||||
"build:prod": "encore production",
|
||||
"gulp": "gulp build",
|
||||
"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"
|
||||
},
|
||||
"author": "Sylius Sp. z o.o.",
|
||||
"license": "MIT"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue