API-Explorer-II/package.json

108 lines
3.3 KiB
JSON
Raw Normal View History

2023-03-29 15:22:33 +00:00
{
"name": "api-explorer",
"version": "1.1.3",
2023-03-29 15:22:33 +00:00
"private": true,
2025-02-10 10:58:51 +00:00
"types": [
"jest"
2025-02-10 10:58:51 +00:00
],
2023-03-29 15:22:33 +00:00
"scripts": {
2023-04-20 06:04:46 +00:00
"dev": "vite & ts-node server/app.ts",
2023-04-03 15:44:41 +00:00
"build": "run-p build-only",
2023-05-05 07:09:16 +00:00
"build-server": "tsc --project tsconfig.server.json",
2023-03-29 15:22:33 +00:00
"preview": "vite preview",
2025-03-05 13:16:04 +00:00
"test": "vitest",
2023-03-29 15:22:33 +00:00
"build-only": "vite build",
"type-check": "vue-tsc --noEmit -p tsconfig.vitest.json --composite false",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
"format": "prettier --write src/ server/",
"test:integration": "vitest run --config vitest.integration.config.js",
"test:integration:watch": "vitest --config vitest.integration.config.js",
"test:integration:ui": "vitest --ui --config vitest.integration.config.js"
2023-03-29 15:22:33 +00:00
},
"dependencies": {
"@element-plus/icons-vue": "^2.1.0",
"@fontsource/roboto": "^5.0.0",
2023-05-01 09:46:18 +00:00
"@highlightjs/vue-plugin": "^2.1.0",
2025-02-20 15:45:19 +00:00
"@types/node-fetch": "^2.6.12",
"ai": "^4.1.43",
"axios": "^1.7.4",
"cheerio": "^1.0.0",
2023-04-20 06:04:46 +00:00
"class-transformer": "^0.5.1",
"class-validator": "^0.14.0",
2024-05-07 16:06:51 +00:00
"connect-redis": "^7.1.1",
"dotenv": "^16.3.1",
"element-plus": "^2.3.9",
"express": "^4.21.0",
2023-04-20 06:04:46 +00:00
"express-session": "^1.17.3",
"highlight.js": "^11.8.0",
2025-01-21 14:50:41 +00:00
"json-editor-vue": "^0.17.3",
2024-07-24 09:38:43 +00:00
"jsonwebtoken": "^9.0.2",
2025-02-26 17:22:36 +00:00
"langchain": "^0.3.19",
2024-05-26 16:39:30 +00:00
"markdown-it": "^14.1.0",
2025-02-20 15:45:19 +00:00
"node-fetch": "^2.6.7",
2023-04-20 06:04:46 +00:00
"oauth": "^0.10.0",
"obp-api-typescript": "^1.0.1",
"obp-typescript": "^1.0.36",
"pinia": "^2.0.37",
2024-05-26 16:39:30 +00:00
"prismjs": "^1.29.0",
2024-10-15 08:14:20 +00:00
"redis": "^4.6.13",
2023-04-20 06:04:46 +00:00
"reflect-metadata": "^0.1.13",
"routing-controllers": "^0.10.4",
2024-10-15 08:14:20 +00:00
"socket.io": "^4.7.5",
"socket.io-client": "^4.7.5",
2023-04-20 06:04:46 +00:00
"typedi": "^0.10.0",
2024-05-27 13:57:24 +00:00
"uuid": "^9.0.1",
2025-01-21 14:50:41 +00:00
"vanilla-jsoneditor": "^2.3.3",
"vue": "^3.5.1",
"vue-i18n": "^9.4.0",
"vue-json-pretty": "^2.4.0",
"vue-router": "^4.2.2",
2024-08-05 16:13:36 +00:00
"vue-socket.io": "^3.0.10",
2024-10-15 08:14:20 +00:00
"ws": "^8.18.0"
2023-03-29 15:22:33 +00:00
},
"devDependencies": {
2025-02-21 15:48:34 +00:00
"@ai-sdk/vue": "^1.1.18",
"@playwright/test": "^1.56.1",
"@rushstack/eslint-patch": "^1.4.0",
2025-02-26 12:01:37 +00:00
"@testing-library/vue": "^8.1.0",
"@types/jest": "^29.5.14",
"@types/jsdom": "^21.1.7",
2024-07-24 09:38:43 +00:00
"@types/jsonwebtoken": "^9.0.6",
2024-10-15 08:14:20 +00:00
"@types/markdown-it": "^14.1.1",
"@types/node": "^20.5.7",
2025-03-07 16:21:10 +00:00
"@types/oauth": "^0.9.6",
2025-03-26 09:36:58 +00:00
"@types/prismjs": "^1.26.5",
"@vitejs/plugin-vue": "^4.6.2",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"@vue/eslint-config-prettier": "^9.0.0",
"@vue/eslint-config-typescript": "^14.0.0",
"@vue/test-utils": "^2.4.0",
2023-03-29 15:22:33 +00:00
"@vue/tsconfig": "^0.1.3",
"eslint": "^9.15.0",
"eslint-plugin-vue": "^9.12.0",
2025-02-26 12:01:37 +00:00
"happy-dom": "^17.1.4",
2025-02-10 10:58:51 +00:00
"jest": "^29.7.0",
"jsdom": "^25.0.1",
2025-02-14 17:27:55 +00:00
"node-mocks-http": "^1.16.2",
"npm-run-all2": "^7.0.1",
"playwright": "^1.56.1",
"prettier": "^3.0.1",
"superagent": "^9.0.0",
"supertest": "^7.0.0",
2025-02-10 10:58:51 +00:00
"ts-jest": "^29.2.5",
2023-04-20 06:04:46 +00:00
"ts-node": "^10.9.1",
"typescript": "~5.2.2",
"unplugin-auto-import": "^0.18.0",
"unplugin-element-plus": "^0.8.0",
"unplugin-vue-components": "^0.27.0",
"vite": "^4.4.0",
"vite-plugin-node-polyfills": "^0.10.0",
"vite-plugin-rewrite-all": "^1.0.2",
2025-02-26 12:01:37 +00:00
"vitest": "^0.34.6",
"vue-tsc": "^2.0.0"
2025-02-26 17:22:36 +00:00
},
"overrides": {
"@langchain/core": "0.1.5"
2023-03-29 15:22:33 +00:00
}
}