Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/le0pard/pgtune.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Vasiliev <leopard.not.a@gmail.com>2022-01-15 21:11:08 +0300
committerAlexey Vasiliev <leopard.not.a@gmail.com>2022-01-15 21:11:08 +0300
commit6aacf1397ebac885038ff5ec4fe0192086bfa598 (patch)
tree73c311f4743bdd64f99e52b32297b530d1388b83 /package.json
parent6cedf487955af901ed81a790b4c59bc7e028ff0e (diff)
remove gulp
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 1 insertions, 3 deletions
diff --git a/package.json b/package.json
index ad93f55..0d032fa 100644
--- a/package.json
+++ b/package.json
@@ -12,7 +12,7 @@
"jest": "TZ=utc jest",
"test": "yarn run eslint && yarn run jest",
"assets:watch": "webpack --watch --color",
- "assets:build": "gulp cleanup:assets && NODE_ENV=production webpack --bail"
+ "assets:build": "NODE_ENV=production webpack --bail"
},
"dependencies": {
"@babel/core": "7.16.7",
@@ -29,7 +29,6 @@
"css-loader": "6.5.1",
"css-minimizer-webpack-plugin": "3.3.1",
"cssnano": "5.0.15",
- "del": "6.0.0",
"file-loader": "6.2.0",
"focus-visible": "^5.2.0",
"formik": "2.2.9",
@@ -72,7 +71,6 @@
"eslint-plugin-import": "2.25.4",
"eslint-plugin-react": "7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
- "gulp": "4.0.2",
"jest": "27.4.7",
"jest-cli": "27.4.7",
"webpack-cli": "4.9.1"