63 lines
2.5 KiB
JSON
63 lines
2.5 KiB
JSON
{
|
|
"name": "@govoplan/core-webui",
|
|
"version": "0.1.6",
|
|
"private": true,
|
|
"type": "module",
|
|
"main": "src/index.ts",
|
|
"module": "src/index.ts",
|
|
"types": "src/index.ts",
|
|
"exports": {
|
|
".": {
|
|
"types": "./src/index.ts",
|
|
"import": "./src/index.ts"
|
|
},
|
|
"./app": {
|
|
"types": "./src/app.ts",
|
|
"import": "./src/app.ts"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"dev": "vite --host 127.0.0.1 --port 5173",
|
|
"build": "tsc && vite build",
|
|
"preview": "vite preview --host 127.0.0.1 --port 4173",
|
|
"audit:i18n-structural": "node scripts/audit-i18n-structural.mjs",
|
|
"test:module-capabilities": "rm -rf .module-test-build && mkdir -p .module-test-build && printf '{\"type\":\"commonjs\"}\n' > .module-test-build/package.json && tsc -p tsconfig.module-tests.json && node .module-test-build/tests/module-capabilities.test.js && node .module-test-build/tests/privacy-policy.test.js",
|
|
"test:module-permutations": "node scripts/test-module-permutations.mjs",
|
|
"test:mail-components": "rm -rf .component-test-build && mkdir -p .component-test-build && printf '{\"type\":\"commonjs\"}\\n' > .component-test-build/package.json && tsc -p tsconfig.component-tests.json && node .component-test-build/tests/mail-components.test.js"
|
|
},
|
|
"dependencies": {
|
|
"@govoplan/access-webui": "file:../../govoplan-access/webui",
|
|
"@govoplan/admin-webui": "file:../../govoplan-admin/webui",
|
|
"@govoplan/calendar-webui": "file:../../govoplan-calendar/webui",
|
|
"@govoplan/campaign-webui": "file:../../govoplan-campaign/webui",
|
|
"@govoplan/dashboard-webui": "file:../../govoplan-dashboard/webui",
|
|
"@govoplan/docs-webui": "file:../../govoplan-docs/webui",
|
|
"@govoplan/files-webui": "file:../../govoplan-files/webui",
|
|
"@govoplan/idm-webui": "file:../../govoplan-idm/webui",
|
|
"@govoplan/mail-webui": "file:../../govoplan-mail/webui",
|
|
"@govoplan/organizations-webui": "file:../../govoplan-organizations/webui",
|
|
"@govoplan/ops-webui": "file:../../govoplan-ops/webui"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^19.0.2",
|
|
"@types/react-dom": "^19.0.2",
|
|
"@vitejs/plugin-react": "^4.3.4",
|
|
"lucide-react": "^1.23.0",
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0",
|
|
"react-router-dom": "^7.1.1",
|
|
"read-excel-file": "^9.2.0",
|
|
"typescript": "^5.7.2",
|
|
"vite": "^6.0.6"
|
|
},
|
|
"peerDependencies": {
|
|
"lucide-react": "^1.23.0",
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0",
|
|
"react-router-dom": "^7.1.1"
|
|
},
|
|
"allowScripts": {
|
|
"esbuild@0.25.12": true
|
|
}
|
|
}
|