@shawnstack/quickforge 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 +1 -34
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@shawnstack/quickforge",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.2",
|
|
4
4
|
"description": "AI chat application with YOLO-mode local workspace tools. React + Vite + Tailwind CSS frontend, local Node.js storage server.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ai",
|
|
@@ -41,41 +41,8 @@
|
|
|
41
41
|
"LICENSE",
|
|
42
42
|
"package.json"
|
|
43
43
|
],
|
|
44
|
-
"scripts": {
|
|
45
|
-
"dev": "node server/index.mjs --dev",
|
|
46
|
-
"dev:web": "vite --host 127.0.0.1 --port 5176 --strictPort",
|
|
47
|
-
"build": "tsc -b && vite build",
|
|
48
|
-
"lint": "eslint .",
|
|
49
|
-
"start": "node server/index.mjs",
|
|
50
|
-
"preview": "node server/index.mjs"
|
|
51
|
-
},
|
|
52
44
|
"dependencies": {
|
|
53
45
|
"@mariozechner/pi-agent-core": "^0.70.5",
|
|
54
46
|
"@mariozechner/pi-ai": "^0.70.5"
|
|
55
|
-
},
|
|
56
|
-
"devDependencies": {
|
|
57
|
-
"@eslint/js": "^10.0.1",
|
|
58
|
-
"@mariozechner/mini-lit": "^0.2.1",
|
|
59
|
-
"@mariozechner/pi-web-ui": "^0.70.5",
|
|
60
|
-
"@tailwindcss/vite": "^4.2.4",
|
|
61
|
-
"@types/node": "^24.12.2",
|
|
62
|
-
"@types/react": "^19.2.14",
|
|
63
|
-
"@types/react-dom": "^19.2.3",
|
|
64
|
-
"@vitejs/plugin-react": "^6.0.1",
|
|
65
|
-
"class-variance-authority": "^0.7.1",
|
|
66
|
-
"clsx": "^2.1.1",
|
|
67
|
-
"eslint": "^10.2.1",
|
|
68
|
-
"eslint-plugin-react-hooks": "^7.1.1",
|
|
69
|
-
"eslint-plugin-react-refresh": "^0.5.2",
|
|
70
|
-
"globals": "^17.5.0",
|
|
71
|
-
"lit": "^3.3.2",
|
|
72
|
-
"lucide-react": "^1.11.0",
|
|
73
|
-
"react": "^19.2.5",
|
|
74
|
-
"react-dom": "^19.2.5",
|
|
75
|
-
"tailwind-merge": "^3.5.0",
|
|
76
|
-
"tailwindcss": "^4.2.4",
|
|
77
|
-
"typescript": "~6.0.2",
|
|
78
|
-
"typescript-eslint": "^8.58.2",
|
|
79
|
-
"vite": "^8.0.10"
|
|
80
47
|
}
|
|
81
48
|
}
|