Skip to content

Commit 67957b7

Browse files
committed
[nextjs] Add dependencies for turbopack-loader
1 parent 831b715 commit 67957b7

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

packages/pigment-css-nextjs-plugin/package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@pigment-css/nextjs-plugin",
33
"version": "0.0.31",
44
"author": "MUI Team",
5-
"description": "Next.js integration for Pigment CSS.",
5+
"description": "Next.js integration for Pigment CSS.",
66
"license": "MIT",
77
"main": "build/index.js",
88
"module": "build/index.mjs",
@@ -28,7 +28,11 @@
2828
"typescript": "tsc --noEmit -p ."
2929
},
3030
"dependencies": {
31-
"@pigment-css/unplugin": "workspace:^"
31+
"@babel/preset-react": "^7.25.9",
32+
"@babel/preset-typescript": "^7.26.0",
33+
"@pigment-css/unplugin": "workspace:^",
34+
"@wyw-in-js/shared": "^1.1.0",
35+
"@wyw-in-js/transform": "^1.1.0"
3236
},
3337
"devDependencies": {
3438
"next": "^15.1.3",

0 commit comments

Comments
 (0)