Skip to content

Commit f95f80f

Browse files
committed
fix: frontend build
1 parent 143146f commit f95f80f

File tree

4 files changed

+14
-13
lines changed

4 files changed

+14
-13
lines changed

platforms/emover/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,23 +9,24 @@
99
"lint": "next lint"
1010
},
1111
"dependencies": {
12+
"@radix-ui/react-dialog": "^1.1.14",
13+
"@radix-ui/react-progress": "^1.1.7",
14+
"@radix-ui/react-select": "^2.2.6",
15+
"@radix-ui/react-toast": "^1.2.4",
1216
"axios": "^1.9.0",
17+
"class-variance-authority": "^0.7.1",
18+
"clsx": "^2.1.1",
19+
"lucide-react": "^0.453.0",
1320
"next": "15.4.2",
1421
"next-qrcode": "^2.5.1",
1522
"qrcode.react": "^4.2.0",
1623
"react": "19.1.0",
1724
"react-dom": "19.1.0",
1825
"tailwind-merge": "^3.3.1",
19-
"tailwindcss-animate": "^1.0.7",
20-
"class-variance-authority": "^0.7.1",
21-
"clsx": "^2.1.1",
22-
"lucide-react": "^0.453.0",
23-
"@radix-ui/react-dialog": "^1.1.14",
24-
"@radix-ui/react-progress": "^1.1.7",
25-
"@radix-ui/react-select": "^2.2.6",
26-
"@radix-ui/react-toast": "^1.2.4"
26+
"tailwindcss-animate": "^1.0.7"
2727
},
2828
"devDependencies": {
29+
"@tailwindcss/postcss": "^4.1.17",
2930
"@types/node": "^20",
3031
"@types/react": "^19",
3132
"@types/react-dom": "^19",
@@ -35,4 +36,3 @@
3536
"typescript": "^5"
3637
}
3738
}
38-

platforms/emover/postcss.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/** @type {import('postcss-load-config').Config} */
22
const config = {
33
plugins: {
4-
tailwindcss: {},
4+
"@tailwindcss/postcss": {},
55
},
66
};
77

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
1-
@tailwind base;
2-
@tailwind components;
3-
@tailwind utilities;
1+
@import "tailwindcss";
42

pnpm-lock.yaml

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)