fix(package.json): remove pkg
This commit is contained in:
parent
80b5ba4a98
commit
503e4e32ff
18166
checkout/package-lock.json
generated
Normal file
18166
checkout/package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
@ -9,7 +9,6 @@
|
||||
"lint": "eslint ./src --fix"
|
||||
},
|
||||
"dependencies": {
|
||||
"@agenciam3/pkg": "^1.1.13",
|
||||
"@babel/plugin-transform-async-to-generator": "^7.14.5",
|
||||
"cookie": "^0.4.1",
|
||||
"del": "^6.0.0",
|
||||
@ -23,6 +22,7 @@
|
||||
"gulp-sass": "^5.0.0",
|
||||
"gulp-sourcemaps": "^3.0.0",
|
||||
"jquery": "^3.6.0",
|
||||
"m3-utils": "^0.1.0",
|
||||
"sass": "^1.38.1",
|
||||
"terser-webpack-plugin": "^5.1.4"
|
||||
},
|
||||
|
@ -1,5 +1,5 @@
|
||||
import CheckoutUI from "./components/CheckoutUI";
|
||||
import { Container } from "@agenciam3/pkg";
|
||||
import { Container } from "m3-utils";
|
||||
import Exemple from "./components/Exemple";
|
||||
import ExempleEvent from "./components/ExempleEvent";
|
||||
// import CatalogService from "./services/CatalogService";
|
||||
|
Loading…
Reference in New Issue
Block a user