forked from muzafferkadir/appletflow
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.21 KB
/
Copy pathpackage.json
File metadata and controls
50 lines (50 loc) · 1.21 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
{
"name": "appletflow",
"version": "0.1.0",
"description": "Build AI-Powered Micro Apps with Visual Workflows - An open-source workflow builder for creating standalone AI applications",
"keywords": [
"ai",
"micro-apps",
"workflow",
"visual-builder",
"react-flow",
"nextjs"
],
"repository": {
"type": "git",
"url": "https://github.com/muzafferkadir/appletflow.git"
},
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.864.0",
"clsx": "^2.1.1",
"jszip": "^3.10.1",
"lucide-react": "^0.468.0",
"next": "14.2.19",
"react": "^18",
"react-dom": "^18",
"react-hot-toast": "^2.5.2",
"react-resizable-panels": "^2.1.7",
"reactflow": "^11.11.4",
"uuid": "^11.0.3"
},
"devDependencies": {
"@eslint/eslintrc": "^3.2.0",
"@tailwindcss/postcss": "^4.0.0",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/uuid": "^10.0.0",
"autoprefixer": "^10.4.21",
"eslint": "^8",
"eslint-config-next": "14.2.19",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}