froggo-mission-control 1.2.1 → 1.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "froggo-mission-control",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.2",
|
|
4
4
|
"description": "Self-hosted AI agent platform for Claude Code CLI. Multi-agent orchestration, task management, Gmail, Calendar, Kanban and more.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"claude",
|
|
@@ -104,6 +104,9 @@
|
|
|
104
104
|
"lucide-react": "^0.303.0",
|
|
105
105
|
"next": "^16.1.6",
|
|
106
106
|
"node-gyp": "^12.2.0",
|
|
107
|
+
"postcss": "^8.4.32",
|
|
108
|
+
"autoprefixer": "^10.4.16",
|
|
109
|
+
"tailwindcss": "3.4.17",
|
|
107
110
|
"react": "^18.2.0",
|
|
108
111
|
"react-dom": "^18.2.0",
|
|
109
112
|
"react-draggable": "^4.5.0",
|
|
@@ -133,7 +136,6 @@
|
|
|
133
136
|
"@typescript-eslint/parser": "^8.0.0",
|
|
134
137
|
"@vitejs/plugin-react": "^5.1.4",
|
|
135
138
|
"@vitest/ui": "^4.0.18",
|
|
136
|
-
"autoprefixer": "^10.4.16",
|
|
137
139
|
"eslint": "^8.56.0",
|
|
138
140
|
"eslint-config-prettier": "^9.1.0",
|
|
139
141
|
"eslint-plugin-jsx-a11y": "^6.10.2",
|
|
@@ -142,9 +144,7 @@
|
|
|
142
144
|
"happy-dom": "^20.4.0",
|
|
143
145
|
"jsdom": "^27.4.0",
|
|
144
146
|
"playwright": "^1.58.0",
|
|
145
|
-
"postcss": "^8.4.32",
|
|
146
147
|
"prettier": "^3.2.0",
|
|
147
|
-
"tailwindcss": "^3.4.0",
|
|
148
148
|
"typescript": "^5.3.3",
|
|
149
149
|
"vitest": "^4.0.18",
|
|
150
150
|
"ws": "^8.19.0"
|