Files
QuantEngineByItz/oms-wms-erp/package.json
T
kjh2064 b34b0dd7d6
Validators (Pushes and Pull Requests) / UI & Storage Validation (pull_request) Failing after 12s
Validators (Pushes and Pull Requests) / Database & Schema Validation (pull_request) Successful in 13s
Validators (Pushes and Pull Requests) / Core Validators & Database Setup (pull_request) Failing after 28s
Validators (Pushes and Pull Requests) / WBS & Audit Validations (pull_request) Has been skipped
Validators (Pushes and Pull Requests) / .NET Contracts (pull_request) Has been skipped
Validators (Pushes and Pull Requests) / Calibration & Performance (pull_request) Has been skipped
Validators (Pushes and Pull Requests) / Operational Report & Decision Packet (pull_request) Has been skipped
Validators (Pushes and Pull Requests) / CI Workflow Lint (pull_request) Failing after 10s
Validators (Pushes and Pull Requests) / Security & Secrets (pull_request) Successful in 12s
Validators (Pushes and Pull Requests) / Notify PR Results (pull_request) Successful in 2s
Frontend CI Pipeline / ci-frontend-8-steps (pull_request) Failing after 2m50s
Add OMS WMS ERP platform
2026-07-27 00:45:39 +09:00

49 lines
1.4 KiB
JSON

{
"name": "oms-wms-erp",
"version": "1.0.0",
"type": "module",
"description": "OMS·WMS·ERP Commercialization Platform",
"scripts": {
"dev": "vite",
"build": "vite build",
"test:build": "vite build --outDir dist-test",
"preview": "vite preview",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts",
"test": "vitest",
"test:unit": "vitest run",
"test:integration": "vitest run tests/integration",
"test:e2e": "playwright test",
"test:coverage": "vitest run --coverage",
"type-check": "vue-tsc --noEmit",
"docker:build": "docker build -t oms-wms-erp:latest .",
"docker:run": "docker run -p 5173:5173 --env-file .env.production oms-wms-erp:latest",
"start": "node server.js"
},
"dependencies": {
"@vueuse/core": "^10.11.0",
"axios": "^1.7.0",
"bootstrap": "^5.3.0",
"pinia": "^2.2.0",
"vue": "^3.4.0",
"vue-router": "^4.3.0",
"zod": "^4.4.3"
},
"devDependencies": {
"@playwright/test": "^1.48.0",
"@typescript-eslint/eslint-plugin": "^7.16.0",
"@typescript-eslint/parser": "^7.16.0",
"@vitejs/plugin-vue": "^5.1.0",
"@vue/test-utils": "^2.4.0",
"eslint": "^9.11.0",
"eslint-plugin-vue": "^9.31.0",
"rollup-plugin-visualizer": "^5.12.0",
"typescript": "^5.4.0",
"vite": "^5.2.0",
"vitest": "^2.1.0",
"vue-tsc": "^1.8.0"
},
"engines": {
"node": ">=18.0.0"
}
}