/opt/stack/horizon/package.json

Jmnote bot (토론 | 기여)님의 2020년 11월 2일 (월) 02:54 판 (봇: 자동으로 텍스트 교체 (-</source> +</syntaxhighlight>, -<source +<syntaxhighlight ))
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)

1 개요[ | ]

horizon/package.json
/opt/stack/horizon/package.json
{
  "version": "0.0.0",
  "private": true,
  "name": "horizon",
  "description": "OpenStack Horizon - Angular",
  "repository": "none",
  "license": "Apache 2.0",
  "devDependencies": {
    "eslint": "1.10.3",
    "eslint-config-openstack": "1.2.4",
    "eslint-plugin-angular": "1.0.1",
    "jasmine-core": "2.4.1",
    "karma": "1.1.2",
    "karma-chrome-launcher": "1.0.1",
    "karma-cli": "1.0.1",
    "karma-coverage": "1.1.1",
    "karma-jasmine": "1.0.2",
    "karma-ng-html2js-preprocessor": "1.0.0",
    "karma-threshold-reporter": "0.1.15"
  },
  "scripts": {
    "postinstall": "if [ ! -d .venv ]; then tox -epy27 --notest; fi",
    "test": "karma start horizon/karma.conf.js --single-run && karma start openstack_dashboard/karma.conf.js --single-run",
    "lint": "eslint --no-color openstack_dashboard/static horizon/static openstack_dashboard/dashboards/*/static",
    "lintq": "eslint --quiet openstack_dashboard/static horizon/static openstack_dashboard/dashboards/*/static"
  },
  "dependencies": {}
}

2 같이 보기[ | ]

3 참고[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}