-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
131 lines (131 loc) · 4.38 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
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
{
"name": "miranum-ide",
"version": "0.6.0",
"license": "Apache-2.0",
"scripts": {
"build": "npx nx run-many --target build --all --prod && node tools/scripts/set-version.js && npm run doc",
"test": "npx nx run-many --target test --all --parallel --coverage --coverageReporters=clover",
"lint": "npx nx run-many --target lint --all --parallel",
"doc": "npx nx run-many --target generateDocs --parallel",
"generate-api": "openapi-generator-cli generate -i http://localhost:8090/v3/api-docs -g typescript-axios -o libs/miranum-core/src/lib/deployment/rest/openapi --additional-properties=supportsES6=true,withInterfaces=true"
},
"private": true,
"devDependencies": {
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@mdi/font": "^7.4.47",
"@mdi/js": "^7.4.47",
"@nx/esbuild": "19.8.3",
"@nx/eslint": "19.8.3",
"@nx/eslint-plugin": "19.8.3",
"@nx/jest": "19.8.3",
"@nx/js": "19.8.3",
"@nx/node": "19.8.3",
"@nx/react": "19.8.3",
"@nx/vite": "19.8.3",
"@nx/vue": "19.8.3",
"@nx/web": "19.8.3",
"@nx/webpack": "19.8.3",
"@nx/workspace": "19.8.3",
"@openapitools/openapi-generator-cli": "^2.13.12",
"@stylistic/eslint-plugin": "^2.8.0",
"@testing-library/react": "16.0.1",
"@types/jest": "^29.5.13",
"@types/lodash": "^4.17.9",
"@types/node": "20.x",
"@types/react": "18.3.10",
"@types/react-dom": "18.3.0",
"@types/uuid": "^10.0.0",
"@types/vscode": "^1.76.0",
"@types/vscode-webview": "^1.57.5",
"@typescript-eslint/eslint-plugin": "8.8.0",
"@typescript-eslint/parser": "8.8.0",
"@vitejs/plugin-react": "^4.3.1",
"@vitejs/plugin-vue": "^5.1.1",
"@vitest/coverage-v8": "2.1.2",
"@vitest/ui": "2.1.1",
"@volar/language-server": "2.4.5",
"@vscode/test-electron": "^2.4.1",
"@vue/eslint-config-prettier": "^9.0.0",
"@vue/eslint-config-typescript": "^13.0.0",
"@vue/language-server": "2.1.6",
"@vue/test-utils": "^2.4.6",
"@vue/vue3-jest": "^29.2.6",
"autoprefixer": "^10.4.19",
"babel-jest": "^29.7.0",
"esbuild": "^0.19.2",
"eslint": "^8.57.1",
"eslint-config-airbnb-typescript": "^18.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-cypress": "^3.5.0",
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-jsx-a11y": "^6.10.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.37.1",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-vue": "^9.28.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-environment-node": "^29.7.0",
"jest-serializer-vue": "^3.1.0",
"jest-transform-stub": "^2.0.0",
"jsdom": "^24.1.1",
"nx": "19.8.3",
"nx-cloud": "19.1.0",
"postcss": "8.4.40",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.8",
"sass": "^1.77",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"typescript": "5.5.4",
"unplugin-vue-components": "^0.27.4",
"vite": "^5.4.8",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-static-copy": "^1.0.6",
"vite-plugin-vuetify": "^2.0.4",
"vite-tsconfig-paths": "^5.0.1",
"vitest": "2.1.2",
"vue-tsc": "2.0.29"
},
"dependencies": {
"@backoffice-plus/formbuilder": "^0.0.50",
"@bpmn-io/form-js": "^1.10.1",
"@jsonforms/core": "3.3.0",
"@jsonforms/vue": "3.3.0",
"@jsonforms/vue-vanilla": "3.3.0",
"@jsonforms/vue-vuetify": "3.3.0-preview.0",
"@mui/icons-material": "^5.16.5",
"@mui/material": "^5.16.5",
"@svgr/webpack": "^8.1.0",
"@vscode/webview-ui-toolkit": "^1.4.0",
"@vueuse/core": "^10.11.0",
"axios": "^1.7.7",
"bpmn-js-properties-panel": "^5.25.0",
"bpmn-js-token-simulation": "^0.35.0",
"camunda-bpmn-js": "^4.20.1",
"camunda-dmn-moddle": "^1.3.0",
"colors": "^1.4.0",
"commander": "^12.1.0",
"core-js": "^3.38.1",
"dmn-js": "^16.8.0",
"dmn-js-properties-panel": "^3.5.2",
"lodash": "^4.17.21",
"min-dash": "^4.2.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"reflect-metadata": "^0.2.2",
"regenerator-runtime": "^0.14.1",
"squirrelly": "^9.1.0",
"tailwindcss": "3.4.7",
"tslib": "^2.7.0",
"tsyringe": "^4.8.0",
"uuid": "^10.0.0",
"vue": "^3.5.11",
"vue-json-pretty": "^2.4.0",
"vuetify": "^3.7.2",
"webpack-merge": "^6.0.1"
},
"packageManager": "yarn@4.5.0"
}