2017-09-19 14:47:10 +00:00
|
|
|
{
|
|
|
|
"name": "nomad-ui",
|
|
|
|
"version": "0.0.0",
|
|
|
|
"description": "The web ui for Nomad, by HashiCorp.",
|
2019-03-15 20:26:18 +00:00
|
|
|
"repository": "",
|
2017-09-19 14:47:10 +00:00
|
|
|
"directories": {
|
|
|
|
"doc": "doc",
|
|
|
|
"test": "tests"
|
|
|
|
},
|
|
|
|
"scripts": {
|
2020-07-09 16:37:00 +00:00
|
|
|
"build": "ember build --environment=production",
|
2019-03-13 00:40:39 +00:00
|
|
|
"precommit": "lint-staged",
|
2021-12-28 14:40:00 +00:00
|
|
|
"lint": "npm-run-all --aggregate-output --continue-on-error --parallel 'lint:!(fix)'",
|
|
|
|
"lint:fix": "npm-run-all --aggregate-output --continue-on-error --parallel lint:*:fix",
|
2019-03-15 20:26:18 +00:00
|
|
|
"lint:hbs": "ember-template-lint .",
|
2021-12-28 14:40:00 +00:00
|
|
|
"lint:hbs:fix": "ember-template-lint . --fix",
|
|
|
|
"lint:js": "eslint . --cache",
|
|
|
|
"lint:js:fix": "eslint . --fix",
|
2021-12-07 14:01:25 +00:00
|
|
|
"start": "ember server",
|
2020-01-21 21:46:32 +00:00
|
|
|
"build-storybook": "STORYBOOK=true ember build && build-storybook -s dist",
|
2020-05-15 18:53:31 +00:00
|
|
|
"storybook": "STORYBOOK=true start-storybook -p 6006 -s dist",
|
2021-02-17 21:01:44 +00:00
|
|
|
"test": "npm-run-all lint:* test:*",
|
2022-01-26 18:36:26 +00:00
|
|
|
"test:ember": "ember test --server --query=dockcontainer",
|
|
|
|
"test:local": "ember exam --server --load-balance --parallel=8"
|
2017-09-19 14:47:10 +00:00
|
|
|
},
|
2019-04-02 23:11:22 +00:00
|
|
|
"husky": {
|
|
|
|
"hooks": {
|
|
|
|
"pre-commit": "lint-staged"
|
|
|
|
}
|
|
|
|
},
|
2017-09-19 14:47:10 +00:00
|
|
|
"lint-staged": {
|
2020-01-21 21:46:32 +00:00
|
|
|
"{app,tests,config,lib,mirage,stories}/**/*.js": [
|
2020-04-10 03:46:32 +00:00
|
|
|
"prettier --write"
|
2019-10-15 18:32:58 +00:00
|
|
|
],
|
|
|
|
"app/styles/**/*.*": [
|
2020-04-10 03:46:32 +00:00
|
|
|
"prettier --write"
|
2019-10-15 18:32:58 +00:00
|
|
|
]
|
2017-09-19 14:47:10 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2019-04-02 22:01:20 +00:00
|
|
|
"@babel/plugin-proposal-object-rest-spread": "^7.4.3",
|
2021-11-04 15:18:36 +00:00
|
|
|
"@ember/optional-features": "2.0.0",
|
2021-02-02 18:45:40 +00:00
|
|
|
"@ember/test-helpers": "^2.0.0",
|
2021-02-17 21:01:44 +00:00
|
|
|
"@glimmer/component": "^1.0.1",
|
2020-07-09 16:37:00 +00:00
|
|
|
"@glimmer/tracking": "^1.0.0",
|
2019-07-15 17:14:32 +00:00
|
|
|
"@hashicorp/structure-icons": "^1.3.0",
|
2021-10-06 20:54:19 +00:00
|
|
|
"@storybook/ember-cli-storybook": "https://github.com/DingoEatingFuzz/ember-cli-storybook#c207500",
|
2021-11-04 15:43:09 +00:00
|
|
|
"anser": "^2.1.0",
|
2020-05-26 14:56:25 +00:00
|
|
|
"babel-eslint": "^10.1.0",
|
2020-03-24 23:22:16 +00:00
|
|
|
"base64-js": "^1.3.1",
|
2019-04-02 22:01:20 +00:00
|
|
|
"broccoli-asset-rev": "^3.0.0",
|
2021-11-04 17:08:23 +00:00
|
|
|
"bulma": "0.9.3",
|
2021-11-04 17:30:54 +00:00
|
|
|
"core-js": "3.19.1",
|
2021-11-04 21:07:43 +00:00
|
|
|
"d3-array": "^3.1.1",
|
2021-11-04 21:13:02 +00:00
|
|
|
"d3-axis": "^3.0.0",
|
2021-11-04 21:42:34 +00:00
|
|
|
"d3-format": "^3.0.1",
|
2021-11-04 21:52:36 +00:00
|
|
|
"d3-scale": "^4.0.2",
|
2021-11-05 13:56:45 +00:00
|
|
|
"d3-selection": "^3.0.0",
|
2021-11-04 22:59:53 +00:00
|
|
|
"d3-shape": "^3.0.1",
|
2021-11-04 23:08:31 +00:00
|
|
|
"d3-time-format": "^4.0.0",
|
2021-11-05 13:14:43 +00:00
|
|
|
"d3-transition": "^3.0.1",
|
2019-12-13 20:24:13 +00:00
|
|
|
"duration-js": "^4.0.0",
|
2021-02-02 18:45:40 +00:00
|
|
|
"ember-a11y-testing": "^4.0.0",
|
2021-02-17 21:01:44 +00:00
|
|
|
"ember-auto-import": "^1.6.0",
|
2020-01-20 20:57:01 +00:00
|
|
|
"ember-can": "^2.0.0",
|
2020-06-10 13:49:16 +00:00
|
|
|
"ember-classic-decorator": "^1.0.8",
|
2021-02-17 21:01:44 +00:00
|
|
|
"ember-cli": "~3.20.2",
|
|
|
|
"ember-cli-babel": "^7.21.0",
|
2019-07-15 17:14:32 +00:00
|
|
|
"ember-cli-clipboard": "^0.13.0",
|
2020-07-09 16:37:00 +00:00
|
|
|
"ember-cli-dependency-checker": "^3.2.0",
|
2019-03-12 23:15:07 +00:00
|
|
|
"ember-cli-deprecation-workflow": "^1.0.1",
|
2019-03-16 00:18:26 +00:00
|
|
|
"ember-cli-funnel": "^0.6.1",
|
2021-02-17 21:01:44 +00:00
|
|
|
"ember-cli-htmlbars": "^5.2.0",
|
2020-07-09 16:37:00 +00:00
|
|
|
"ember-cli-inject-live-reload": "^2.0.2",
|
2019-09-26 18:47:07 +00:00
|
|
|
"ember-cli-mirage": "^1.1.2",
|
2017-12-13 03:14:19 +00:00
|
|
|
"ember-cli-moment-shim": "^3.5.0",
|
2020-05-06 20:14:12 +00:00
|
|
|
"ember-cli-page-object": "^1.17.2",
|
2019-04-02 23:39:20 +00:00
|
|
|
"ember-cli-sass": "^10.0.0",
|
2019-03-15 20:26:18 +00:00
|
|
|
"ember-cli-sri": "^2.1.1",
|
2017-12-13 03:14:19 +00:00
|
|
|
"ember-cli-string-helpers": "^1.5.0",
|
2021-03-26 13:55:12 +00:00
|
|
|
"ember-cli-terser": "^4.0.1",
|
2021-02-17 21:01:44 +00:00
|
|
|
"ember-composable-helpers": "^4.4.1",
|
2019-10-08 18:44:19 +00:00
|
|
|
"ember-concurrency": "^1.0.0",
|
2019-03-26 04:55:06 +00:00
|
|
|
"ember-copy": "^1.0.0",
|
2021-11-02 21:32:09 +00:00
|
|
|
"ember-data": "~3.24",
|
2021-11-02 21:08:12 +00:00
|
|
|
"ember-data-model-fragments": "5.0.0-beta.2",
|
2020-06-10 13:49:16 +00:00
|
|
|
"ember-decorators": "^6.1.1",
|
2022-01-26 18:36:26 +00:00
|
|
|
"ember-exam": "6.1.0",
|
2020-07-09 16:37:00 +00:00
|
|
|
"ember-export-application-global": "^2.0.1",
|
2021-02-02 18:45:40 +00:00
|
|
|
"ember-fetch": "^8.0.2",
|
2019-03-26 04:24:11 +00:00
|
|
|
"ember-inflector": "^3.0.0",
|
2019-10-08 18:44:19 +00:00
|
|
|
"ember-inline-svg": "^0.3.0",
|
2020-07-09 16:37:00 +00:00
|
|
|
"ember-load-initializers": "^2.1.1",
|
2019-03-12 23:42:47 +00:00
|
|
|
"ember-maybe-import-regenerator": "^0.1.6",
|
2020-10-29 12:46:42 +00:00
|
|
|
"ember-modifier": "^2.1.1",
|
2019-03-26 05:27:47 +00:00
|
|
|
"ember-moment": "^7.8.1",
|
2021-02-24 07:17:12 +00:00
|
|
|
"ember-named-blocks-polyfill": "^0.2.4",
|
2019-10-15 18:32:58 +00:00
|
|
|
"ember-overridable-computed": "^1.0.0",
|
2021-02-17 21:01:44 +00:00
|
|
|
"ember-page-title": "^6.0.3",
|
2021-03-26 13:55:12 +00:00
|
|
|
"ember-power-select": "^4.1.3",
|
2020-07-09 16:37:00 +00:00
|
|
|
"ember-qunit": "^4.6.0",
|
2019-06-21 19:12:28 +00:00
|
|
|
"ember-qunit-nice-errors": "^1.2.0",
|
2021-12-08 19:26:25 +00:00
|
|
|
"ember-render-helpers": "^0.2.0",
|
2021-02-17 21:01:44 +00:00
|
|
|
"ember-resolver": "^8.0.0",
|
2019-10-08 18:44:19 +00:00
|
|
|
"ember-responsive": "^3.0.4",
|
|
|
|
"ember-sinon": "^4.0.0",
|
2021-02-17 21:01:44 +00:00
|
|
|
"ember-source": "~3.20.2",
|
|
|
|
"ember-template-lint": "^2.9.1",
|
2021-03-26 13:55:12 +00:00
|
|
|
"ember-test-selectors": "^5.0.0",
|
2017-12-13 03:14:19 +00:00
|
|
|
"ember-truth-helpers": "^2.0.0",
|
2021-12-28 16:05:16 +00:00
|
|
|
"eslint": "^7.32.0",
|
|
|
|
"eslint-config-prettier": "^8.3.0",
|
|
|
|
"eslint-plugin-ember": "^10.5.8",
|
2020-07-30 17:40:05 +00:00
|
|
|
"eslint-plugin-ember-a11y-testing": "a11y-tool-sandbox/eslint-plugin-ember-a11y-testing#ca31c9698c7cb105f1c9761d98fcaca7d6874459",
|
2021-02-17 21:01:44 +00:00
|
|
|
"eslint-plugin-node": "^11.1.0",
|
2021-12-28 16:05:16 +00:00
|
|
|
"eslint-plugin-prettier": "^3.4.1",
|
|
|
|
"eslint-plugin-qunit": "^6.2.0",
|
2019-09-26 18:47:07 +00:00
|
|
|
"faker": "^4.1.0",
|
2021-11-05 16:53:03 +00:00
|
|
|
"flat": "^5.0.2",
|
2019-04-02 23:11:22 +00:00
|
|
|
"fuse.js": "^3.4.4",
|
2021-11-05 17:19:30 +00:00
|
|
|
"glob": "^7.2.0",
|
2020-03-24 23:22:16 +00:00
|
|
|
"http-proxy": "^1.1.6",
|
2020-04-10 03:45:37 +00:00
|
|
|
"husky": "^4.2.5",
|
2019-07-30 21:58:01 +00:00
|
|
|
"is-ip": "^3.1.0",
|
2019-10-25 15:34:02 +00:00
|
|
|
"ivy-codemirror": "IvyApp/ivy-codemirror#c3b7f49f8e6492878619f8055695581240cce21a",
|
2021-11-05 17:34:43 +00:00
|
|
|
"lint-staged": "^11.2.6",
|
2019-03-15 20:26:18 +00:00
|
|
|
"loader.js": "^4.7.0",
|
2018-05-10 00:04:45 +00:00
|
|
|
"lodash.intersection": "^4.4.0",
|
2020-03-24 23:22:16 +00:00
|
|
|
"morgan": "^1.3.2",
|
2021-02-17 21:01:44 +00:00
|
|
|
"npm-run-all": "^4.1.5",
|
2019-09-26 18:47:07 +00:00
|
|
|
"pretender": "^3.0.1",
|
2021-12-28 16:05:16 +00:00
|
|
|
"prettier": "^2.5.1",
|
2021-11-05 21:12:33 +00:00
|
|
|
"query-string": "^7.0.1",
|
2021-11-05 21:20:34 +00:00
|
|
|
"qunit-dom": "^2.0.0",
|
2020-03-24 23:22:16 +00:00
|
|
|
"sass": "^1.17.3",
|
2020-04-01 16:19:44 +00:00
|
|
|
"testem": "^3.0.3",
|
|
|
|
"testem-multi-reporter": "^1.2.0",
|
2020-03-24 23:22:16 +00:00
|
|
|
"text-encoder-lite": "^2.0.0",
|
2020-05-26 14:56:25 +00:00
|
|
|
"xterm": "^4.6.0",
|
2021-11-05 21:43:39 +00:00
|
|
|
"xterm-addon-fit": "0.5.0"
|
2017-09-19 14:47:10 +00:00
|
|
|
},
|
2020-01-21 21:46:32 +00:00
|
|
|
"optionalDependencies": {
|
|
|
|
"@babel/plugin-transform-member-expression-literals": "^7.2.0",
|
2021-10-06 18:06:57 +00:00
|
|
|
"@storybook/addon-knobs": "^6.3.1",
|
|
|
|
"@storybook/addon-storysource": "^6.3.10",
|
|
|
|
"@storybook/addon-viewport": "^6.3.10",
|
|
|
|
"@storybook/addons": "^6.3.10",
|
|
|
|
"@storybook/ember": "^6.3.10",
|
2020-01-21 21:46:32 +00:00
|
|
|
"babel-loader": "^8.0.6",
|
|
|
|
"ember-cli-get-component-path-option": "^1.0.0",
|
|
|
|
"ember-cli-string-utils": "^1.1.0"
|
|
|
|
},
|
2017-09-19 14:47:10 +00:00
|
|
|
"engines": {
|
2020-07-09 16:37:00 +00:00
|
|
|
"node": "10.* || >= 12"
|
2017-09-19 14:47:10 +00:00
|
|
|
},
|
2020-07-13 14:26:12 +00:00
|
|
|
"ember": {
|
|
|
|
"edition": "octane"
|
|
|
|
},
|
2017-09-19 14:47:10 +00:00
|
|
|
"private": true,
|
|
|
|
"ember-addon": {
|
2019-10-15 18:32:58 +00:00
|
|
|
"paths": [
|
|
|
|
"lib/bulma"
|
|
|
|
]
|
2018-09-17 22:55:48 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2021-11-04 17:14:55 +00:00
|
|
|
"codemirror": "^5.56.0",
|
2021-11-05 19:25:22 +00:00
|
|
|
"lru_map": "^0.4.1",
|
2021-07-20 22:27:41 +00:00
|
|
|
"no-case": "^3.0.4",
|
|
|
|
"title-case": "^3.0.3"
|
2020-07-28 17:59:14 +00:00
|
|
|
},
|
|
|
|
"resolutions": {
|
|
|
|
"ivy-codemirror/codemirror": "^5.56.0"
|
2017-09-19 14:47:10 +00:00
|
|
|
}
|
|
|
|
}
|