-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
79 lines (79 loc) · 2.29 KB
/
package.json
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"name": "rewst-workflow-viewer",
"private": true,
"version": "1.0.0",
"description": "A specialized visualization tool for Rewst workflow templates",
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/username/workflow-vizualizer.git"
},
"keywords": [
"rewst",
"workflow",
"visualization",
"react",
"typescript",
"reactflow",
"automation"
],
"author": "Your Name <your.email@example.com>",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/username/workflow-vizualizer/issues"
},
"homepage": "https://github.com/username/workflow-vizualizer#readme",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint .",
"preview": "vite preview",
"audit": "npm audit",
"audit:fix": "npm audit fix",
"docs": "echo 'Open docs/README.md in your browser to view documentation'",
"clean": "rm -rf node_modules/.cache dist"
},
"dependencies": {
"@radix-ui/react-collapsible": "^1.1.3",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-hover-card": "^1.0.7",
"@radix-ui/react-icons": "^1.3.2",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-navigation-menu": "^1.2.5",
"@radix-ui/react-scroll-area": "^1.2.3",
"@radix-ui/react-slot": "^1.1.2",
"@radix-ui/react-tabs": "^1.1.3",
"@radix-ui/react-tooltip": "^1.0.7",
"@reactflow/node-resizer": "^2.1.1",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"html-to-image": "^1.11.11",
"lucide-react": "^0.344.0",
"node-fetch": "^3.3.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-markdown": "^10.0.0",
"reactflow": "^11.10.4",
"tailwind-merge": "^2.2.1",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@eslint/js": "^9.9.1",
"@shadcn/ui": "^0.0.4",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"autoprefixer": "^10.4.18",
"eslint": "^9.9.1",
"eslint-plugin-react-hooks": "^5.1.0-rc.0",
"eslint-plugin-react-refresh": "^0.4.11",
"globals": "^15.9.0",
"postcss": "^8.4.35",
"postcss-nesting": "^12.0.4",
"shadcn-ui": "^0.9.4",
"tailwindcss": "^3.4.1",
"typescript": "^5.5.3",
"typescript-eslint": "^8.3.0",
"vite": "^5.4.2"
}
}