chore(preconstruct): inline css via babel config, add themes package
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"name": "nextjs",
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "next dev",
|
||||
"build": "next build",
|
||||
"start": "next start",
|
||||
"lint": "next lint"
|
||||
},
|
||||
"dependencies": {
|
||||
"@preconstruct/next": "^4.0.0",
|
||||
"@react-flow/core": "11.0.0",
|
||||
"@react-flow/themes": "11.0.0",
|
||||
"next": "12.2.2",
|
||||
"react": "18.2.0",
|
||||
"react-dom": "18.2.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"eslint": "8.19.0",
|
||||
"eslint-config-next": "12.2.2"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user