-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
161 lines (161 loc) · 5.33 KB
/
Copy pathpackage.json
File metadata and controls
161 lines (161 loc) · 5.33 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
151
152
153
154
155
156
157
158
159
160
161
{
"name": "@bpm/source",
"version": "0.0.0",
"license": "MIT",
"packageManager": "pnpm@10.33.0",
"scripts": {
"build": "nx run-many -t build",
"dev": "node --experimental-strip-types scripts/dev-supervisor.mts",
"dev:ctl": "node --experimental-strip-types scripts/dev-ctl.mts",
"dev:tmux": "sh scripts/dev-tmux.sh",
"dev:clean": "node --experimental-strip-types scripts/dev-clean.mts",
"api": "PORT=17603 nx serve api --tui=false",
"client": "nx dev client --port=17602 --tui=false",
"e2e:client": "playwright test -c apps/client-e2e/playwright.config.ts",
"lint": "nx run-many -t lint",
"test": "nx run-many -t test",
"typecheck": "nx run-many -t typecheck",
"typeorm": "typeorm-ts-node-commonjs -d libs/bpm-core/src/lib/database/data-source.ts",
"migration:run": "ts-node --compiler-options '{\"module\":\"commonjs\"}' libs/bpm-core/src/lib/database/migration-runner.ts run",
"migration:revert": "ts-node --compiler-options '{\"module\":\"commonjs\"}' libs/bpm-core/src/lib/database/migration-runner.ts revert",
"demo:reset": "ts-node --compiler-options '{\"module\":\"commonjs\"}' apps/api/tools/reset-demo-data.ts",
"staging:reset": "VAULT_PATH=bpm_core/staging ts-node --compiler-options '{\"module\":\"commonjs\"}' apps/api/tools/reset-demo-data.ts",
"prepare": "husky"
},
"private": true,
"devDependencies": {
"@arethetypeswrong/cli": "^0.16.4",
"@commitlint/cli": "^20.5.3",
"@commitlint/config-conventional": "^20.5.3",
"@eslint/js": "^9.8.0",
"@nestjs/schematics": "^11.0.0",
"@nestjs/testing": "^11.0.0",
"@next/eslint-plugin-next": "^16.2.6",
"@nx/eslint": "22.7.1",
"@nx/eslint-plugin": "22.7.1",
"@nx/jest": "22.7.1",
"@nx/js": "22.7.1",
"@nx/nest": "22.7.1",
"@nx/next": "22.7.1",
"@nx/node": "22.7.1",
"@nx/react": "22.7.1",
"@nx/web": "22.7.1",
"@nx/webpack": "22.7.1",
"@nx/workspace": "22.7.1",
"@playwright/test": "^1.59.1",
"@swc-node/register": "~1.11.1",
"@swc/cli": "~0.8.0",
"@swc/core": "~1.15.5",
"@swc/helpers": "~0.5.18",
"@testing-library/dom": "10.4.0",
"@testing-library/react": "16.3.0",
"@types/dagre": "^0.7.54",
"@types/express": "^5.0.6",
"@types/jest": "^30.0.0",
"@types/node": "20.19.9",
"@types/nodemailer": "^8.0.0",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@vitejs/plugin-react": "^6.0.2",
"babel-jest": "^30.0.2",
"clsx": "^2.1.1",
"eslint": "^9.8.0",
"eslint-config-next": "^16.2.6",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jsx-a11y": "6.10.1",
"eslint-plugin-prettier": "^5.5.5",
"eslint-plugin-react": "7.35.0",
"eslint-plugin-react-hooks": "5.0.0",
"husky": "^9.1.7",
"jest": "^30.0.2",
"jest-environment-jsdom": "^30.0.2",
"jest-environment-node": "^30.0.2",
"jest-util": "^30.0.2",
"jsonc-eslint-parser": "^2.1.0",
"lint-staged": "^16.4.0",
"nx": "22.7.1",
"prettier": "^3.8.3",
"publint": "^0.3.21",
"rollup-preserve-directives": "^1.1.3",
"sass": "1.99.0",
"ts-jest": "^29.4.0",
"ts-node": "10.9.1",
"tslib": "^2.3.0",
"typeorm-ts-node-commonjs": "^0.3.20",
"typescript": "~5.9.2",
"typescript-eslint": "^8.40.0",
"vite": "^8.0.14",
"vite-plugin-dts": "^5.0.1",
"vite-plugin-lib-inject-css": "^2.2.2",
"webpack-cli": "^5.1.4"
},
"dependencies": {
"@ai-sdk/openai": "^3.0.67",
"@ai-sdk/react": "^3.0.195",
"@apollo/server": "^5.5.0",
"@as-integrations/express5": "^1.1.2",
"@codemirror/lang-json": "^6.0.2",
"@codemirror/view": "^6.41.1",
"@hello-pangea/dnd": "18.0.1",
"@mezzanine-ui/core": "1.0.4",
"@mezzanine-ui/icons": "1.0.2",
"@mezzanine-ui/react": "1.1.0",
"@mezzanine-ui/system": "1.0.2",
"@nestjs/apollo": "^13.4.0",
"@nestjs/common": "^11.0.0",
"@nestjs/config": "^4.0.4",
"@nestjs/core": "^11.0.0",
"@nestjs/graphql": "^13.4.0",
"@nestjs/platform-express": "^11.0.0",
"@nestjs/typeorm": "^11.0.1",
"@rytass/secret-adapter-vault-nestjs": "^0.4.5",
"@rytass/storages": "^0.2.6",
"@rytass/storages-adapter-local": "^0.2.9",
"@uiw/react-codemirror": "^4.25.9",
"@xyflow/react": "^12.10.2",
"ai": "^6.0.193",
"cel-js": "^0.8.2",
"class-transformer": "^0.5.1",
"class-validator": "^0.15.1",
"dagre": "^0.8.5",
"graphql": "^16.13.2",
"handlebars": "^4.7.9",
"moment": "^2.30.1",
"next": "~16.2.6",
"nodemailer": "^8.0.7",
"pdfjs-dist": "5.4.296",
"pg": "^8.20.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-pdf": "^10.4.1",
"reflect-metadata": "^0.1.13",
"rxjs": "^7.8.0",
"typeorm": "^0.3.28"
},
"lint-staged": {
"*.{ts,tsx,js,jsx,mjs,cjs,json,md,scss,css}": "prettier --write"
},
"pnpm": {
"overrides": {
"@babel/plugin-transform-modules-systemjs": "7.29.4",
"axios": "1.15.2",
"brace-expansion@>=4.0.0 <5.0.5": "5.0.5",
"fast-uri": "3.1.2",
"follow-redirects": "1.16.0",
"lodash-es": "4.18.0",
"postcss": "8.5.10",
"yaml@>=2.0.0 <2.8.3": "2.8.3"
},
"onlyBuiltDependencies": [
"@apollo/protobufjs",
"@nestjs/core",
"@parcel/watcher",
"@swc/core",
"less",
"nx",
"sharp",
"unrs-resolver"
]
}
}