ember-cli-fastboot-testing
Version:
Test your FastBoot-rendered HTML alongside your application's tests.
115 lines (114 loc) • 3.71 kB
JSON
{
"name": "ember-cli-fastboot-testing",
"version": "0.6.2",
"description": "Test your FastBoot-rendered HTML alongside your application's tests.",
"keywords": [
"ember-addon"
],
"homepage": "https://embermap.github.io/ember-cli-fastboot-testing",
"repository": "https://github.com/embermap/ember-cli-fastboot-testing",
"license": "MIT",
"author": "Ryan Toronto <ryanto@gmail.com> (https://embermap.com)",
"directories": {
"doc": "doc",
"test": "tests"
},
"scripts": {
"build": "ember build --environment=production",
"lint": "concurrently \"npm:lint:*(!fix)\" --names \"lint:\"",
"lint:fix": "concurrently \"npm:lint:*:fix\" --names \"fix:\"",
"lint:hbs": "ember-template-lint .",
"lint:hbs:fix": "ember-template-lint . --fix",
"lint:js": "eslint . --cache",
"lint:js:fix": "eslint . --fix",
"start": "ember serve",
"test": "concurrently \"npm:lint\" \"npm:test:*\" --names \"lint,test:\"",
"test:ember": "ember test",
"test:ember-compatibility": "ember try:each",
"test:separate-build": "yarn build --environment test && yarn test:ember --path=dist --filter 'Fastboot | basic'"
},
"dependencies": {
"body-parser": "^1.20.0",
"ember-auto-import": "^2.6.1",
"ember-cli-babel": "^7.26.11",
"fastboot": "^3.0.3 || ^4.1.1",
"json-fn": "^1.1.1",
"minimist": "^1.2.6",
"nock": "^13.2.4",
"resolve": "^1.22.0",
"whatwg-fetch": "^3.0.0"
},
"devDependencies": {
"@babel/eslint-parser": "^7.17.0",
"@babel/plugin-proposal-decorators": "^7.17.9",
"@ember/optional-features": "^2.0.0",
"@ember/string": "^3.0.1",
"@ember/test-helpers": "^2.9.3",
"@embroider/test-setup": "^3.0.1",
"@glimmer/component": "^1.1.2",
"@glimmer/tracking": "^1.1.2",
"broccoli-asset-rev": "^3.0.0",
"broccoli-plugin": "^4.0.7",
"broccoli-stew": "^3.0.0",
"concurrently": "^8.0.1",
"ember-cli": "~4.11.0",
"ember-cli-addon-docs": "github:ember-learn/ember-cli-addon-docs#eb825bcc1e721dbebc73e5dbd98db2ebb3026dd3",
"ember-cli-addon-docs-yuidoc": "^1.0.0",
"ember-cli-dependency-checker": "^3.3.1",
"ember-cli-deploy": "^2.0.0",
"ember-cli-deploy-build": "^3.0.0",
"ember-cli-deploy-git": "^1.3.3",
"ember-cli-deploy-git-ci": "^1.0.1",
"ember-cli-fastboot": "^4.1.0",
"ember-cli-head": "^2.0.0",
"ember-cli-htmlbars": "^6.2.0",
"ember-cli-inject-live-reload": "^2.1.0",
"ember-cli-mirage": "^3.0.0-alpha.3",
"ember-cli-sri": "^2.1.1",
"ember-cli-terser": "^4.0.2",
"ember-data": "~4.11.0",
"ember-fetch": "^8.1.1",
"ember-load-initializers": "^2.1.2",
"ember-qunit": "^6.2.0",
"ember-resolver": "^10.0.0",
"ember-source": "~4.12.1",
"ember-source-channel-url": "^3.0.0",
"ember-template-lint": "^5.7.2",
"ember-try": "^2.0.0",
"eslint": "^8.15.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-ember": "^11.4.9",
"eslint-plugin-n": "^15.6.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-qunit": "^7.3.4",
"loader.js": "^4.7.0",
"miragejs": "^0.1.43",
"najax": "^1.0.7",
"pretender": "~3.4.7",
"prettier": "^2.8.4",
"qunit": "^2.19.4",
"qunit-dom": "^2.0.0",
"semver": "^7.3.7",
"webpack": "^5.75.0"
},
"peerDependencies": {
"ember-source": "^3.28.0 || ^4.0.0 || ^5.0.0",
"@ember/test-helpers": ">= 3.0.0"
},
"engines": {
"node": "12.* || 14.* || 16.* || >= 18"
},
"ember": {
"edition": "octane"
},
"ember-addon": {
"configPath": "tests/dummy/config",
"before": [
"ember-cli-fastboot"
],
"after": []
},
"fastbootDependencies": [
"crypto"
]
}