Update package.json
Browse files- package.json +2 -2
package.json
CHANGED
@@ -15,7 +15,7 @@
|
|
15 |
"format": "prettier -w .",
|
16 |
"format:check": "prettier -c .",
|
17 |
"postbuild": "next-sitemap --config next-sitemap.config.js",
|
18 |
-
|
19 |
},
|
20 |
"dependencies": {
|
21 |
"axios": "^1.5.1",
|
@@ -45,7 +45,7 @@
|
|
45 |
"eslint-config-prettier": "^8.8.0",
|
46 |
"eslint-plugin-simple-import-sort": "^7.0.0",
|
47 |
"eslint-plugin-unused-imports": "^2.0.0",
|
48 |
-
|
49 |
"jest": "^27.5.1",
|
50 |
"lint-staged": "^12.5.0",
|
51 |
"next-router-mock": "^0.7.5",
|
|
|
15 |
"format": "prettier -w .",
|
16 |
"format:check": "prettier -c .",
|
17 |
"postbuild": "next-sitemap --config next-sitemap.config.js",
|
18 |
+
|
19 |
},
|
20 |
"dependencies": {
|
21 |
"axios": "^1.5.1",
|
|
|
45 |
"eslint-config-prettier": "^8.8.0",
|
46 |
"eslint-plugin-simple-import-sort": "^7.0.0",
|
47 |
"eslint-plugin-unused-imports": "^2.0.0",
|
48 |
+
|
49 |
"jest": "^27.5.1",
|
50 |
"lint-staged": "^12.5.0",
|
51 |
"next-router-mock": "^0.7.5",
|