forked from Vrun-design/openflowkit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
77 lines (77 loc) · 2.31 KB
/
package.json
File metadata and controls
77 lines (77 loc) · 2.31 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
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
{
"name": "openflowkit",
"private": true,
"version": "0.0.0",
"type": "module",
"homepage": "https://openflowkit.com",
"engines": {
"node": ">=18.0.0"
},
"scripts": {
"dev": "vite",
"build": "node scripts/generate-sitemap.js && tsc -b && vite build",
"predeploy": "npm run build",
"deploy": "gh-pages -d dist",
"preview": "vite preview",
"test": "vitest",
"build:lib": "vite build -c vite.lib.config.ts",
"build:lib:watch": "vite build -c vite.lib.config.ts --watch",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0"
},
"dependencies": {
"@google/genai": "^1.40.0",
"@types/react-syntax-highlighter": "^15.5.13",
"@types/tinycolor2": "^1.4.6",
"dagre": "0.8.5",
"elkjs": "^0.11.0",
"framer-motion": "^12.34.0",
"html-to-image": "^1.11.13",
"i18next": "^25.8.13",
"i18next-browser-languagedetector": "^8.2.1",
"i18next-http-backend": "^3.0.2",
"lucide-react": "^0.563.0",
"posthog-js": "^1.347.2",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-i18next": "^16.5.4",
"react-markdown": "9.0.1",
"react-router-dom": "^7.13.0",
"react-syntax-highlighter": "^16.1.0",
"reactflow": "^11.11.4",
"rehype-raw": "^7.0.0",
"rehype-slug": "^6.0.0",
"remark-breaks": "^4.0.0",
"remark-gfm": "4.0.0",
"remark-slug": "^7.0.1",
"tinycolor2": "^1.6.0",
"zustand": "^5.0.11"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.18",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@types/node": "^22.14.0",
"@typescript-eslint/eslint-plugin": "^8.55.0",
"@typescript-eslint/parser": "^8.55.0",
"@vitejs/plugin-react": "^5.1.4",
"autoprefixer": "^10.4.24",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"eslint": "^8.57.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.5",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^7.0.1",
"gh-pages": "^6.3.0",
"jsdom": "^28.0.0",
"postcss": "^8.5.6",
"prettier": "^3.8.1",
"tailwind-merge": "^3.4.1",
"tailwindcss": "^4.1.18",
"tailwindcss-animate": "^1.0.7",
"typescript": "~5.8.2",
"vite": "^6.2.0",
"vite-plugin-dts": "^3.9.1",
"vitest": "^4.0.18"
}
}