forked from lemoncloud-io/eureka-flow
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
150 lines (150 loc) · 5.82 KB
/
Copy pathpackage.json
File metadata and controls
150 lines (150 loc) · 5.82 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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
{
"name": "@flows/source",
"version": "0.69.0",
"license": "Apache-2.0",
"private": true,
"scripts": {
"prepare": "husky",
"clean:cache": "(rm -rf ./node_modules/.vite ./node_modules/.cache || true) && (rm -rf ./.nx || true)",
"lint": "npx nx run-many --target=lint",
"lint:fix": "npx nx run-many --target=lint --fix",
"prettier": "prettier --config ./.prettierrc --write \"**/*.{js,jsx,ts,json,tsx,scss,css,html}\"",
"prettier:staged": "prettier --config ./.prettierrc --write $(git diff --name-only --cached --diff-filter=AM | egrep '^(.*).(.ts*|.js*|.html|.json|.css|.scss)$')",
"build:all:dev": "npx nx run-many --target=build --configuration=dev --all",
"build:all:prod": "npx nx run-many --target=build --configuration=prod --all",
"graph": "nx graph",
"engine:demo": "esbuild libs/engine/src/cli/main.ts --bundle --platform=node --format=esm --target=node22 --outfile=dist/engine-cli/demo.mjs && node dist/engine-cli/demo.mjs",
"agent:terminal": "node libs/agent/src/cli/build.mjs && node --env-file-if-exists=.env.local dist/agent-cli/terminal.mjs",
"!web": "------------- web scripts -------------",
"web:start": "yarn clean:cache && npx nx serve web --port 3000",
"web:build": "npx nx build web",
"web:build:dev": "yarn clean:cache && npx nx build web -- --mode dev",
"web:build:prod": "yarn clean:cache && npx nx build web -- --mode prod",
"web:test": "npx nx test web",
"web:deploy": "./scripts/deploy-web.sh",
"web:deploy:dev": "./scripts/deploy-web.sh dev",
"web:deploy:prod": "./scripts/deploy-web.sh prod",
"!admin": "------------- admin scripts -------------",
"admin:start": "npx nx serve admin --port 3001",
"admin:build": "npx nx build admin",
"admin:build:dev": "yarn clean:cache && npx nx build admin -- --mode dev",
"admin:build:prod": "yarn clean:cache && npx nx build admin -- --mode prod",
"admin:test": "npx nx test admin",
"admin:deploy": "./scripts/deploy-admin.sh",
"admin:deploy:dev": "./scripts/deploy-admin.sh dev",
"admin:deploy:prod": "./scripts/deploy-admin.sh prod"
},
"dependencies": {
"@hookform/resolvers": "^3.9.1",
"@lemoncloud/lemon-web-core": "^1.5.0",
"@radix-ui/react-accordion": "^1.2.1",
"@radix-ui/react-alert-dialog": "^1.1.2",
"@radix-ui/react-avatar": "^1.1.1",
"@radix-ui/react-checkbox": "^1.1.4",
"@radix-ui/react-collapsible": "^1.1.0",
"@radix-ui/react-dialog": "^1.1.6",
"@radix-ui/react-dropdown-menu": "^2.1.4",
"@radix-ui/react-label": "^2.1.2",
"@radix-ui/react-popover": "^1.1.6",
"@radix-ui/react-radio-group": "^1.2.0",
"@radix-ui/react-scroll-area": "^1.2.1",
"@radix-ui/react-select": "^2.1.6",
"@radix-ui/react-separator": "^1.1.2",
"@radix-ui/react-slot": "^1.1.2",
"@radix-ui/react-switch": "^1.1.2",
"@radix-ui/react-tabs": "^1.1.0",
"@radix-ui/react-toast": "^1.2.14",
"@radix-ui/react-toggle": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.6",
"@tanstack/react-query": "^5.62.2",
"@tanstack/react-query-devtools": "^5.62.2",
"@uiw/react-json-view": "^2.0.0-alpha.41",
"axios": "^1.8.2",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "1.0.0",
"date-fns": "^4.1.0",
"driver.js": "^1.4.0",
"html-to-image": "^1.11.13",
"i18next": "^25.7.4",
"i18next-browser-languagedetector": "^8.0.3",
"i18next-chained-backend": "^4.6.2",
"i18next-http-backend": "^3.0.2",
"i18next-localstorage-backend": "^4.2.0",
"i18next-resources-to-backend": "^1.2.1",
"lemon-model": "^1.2.3",
"lottie-react": "^2.4.1",
"lucide-react": "^0.465.0",
"motion": "^12.38.0",
"next-themes": "^0.4.6",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"react-error-boundary": "^4.1.2",
"react-helmet-async": "^2.0.5",
"react-hook-form": "^7.54.2",
"react-i18next": "^16.5.2",
"react-image-crop": "^11.0.10",
"react-markdown": "^10.1.0",
"react-router-dom": "6.11.2",
"reagraph": "^4.30.8",
"remark-gfm": "^4.0.1",
"sonner": "^2.0.5",
"tailwind-merge": "^2.5.5",
"tailwindcss-animate": "^1.0.7",
"zustand": "^5.0.2"
},
"devDependencies": {
"@commitlint/cli": "^19.6.0",
"@commitlint/config-conventional": "^19.6.0",
"@eslint/js": "^9.8.0",
"@lemoncloud/eureka-flows-api": "^0.26.609",
"@lemoncloud/eureka-sockets-api": "^0.26.412",
"@nx/eslint": "22.3.3",
"@nx/eslint-plugin": "22.3.3",
"@nx/jest": "22.3.3",
"@nx/js": "22.3.3",
"@nx/react": "22.3.3",
"@nx/vite": "22.3.3",
"@nx/web": "22.3.3",
"@nx/workspace": "22.3.3",
"@swc-node/register": "~1.9.1",
"@swc/cli": "~0.6.0",
"@swc/core": "~1.5.7",
"@swc/helpers": "~0.5.11",
"@testing-library/react": "15.0.6",
"@types/node": "20.19.9",
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.6",
"@vitejs/plugin-react": "^4.2.0",
"@vitest/coverage-v8": "4.0.16",
"@vitest/ui": "^4.0.0",
"autoprefixer": "^10.4.20",
"eslint": "^9.8.0",
"eslint-config-prettier": "^10.0.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jsx-a11y": "6.10.1",
"eslint-plugin-react": "7.35.0",
"eslint-plugin-react-hooks": "5.0.0",
"eslint-plugin-unused-imports": "^4.1.4",
"husky": "^9.1.7",
"jiti": "2.4.2",
"jsdom": "~22.1.0",
"lint-staged": "^15.2.0",
"nx": "22.3.3",
"postcss": "8.4.38",
"prettier": "~3.6.2",
"tailwindcss": "3.4.3",
"terser": "^5.37.0",
"tslib": "^2.3.0",
"typescript": "~5.9.2",
"typescript-eslint": "^8.40.0",
"vite": "^7.0.0",
"vite-plugin-svgr": "^4.3.0",
"vitest": "^4.0.0"
},
"workspaces": [
"apps/*",
"libs/*"
],
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}