mirror of
https://github.com/vercel/commerce.git
synced 2025-06-30 10:21:22 +00:00
Removing unused dependencies
This commit is contained in:
parent
cbff49b91e
commit
66af2a6185
@ -1,18 +0,0 @@
|
|||||||
import bunyan from 'bunyan'
|
|
||||||
import PrettyStream from 'bunyan-prettystream'
|
|
||||||
|
|
||||||
const prettyStdOut = new PrettyStream()
|
|
||||||
|
|
||||||
const log = bunyan.createLogger({
|
|
||||||
name: 'Next.js - Commerce',
|
|
||||||
level: 'debug',
|
|
||||||
streams: [
|
|
||||||
{
|
|
||||||
level: 'debug',
|
|
||||||
type: 'raw',
|
|
||||||
stream: prettyStdOut,
|
|
||||||
},
|
|
||||||
],
|
|
||||||
})
|
|
||||||
|
|
||||||
export default log
|
|
@ -77,8 +77,6 @@
|
|||||||
"@manifoldco/swagger-to-ts": "^2.1.0",
|
"@manifoldco/swagger-to-ts": "^2.1.0",
|
||||||
"@next/bundle-analyzer": "^10.0.1",
|
"@next/bundle-analyzer": "^10.0.1",
|
||||||
"@types/body-scroll-lock": "^2.6.1",
|
"@types/body-scroll-lock": "^2.6.1",
|
||||||
"@types/bunyan": "^1.8.6",
|
|
||||||
"@types/bunyan-prettystream": "^0.1.31",
|
|
||||||
"@types/classnames": "^2.2.10",
|
"@types/classnames": "^2.2.10",
|
||||||
"@types/cookie": "^0.4.0",
|
"@types/cookie": "^0.4.0",
|
||||||
"@types/js-cookie": "^2.2.6",
|
"@types/js-cookie": "^2.2.6",
|
||||||
@ -87,8 +85,6 @@
|
|||||||
"@types/lodash.throttle": "^4.1.6",
|
"@types/lodash.throttle": "^4.1.6",
|
||||||
"@types/node": "^14.14.16",
|
"@types/node": "^14.14.16",
|
||||||
"@types/react": "^17.0.0",
|
"@types/react": "^17.0.0",
|
||||||
"bunyan": "^1.8.14",
|
|
||||||
"bunyan-prettystream": "^0.1.3",
|
|
||||||
"graphql": "^15.4.0",
|
"graphql": "^15.4.0",
|
||||||
"next-unused": "^0.0.3",
|
"next-unused": "^0.0.3",
|
||||||
"postcss-flexbugs-fixes": "^4.2.1",
|
"postcss-flexbugs-fixes": "^4.2.1",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user