-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.5 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.5 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
47
48
49
50
51
{
"name": "Frida",
"version": "0.2.0",
"private": true,
"scripts": {
"fastapi-dev": "pip3 install -r requirements.txt && python -m uvicorn api.index:app --reload",
"next-dev": "next dev",
"dev": "concurrently \"npm run next-dev\" \"npm run fastapi-dev\"",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@radix-ui/react-dialog": "^1.1.6",
"@radix-ui/react-dropdown-menu": "^2.1.6",
"@radix-ui/react-icons": "^1.3.2",
"@radix-ui/react-navigation-menu": "^1.2.5",
"@radix-ui/react-progress": "^1.1.2",
"@radix-ui/react-slot": "^1.1.2",
"@radix-ui/react-tabs": "^1.1.3",
"@radix-ui/react-tooltip": "^1.1.8",
"@types/node": "22.5.5",
"@types/react": "18.3.8",
"@types/react-dom": "18.3.0",
"@vercel/analytics": "^1.5.0",
"autoprefixer": "10.4.20",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"concurrently": "^9.0.1",
"eslint": "8.41.0",
"eslint-config-next": "13.4.4",
"framer-motion": "^12.5.0",
"lucide-react": "^0.475.0",
"next": "^14.2.35",
"next-themes": "^0.4.4",
"pdf-parse": "^1.1.1",
"postcss": "^8.4.47",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-dropzone": "^14.3.5",
"sonner": "^1.7.4",
"tailwind-merge": "^3.0.1",
"tailwindcss": "3.4.12",
"tailwindcss-animate": "^1.0.7",
"typescript": "5.6.2",
"web-streams-polyfill": "^4.1.0"
},
"devDependencies": {
"@types/pdf-parse": "^1.1.4"
}
}