fix(package.json): remove pkg

This commit is contained in:
Caroline Moran 2022-12-05 11:17:56 -04:00
parent 80b5ba4a98
commit 503e4e32ff
3 changed files with 18168 additions and 2 deletions

18166
checkout/package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

View File

@ -9,7 +9,6 @@
"lint": "eslint ./src --fix" "lint": "eslint ./src --fix"
}, },
"dependencies": { "dependencies": {
"@agenciam3/pkg": "^1.1.13",
"@babel/plugin-transform-async-to-generator": "^7.14.5", "@babel/plugin-transform-async-to-generator": "^7.14.5",
"cookie": "^0.4.1", "cookie": "^0.4.1",
"del": "^6.0.0", "del": "^6.0.0",
@ -23,6 +22,7 @@
"gulp-sass": "^5.0.0", "gulp-sass": "^5.0.0",
"gulp-sourcemaps": "^3.0.0", "gulp-sourcemaps": "^3.0.0",
"jquery": "^3.6.0", "jquery": "^3.6.0",
"m3-utils": "^0.1.0",
"sass": "^1.38.1", "sass": "^1.38.1",
"terser-webpack-plugin": "^5.1.4" "terser-webpack-plugin": "^5.1.4"
}, },

View File

@ -1,5 +1,5 @@
import CheckoutUI from "./components/CheckoutUI"; import CheckoutUI from "./components/CheckoutUI";
import { Container } from "@agenciam3/pkg"; import { Container } from "m3-utils";
import Exemple from "./components/Exemple"; import Exemple from "./components/Exemple";
import ExempleEvent from "./components/ExempleEvent"; import ExempleEvent from "./components/ExempleEvent";
// import CatalogService from "./services/CatalogService"; // import CatalogService from "./services/CatalogService";