We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 831b715 commit 67957b7Copy full SHA for 67957b7
1 file changed
packages/pigment-css-nextjs-plugin/package.json
@@ -2,7 +2,7 @@
2
"name": "@pigment-css/nextjs-plugin",
3
"version": "0.0.31",
4
"author": "MUI Team",
5
- "description": "Next.js integration for Pigment CSS.",
+ "description": "Next.js integration for Pigment CSS.",
6
"license": "MIT",
7
"main": "build/index.js",
8
"module": "build/index.mjs",
@@ -28,7 +28,11 @@
28
"typescript": "tsc --noEmit -p ."
29
},
30
"dependencies": {
31
- "@pigment-css/unplugin": "workspace:^"
+ "@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"
36
37
"devDependencies": {
38
"next": "^15.1.3",
0 commit comments