|
@@ -18,6 +18,7 @@
|
|
|
"rollup": "^4.20.0",
|
|
"rollup": "^4.20.0",
|
|
|
"rollup-plugin-peer-deps-external": "^2.2.4",
|
|
"rollup-plugin-peer-deps-external": "^2.2.4",
|
|
|
"rollup-plugin-postcss": "^4.0.2",
|
|
"rollup-plugin-postcss": "^4.0.2",
|
|
|
|
|
+ "tailwindcss": "^4.1.18",
|
|
|
"typescript": "^5.5.4"
|
|
"typescript": "^5.5.4"
|
|
|
},
|
|
},
|
|
|
"peerDependencies": {
|
|
"peerDependencies": {
|
|
@@ -2342,6 +2343,13 @@
|
|
|
"node": ">=10.13.0"
|
|
"node": ">=10.13.0"
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
|
|
+ "node_modules/tailwindcss": {
|
|
|
|
|
+ "version": "4.1.18",
|
|
|
|
|
+ "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.1.18.tgz",
|
|
|
|
|
+ "integrity": "sha512-4+Z+0yiYyEtUVCScyfHCxOYP06L5Ne+JiHhY2IjR2KWMIWhJOYZKLSGZaP5HkZ8+bY0cxfzwDE5uOmzFXyIwxw==",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "license": "MIT"
|
|
|
|
|
+ },
|
|
|
"node_modules/typescript": {
|
|
"node_modules/typescript": {
|
|
|
"version": "5.9.3",
|
|
"version": "5.9.3",
|
|
|
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz",
|
|
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz",
|