Files
test-x6/package-lock.json
Alina e1160997b2
Some checks failed
continuous-integration/drone/push Build is failing
fix: убраны workspaces, добавлен frontend/package-lock.json
Стандартный react.Dockerfile копирует только корневой package*.json,
поэтому workspace-зависимости не устанавливались. Теперь build-скрипт
делает cd frontend && npm ci && npm run build.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-17 22:32:41 +03:00

47 lines
1.3 KiB
JSON

{
"name": "test-x6",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "test-x6"
},
"frontend": {
"version": "0.0.0",
"extraneous": true,
"dependencies": {
"@ant-design/icons": "^6.1.0",
"@antv/x6": "^2.19.2",
"@antv/x6-plugin-clipboard": "^2.1.6",
"@antv/x6-plugin-export": "^2.1.6",
"@antv/x6-plugin-history": "^2.2.4",
"@antv/x6-plugin-keyboard": "^2.2.3",
"@antv/x6-plugin-minimap": "^2.0.7",
"@antv/x6-plugin-selection": "^2.2.2",
"@antv/x6-plugin-snapline": "^2.1.7",
"@antv/x6-plugin-transform": "^2.1.8",
"@antv/x6-react-shape": "^2.2.3",
"antd": "^6.3.0",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"xlsx": "^0.18.5",
"zustand": "^5.0.11"
},
"devDependencies": {
"@eslint/js": "^9.39.1",
"@types/node": "^24.10.1",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.1.1",
"eslint": "^9.39.1",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.4.24",
"globals": "^16.5.0",
"typescript": "~5.9.3",
"typescript-eslint": "^8.48.0",
"vite": "^7.3.1"
}
}
}
}