Files
sealos/frontend/providers/cloudserver/package.json
T
Nixieboluo adbd0b3861 feat(shared): unified quota check and session management utilities (#6285)
* feat(shared): create shared package for logic deduping

Signed-off-by: Nixieboluo <me@sagirii.me>

feat(desktop): very first migration of quota checking

Signed-off-by: Nixieboluo <me@sagirii.me>

refactor(desktop): initialize quota store in entry file

Signed-off-by: Nixieboluo <me@sagirii.me>

fix(shared): support SSR in quota checking

Signed-off-by: Nixieboluo <me@sagirii.me>

chore(shared): tweaks to jsdocs

Signed-off-by: Nixieboluo <me@sagirii.me>

fix(terminal): transpile internal packages to bulid correctly

Signed-off-by: Nixieboluo <me@sagirii.me>

* chore(frontend): refresh package lock

Signed-off-by: Nixieboluo <me@sagirii.me>

* feat(terminal): disallow closing the quota check prompt

Signed-off-by: Nixieboluo <me@sagirii.me>

* chore(shared): tweak peer deps

Signed-off-by: Nixieboluo <me@sagirii.me>

* chore(frontend): upgrade to react 18.3.1

Signed-off-by: Nixieboluo <me@sagirii.me>

* refactor(shared): use context to provide session getter

Signed-off-by: Nixieboluo <me@sagirii.me>

* refactor(frontend): use new session checking context

Signed-off-by: Nixieboluo <me@sagirii.me>

* chore(frontend): unify react type version

Signed-off-by: Nixieboluo <me@sagirii.me>

* chore(frontend): update package lock

Signed-off-by: Nixieboluo <me@sagirii.me>

* chore(costcenter): clean up

Signed-off-by: Nixieboluo <me@sagirii.me>

* fix(shared): tailwind components search path

Signed-off-by: Nixieboluo <me@sagirii.me>

* feat(client-sdk): support reading host config

Signed-off-by: Nixieboluo <me@sagirii.me>

* chore(frontend): eliminate react 18.2 completely

Signed-off-by: Nixieboluo <me@sagirii.me>

* fix(shared): ensure sealos sdk correctly loaded

Signed-off-by: Nixieboluo <me@sagirii.me>

* fix(shared): temp workaround for sealosApp instance inconsistency

Signed-off-by: Nixieboluo <me@sagirii.me>

* refactor(frontend): hide upgrade plan prompt in forms

Signed-off-by: Nixieboluo <me@sagirii.me>

---------

Signed-off-by: Nixieboluo <me@sagirii.me>
2025-12-26 10:43:00 +08:00

74 lines
2.0 KiB
JSON

{
"name": "cloudserver",
"private": true,
"version": "0.1.0",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@chakra-ui/anatomy": "^2.2.1",
"@chakra-ui/icons": "^2.1.1",
"@chakra-ui/next-js": "^2.1.5",
"@chakra-ui/react": "^2.8.1",
"@chakra-ui/system": "^2.6.1",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@kubernetes/client-node": "^0.18.1",
"@next/font": "13.1.6",
"@sealos/ui": "workspace:^",
"@tanstack/react-query": "^4.35.3",
"@types/multer": "^1.4.10",
"ansi_up": "^5.2.1",
"axios": "^1.5.1",
"date-fns": "^2.30.0",
"dayjs": "^1.11.10",
"decimal.js": "^10.4.3",
"echarts": "^5.4.3",
"framer-motion": "^10.16.4",
"i18next": "^23.11.5",
"immer": "^9.0.21",
"js-cookie": "^3.0.5",
"js-yaml": "^4.1.0",
"jsonwebtoken": "^9.0.2",
"jszip": "^3.10.1",
"lodash": "^4.17.21",
"minio": "^7.1.3",
"mongodb": "^5.9.0",
"multer": "1.4.5-lts.1",
"nanoid": "^4.0.2",
"next": "13.1.6",
"next-i18next": "^15.3.0",
"nprogress": "^0.2.0",
"prettier": "^2.8.8",
"react": "18.3.1",
"react-day-picker": "^8.8.2",
"react-dom": "18.3.1",
"react-hook-form": "^7.46.2",
"react-i18next": "^14.1.2",
"react-markdown": "^8.0.7",
"react-syntax-highlighter": "^15.5.0",
"sass": "^1.68.0",
"sealos-desktop-sdk": "workspace:*",
"typescript": "^5.2.2",
"zustand": "^4.4.1"
},
"devDependencies": {
"@svgr/webpack": "^6.5.1",
"@types/js-cookie": "^3.0.4",
"@types/js-yaml": "^4.0.6",
"@types/jsonwebtoken": "^9.0.3",
"@types/lodash": "^4.14.199",
"@types/node": "18.13.0",
"@types/nprogress": "^0.2.1",
"@types/react": "18.3.27",
"@types/react-dom": "18.3.7",
"@types/react-syntax-highlighter": "^15.5.7",
"eslint": "8.33.0",
"eslint-config-next": "13.1.6",
"svg-inline-loader": "^0.8.2",
"webpack-bundle-analyzer": "^4.9.1"
}
}