Files
geo/apps/admin-web/package.json
T
root 501763c0d5
Frontend CI / Frontend (push) Has been cancelled
Backend CI / Backend (push) Has been cancelled
chore: update dependencies in pnpm-lock.yaml and Go modules
- Updated dompurify from 3.3.3 to 3.4.2
- Updated axios from 1.14.0 to 1.15.2
- Updated Go module github.com/golang-jwt/jwt/v5 from v5.2.1 to v5.2.2
- Updated Go module github.com/jackc/pgx/v5 from v5.5.5 to v5.9.0
- Updated Go module github.com/redis/go-redis/v9 from v9.5.1 to v9.7.3
- Updated Go module github.com/stretchr/testify from v1.9.0 to v1.11.1
- Updated various golang.org/x modules to their latest versions
- Updated google.golang.org/grpc from v1.66.0 to v1.79.3
- Updated google.golang.org/protobuf from v1.34.2 to v1.36.10
2026-05-02 00:49:35 +08:00

46 lines
1.2 KiB
JSON

{
"name": "admin-web",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"build:analyze": "vue-tsc --noEmit && ANALYZE=true vite build",
"preview": "vite preview",
"typecheck": "vue-tsc --noEmit"
},
"dependencies": {
"@ant-design/icons-vue": "^7.0.1",
"@geo/http-client": "workspace:*",
"@geo/shared-types": "workspace:*",
"@jsquash/webp": "^1.5.0",
"@milkdown/crepe": "^7.20.0",
"@milkdown/kit": "^7.20.0",
"@milkdown/theme-nord": "^7.20.0",
"@milkdown/vue": "^7.20.0",
"@tanstack/vue-query": "^5.96.0",
"@vueuse/core": "^14.2.1",
"ant-design-vue": "^4.2.6",
"dayjs": "^1.11.20",
"dompurify": "^3.4.2",
"markdown-it": "^14.1.1",
"nanoid": "^5.1.7",
"pinia": "^3.0.4",
"vue": "^3.5.31",
"vue-i18n": "^10.0.5",
"vue-router": "^4.5.1",
"zod": "^4.3.6"
},
"devDependencies": {
"@types/markdown-it": "^14.1.2",
"@types/node": "^24.0.0",
"@vitejs/plugin-vue": "^6.0.5",
"rollup-plugin-visualizer": "^7.0.1",
"typescript": "^5.9.3",
"vite": "^7.3.2",
"vite-plugin-compression2": "^2.5.3",
"vue-tsc": "^3.2.6"
}
}