|
| 1 | +{ |
| 2 | + "name": "@ovh-ux/manager-server-sidebar", |
| 3 | + "description": "OVH control panel sidebar", |
| 4 | + "version": "0.0.0", |
| 5 | + "repository": { |
| 6 | + "type": "git", |
| 7 | + "url": "git+https://github.com/ovh-ux/manager.git", |
| 8 | + "directory": "packages/manager/components/server-sidebar" |
| 9 | + }, |
| 10 | + "license": "BSD-3-Clause", |
| 11 | + "files": [ |
| 12 | + "dist" |
| 13 | + ], |
| 14 | + "main": "./dist/cjs/index.js", |
| 15 | + "module": "./dist/esm/index.js", |
| 16 | + "browser": "./dist/umd/server-sidebar.js", |
| 17 | + "scripts": { |
| 18 | + "build": "rollup -c --environment BUILD:production", |
| 19 | + "dev": "rollup -c --environment BUILD:development", |
| 20 | + "dev:watch": "yarn run dev --watch", |
| 21 | + "prepare": "yarn run build", |
| 22 | + "start": "lerna exec --stream --scope='@ovh-ux/manager-server-sidebar' --include-filtered-dependencies -- yarn run build", |
| 23 | + "start:dev": "lerna exec --stream --scope='@ovh-ux/manager-server-sidebar' --include-filtered-dependencies -- yarn run dev", |
| 24 | + "start:watch": "lerna exec --stream --parallel --scope='@ovh-ux/manager-server-sidebar' --include-filtered-dependencies -- yarn run dev:watch" |
| 25 | + }, |
| 26 | + "peerDependencies": { |
| 27 | + "@ovh-ux/manager-config": "^0.2.0", |
| 28 | + "@ovh-ux/manager-core": "^5.2.1", |
| 29 | + "@ovh-ux/ng-ovh-cloud-universe-components": "^1.3.0-alpha.2", |
| 30 | + "@ovh-ux/ng-ovh-sidebar-menu": "git+https://github.com/ovh-ux/ng-ovh-sidebar-menu.git#fix/revert-old-style", |
| 31 | + "@ovh-ux/ng-translate-async-loader": "^2.0.0", |
| 32 | + "angular": "^1.7.8", |
| 33 | + "angular-translate": "^2.18.1", |
| 34 | + "ovh-api-services": "^6.18.0" |
| 35 | + }, |
| 36 | + "dependencies": { |
| 37 | + "@ovh-ux/ng-ovh-sidebar-menu": "^8.0.1", |
| 38 | + "jsurl": "^0.1.5", |
| 39 | + "lodash": "^4.17.11" |
| 40 | + }, |
| 41 | + "devDependencies": { |
| 42 | + "@ovh-ux/component-rollup-config": "^5.0.1", |
| 43 | + "ovh-ui-kit": "^2.32.0" |
| 44 | + } |
| 45 | +} |
0 commit comments