mirror of
https://github.com/apotdevin/thunderhub.git
synced 2024-11-19 09:50:03 +01:00
aa60d618f9
* feat: initial nextjs commit * chore: general card styles changes * chore: add storybook * chore: small changes and fixes * fix: trading filter encoding * fix: add link to node * chore: set to correct version
12 lines
228 B
Plaintext
12 lines
228 B
Plaintext
{
|
|
"presets": ["next/babel"],
|
|
"plugins": [
|
|
"emotion",
|
|
"inline-react-svg",
|
|
[
|
|
"styled-components",
|
|
{ "ssr": true, "displayName": true, "preprocess": false }
|
|
]
|
|
]
|
|
}
|