83 lines
2.3 KiB
JSON
83 lines
2.3 KiB
JSON
{
|
|
"name": "multi-cloud-orchestration-portal",
|
|
"version": "1.0.0",
|
|
"description": "Enhanced Multi-Cloud Orchestration Portal - TypeScript/Node.js",
|
|
"main": "dist/server.js",
|
|
"scripts": {
|
|
"build": "tsc && vite build",
|
|
"build:server": "tsc",
|
|
"build:client": "vite build",
|
|
"start": "node dist/server.js",
|
|
"dev": "concurrently \"ts-node-dev --respawn --transpile-only src/server.ts\" \"vite\"",
|
|
"dev:server": "ts-node-dev --respawn --transpile-only src/server.ts",
|
|
"dev:client": "vite",
|
|
"watch": "tsc --watch",
|
|
"lint": "eslint src --ext .ts",
|
|
"type-check": "tsc --noEmit",
|
|
"preview": "vite preview",
|
|
"test": "jest",
|
|
"test:watch": "jest --watch",
|
|
"test:coverage": "jest --coverage"
|
|
},
|
|
"keywords": [
|
|
"multi-cloud",
|
|
"orchestration",
|
|
"kubernetes",
|
|
"terraform"
|
|
],
|
|
"author": "",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/socket.io-client": "^3.0.0",
|
|
"@vueuse/core": "^14.0.0",
|
|
"better-sqlite3": "^9.2.2",
|
|
"cors": "^2.8.5",
|
|
"dotenv": "^16.3.1",
|
|
"ejs": "^3.1.9",
|
|
"express": "^4.18.2",
|
|
"jsonwebtoken": "^9.0.2",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"react-router-dom": "^6.22.3",
|
|
"socket.io": "^4.8.1",
|
|
"socket.io-client": "^4.8.1",
|
|
"vue": "^3.4.21",
|
|
"vue-router": "^4.3.0",
|
|
"yaml": "^2.8.1"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/forms": "^0.5.7",
|
|
"@tailwindcss/typography": "^0.5.13",
|
|
"@types/better-sqlite3": "^7.6.8",
|
|
"@types/cors": "^2.8.17",
|
|
"@types/ejs": "^3.1.5",
|
|
"@types/express": "^4.17.21",
|
|
"@types/jest": "^30.0.0",
|
|
"@types/jsonwebtoken": "^9.0.5",
|
|
"@types/node": "^20.10.6",
|
|
"@types/react": "^18.3.3",
|
|
"@types/react-dom": "^18.3.0",
|
|
"@types/supertest": "^6.0.3",
|
|
"@typescript-eslint/eslint-plugin": "^6.17.0",
|
|
"@typescript-eslint/parser": "^6.17.0",
|
|
"@vitejs/plugin-react": "^4.2.1",
|
|
"@vitejs/plugin-vue": "^5.0.4",
|
|
"autoprefixer": "^10.4.18",
|
|
"concurrently": "^8.2.2",
|
|
"eslint": "^8.56.0",
|
|
"jest": "^30.2.0",
|
|
"postcss": "^8.4.35",
|
|
"supertest": "^7.1.4",
|
|
"tailwindcss": "^3.4.1",
|
|
"ts-jest": "^29.4.5",
|
|
"ts-node-dev": "^2.0.0",
|
|
"typescript": "^5.3.3",
|
|
"vite": "^5.1.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0",
|
|
"pnpm": ">=8.0.0"
|
|
},
|
|
"packageManager": "pnpm@8.15.0"
|
|
}
|