forked from Justmalhar/OpenResearch
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.16 KB
/
Copy pathpackage.json
File metadata and controls
46 lines (46 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
38
39
40
41
42
43
44
45
46
{
"name": "@aldoyh/open-research",
"private": true,
"version": "0.5.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint .",
"preview": "vite preview",
"test": "vitest"
},
"dependencies": {
"@vercel/analytics": "^1.5.0",
"better-scroll": "^2.5.1",
"file-saver": "^2.0.5",
"framer-motion": "^12.23.12",
"gsap": "^3.13.0",
"lucide-react": "^0.469.0",
"openai": "^4.104.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-markdown": "^9.1.0",
"sqlite3": "^5.1.7"
},
"devDependencies": {
"@eslint/js": "^9.30.1",
"@tailwindcss/typography": "^0.5.16",
"@types/file-saver": "^2.0.7",
"@types/react": "^18.3.23",
"@types/react-dom": "^18.3.7",
"@vitejs/plugin-react": "^4.6.0",
"autoprefixer": "^10.4.21",
"better-sqlite3": "^9.6.0",
"eslint": "^9.30.1",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.20",
"globals": "^15.15.0",
"postcss": "^8.5.6",
"tailwindcss": "^3.4.17",
"typescript": "^5.8.3",
"typescript-eslint": "^8.35.1",
"vite": "^5.4.19",
"vitest": "^2.1.9"
}
}