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": {
|
2017-12-14 00:21:44 +00:00
|
|
|
"build": "./node_modules/ember-cli/bin/ember build -prod",
|
2019-03-13 00:40:39 +00:00
|
|
|
"precommit": "lint-staged",
|
2019-03-15 20:26:18 +00:00
|
|
|
"lint:hbs": "ember-template-lint .",
|
|
|
|
"lint:js": "eslint .",
|
|
|
|
"start": "./node_modules/ember-cli/bin/ember server",
|
2020-01-21 21:46:32 +00:00
|
|
|
"build-storybook": "STORYBOOK=true ember build && build-storybook -s dist",
|
|
|
|
"storybook": "STORYBOOK=true ember serve & start-storybook -p 6006 -s dist",
|
2019-03-15 20:26:18 +00:00
|
|
|
"test": "./node_modules/ember-cli/bin/ember test"
|
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",
|
|
|
|
"@ember/jquery": "^0.6.0",
|
|
|
|
"@ember/optional-features": "^0.7.0",
|
2019-07-15 17:14:32 +00:00
|
|
|
"@hashicorp/structure-icons": "^1.3.0",
|
2020-01-21 21:46:32 +00:00
|
|
|
"@storybook/ember-cli-storybook": "^0.2.0",
|
2019-10-15 18:32:58 +00:00
|
|
|
"anser": "^1.4.8",
|
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",
|
2017-12-20 15:37:56 +00:00
|
|
|
"bulma": "0.6.1",
|
2017-09-19 14:47:10 +00:00
|
|
|
"core-js": "^2.4.1",
|
2018-09-07 16:55:39 +00:00
|
|
|
"d3-array": "^1.2.0",
|
|
|
|
"d3-axis": "^1.0.0",
|
|
|
|
"d3-format": "^1.3.0",
|
|
|
|
"d3-scale": "^1.0.0",
|
2018-09-17 22:55:48 +00:00
|
|
|
"d3-selection": "^1.1.0",
|
2018-09-07 16:55:39 +00:00
|
|
|
"d3-shape": "^1.2.0",
|
|
|
|
"d3-time-format": "^2.1.0",
|
2017-09-19 14:47:10 +00:00
|
|
|
"d3-transition": "^1.1.0",
|
2019-12-13 20:24:13 +00:00
|
|
|
"duration-js": "^4.0.0",
|
2019-04-02 22:55:20 +00:00
|
|
|
"ember-ajax": "^5.0.0",
|
2019-03-16 00:18:26 +00:00
|
|
|
"ember-auto-import": "^1.2.21",
|
2020-01-20 20:57:01 +00:00
|
|
|
"ember-can": "^2.0.0",
|
2019-10-15 18:32:58 +00:00
|
|
|
"ember-cli": "~3.12.0",
|
|
|
|
"ember-cli-babel": "^7.7.3",
|
2019-07-15 17:14:32 +00:00
|
|
|
"ember-cli-clipboard": "^0.13.0",
|
2019-10-08 18:44:19 +00:00
|
|
|
"ember-cli-dependency-checker": "^3.1.0",
|
2019-03-12 23:15:07 +00:00
|
|
|
"ember-cli-deprecation-workflow": "^1.0.1",
|
2019-04-02 22:55:20 +00:00
|
|
|
"ember-cli-eslint": "^5.1.0",
|
2019-03-16 00:18:26 +00:00
|
|
|
"ember-cli-funnel": "^0.6.1",
|
2019-10-15 18:32:58 +00:00
|
|
|
"ember-cli-htmlbars": "^3.0.1",
|
|
|
|
"ember-cli-htmlbars-inline-precompile": "^2.1.0",
|
2019-04-02 22:55:20 +00:00
|
|
|
"ember-cli-inject-live-reload": "^2.0.1",
|
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",
|
2019-03-15 20:26:18 +00:00
|
|
|
"ember-cli-template-lint": "^1.0.0-beta.1",
|
|
|
|
"ember-cli-uglify": "^2.1.0",
|
2017-09-19 14:47:10 +00:00
|
|
|
"ember-composable-helpers": "^2.0.3",
|
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",
|
2019-10-15 18:32:58 +00:00
|
|
|
"ember-data": "~3.12.0",
|
2019-10-08 18:44:19 +00:00
|
|
|
"ember-data-model-fragments": "4.0.0",
|
2017-09-19 14:47:10 +00:00
|
|
|
"ember-export-application-global": "^2.0.0",
|
2019-04-02 22:55:20 +00:00
|
|
|
"ember-fetch": "^6.5.0",
|
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",
|
2019-10-15 18:32:58 +00:00
|
|
|
"ember-load-initializers": "^2.0.0",
|
2019-03-12 23:42:47 +00:00
|
|
|
"ember-maybe-import-regenerator": "^0.1.6",
|
2019-03-26 05:27:47 +00:00
|
|
|
"ember-moment": "^7.8.1",
|
2019-10-15 18:32:58 +00:00
|
|
|
"ember-overridable-computed": "^1.0.0",
|
2019-07-17 20:02:58 +00:00
|
|
|
"ember-page-title": "^5.0.2",
|
2019-10-15 18:32:58 +00:00
|
|
|
"ember-power-select": "^3.0.4",
|
|
|
|
"ember-qunit": "^4.4.1",
|
2019-06-21 19:12:28 +00:00
|
|
|
"ember-qunit-nice-errors": "^1.2.0",
|
2019-03-15 20:26:18 +00:00
|
|
|
"ember-resolver": "^5.0.1",
|
2019-10-08 18:44:19 +00:00
|
|
|
"ember-responsive": "^3.0.4",
|
|
|
|
"ember-sinon": "^4.0.0",
|
2019-10-15 18:32:58 +00:00
|
|
|
"ember-source": "~3.12.0",
|
2019-03-16 00:18:26 +00:00
|
|
|
"ember-test-selectors": "^2.1.0",
|
2017-12-13 03:14:19 +00:00
|
|
|
"ember-truth-helpers": "^2.0.0",
|
2019-04-02 22:59:16 +00:00
|
|
|
"eslint": "^5.16.0",
|
2019-10-15 18:32:58 +00:00
|
|
|
"eslint-plugin-node": "^9.0.1",
|
2019-09-26 18:47:07 +00:00
|
|
|
"faker": "^4.1.0",
|
2017-12-13 03:14:19 +00:00
|
|
|
"flat": "^4.0.0",
|
2019-04-02 23:11:22 +00:00
|
|
|
"fuse.js": "^3.4.4",
|
2020-03-24 23:22:16 +00:00
|
|
|
"glob": "^4.0.5",
|
|
|
|
"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",
|
2020-04-10 03:41:35 +00:00
|
|
|
"lint-staged": "^10.1.3",
|
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",
|
2019-09-26 18:47:07 +00:00
|
|
|
"pretender": "^3.0.1",
|
2017-10-18 17:38:18 +00:00
|
|
|
"prettier": "^1.4.4",
|
2019-04-02 23:39:20 +00:00
|
|
|
"query-string": "^5.0.0",
|
2019-07-15 17:14:32 +00:00
|
|
|
"qunit-dom": "^0.9.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",
|
|
|
|
"xterm": "^4.2.0-vscode1",
|
|
|
|
"xterm-addon-fit": "^0.3.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",
|
|
|
|
"@storybook/addon-knobs": "^5.2.5",
|
|
|
|
"@storybook/addon-storysource": "^5.2.5",
|
|
|
|
"@storybook/addon-viewport": "^5.2.5",
|
|
|
|
"@storybook/addons": "^5.2.5",
|
|
|
|
"@storybook/ember": "^5.2.5",
|
|
|
|
"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": {
|
2019-10-15 18:32:58 +00:00
|
|
|
"node": "8.* || >= 10.*"
|
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": {
|
|
|
|
"lru_map": "^0.3.3"
|
2017-09-19 14:47:10 +00:00
|
|
|
}
|
|
|
|
}
|