-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·37 lines (37 loc) · 1.16 KB
/
package.json
File metadata and controls
executable file
·37 lines (37 loc) · 1.16 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "quantum-fractal-ai-editor",
"version": "0.1.0",
"private": true,
"description": "A futuristic code editor empowered by the Gemini API for advanced code analysis, generation, and optimization. Features multi-agent consensus, search grounding for up-to-date information, and a high-performance, visually rich interface.",
"main": "index.tsx",
"scripts": {
"lint": "eslint . --ext .ts,.tsx"
},
"dependencies": {
"@google/genai": "^1.28.0",
"@vitejs/plugin-react": "^5.1.1",
"cors": "^2.8.5",
"express": "^5.2.1",
"gsap": "^3.9.1",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"react-plugin": "^3.0.0-alpha.4",
"sqlite": "^5.1.1",
"sqlite3": "^5.1.7",
"vite": "^7.2.2"
},
"devDependencies": {
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.13.1",
"@typescript-eslint/parser": "^7.13.1",
"eslint": "^8.57.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.2",
"eslint-plugin-react-hooks": "^4.6.2",
"prettier": "^3.3.2",
"tailwindcss": "^3.4.4",
"tsx": "^4.16.2",
"typescript": "^5.4.5"
}
}