simplify build script and add tinymce dependency

This commit is contained in:
marshal
2026-06-16 14:26:47 +03:00
parent 811225c05d
commit 3ca564f073
4 changed files with 89 additions and 4 deletions

View File

@@ -5,7 +5,7 @@
"type": "module",
"scripts": {
"dev": "vite --port 5183",
"build": "cd ./user-management-config && npm run build && tsc -b && vite build",
"build": "vite build",
"preview": "vite preview --port 5183",
"lint": "eslint src",
"test": "vitest run",
@@ -17,10 +17,10 @@
"dependencies": {
"@edr/types": "workspace:*",
"@edr/ui-common": "workspace:*",
"@hello-pangea/dnd": "^18.0.1",
"@mantine/core": "^9.3.0",
"@mantine/hooks": "^9.3.0",
"@tabler/icons-react": "^3.44.0",
"@hello-pangea/dnd": "^18.0.1",
"@tanstack/react-query": "^5.100.11",
"@tria-plc/iamui-common": "1.1.2",
"axios": "^1.7.7",
@@ -36,6 +36,7 @@
"recharts": "^3.8.1",
"sonner": "^2.0.7",
"tailwind-merge": "^3.6.0",
"tinymce": "^8.6.0",
"zustand": "^5.0.0"
},
"devDependencies": {

View File

@@ -0,0 +1,12 @@
{
"name": "user-management-host",
"version": "0.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "user-management-host",
"version": "0.0.0"
}
}
}