This repository has been archived by the owner on Apr 13, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add repository link * Add author info * Remove unused dev dependencies from Ember addon
- Loading branch information
1 parent
aa6de81
commit 440c41a
Showing
3 changed files
with
93 additions
and
1,877 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,8 +3,13 @@ | |
"version": "1.0.0-alpha.0", | ||
"description": "Broccoli plugin for transpiling code with ESBuild", | ||
"main": "index.js", | ||
"author": "Alex LaFroscia <[email protected]>", | ||
"license": "MIT", | ||
"author": "Alex LaFroscia <[email protected]>", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/alexlafroscia/ember-esbuild.git", | ||
"directory": "brocccoli-esbuild-transpiler" | ||
}, | ||
"scripts": { | ||
"test": "qunit" | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,57 +5,14 @@ | |
"keywords": [ | ||
"ember-addon" | ||
], | ||
"repository": "", | ||
"license": "MIT", | ||
"author": "", | ||
"directories": { | ||
"doc": "doc", | ||
"test": "tests" | ||
}, | ||
"scripts": { | ||
"build": "ember build --environment=production", | ||
"start": "ember serve", | ||
"test": "npm-run-all test:*", | ||
"test:ember": "ember test", | ||
"test:ember-compatibility": "ember try:each" | ||
"author": "Alex LaFroscia <[email protected]>", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/alexlafroscia/ember-esbuild.git", | ||
"directory": "ember-cli-esbuild" | ||
}, | ||
"dependencies": { | ||
"broccoli-esbuild-transpiler": "^1.0.0-alpha.0" | ||
}, | ||
"devDependencies": { | ||
"@ember/optional-features": "^2.0.0", | ||
"@glimmer/component": "^1.0.2", | ||
"@glimmer/tracking": "^1.0.2", | ||
"babel-eslint": "^10.1.0", | ||
"broccoli-asset-rev": "^3.0.0", | ||
"ember-auto-import": "^1.6.0", | ||
"ember-cli": "~3.22.0", | ||
"ember-cli-dependency-checker": "^3.2.0", | ||
"ember-cli-inject-live-reload": "^2.0.2", | ||
"ember-cli-sri": "^2.1.1", | ||
"ember-cli-terser": "^4.0.0", | ||
"ember-disable-prototype-extensions": "^1.1.3", | ||
"ember-export-application-global": "^2.0.1", | ||
"ember-load-initializers": "^2.1.1", | ||
"ember-maybe-import-regenerator": "^0.1.6", | ||
"ember-qunit": "^4.6.0", | ||
"ember-resolver": "^8.0.2", | ||
"ember-source": "~3.22.0", | ||
"ember-source-channel-url": "^3.0.0", | ||
"ember-try": "^1.4.0", | ||
"eslint-plugin-ember": "^9.3.0", | ||
"eslint-plugin-node": "^11.1.0", | ||
"loader.js": "^4.7.0", | ||
"npm-run-all": "^4.1.5", | ||
"qunit-dom": "^1.5.0" | ||
}, | ||
"engines": { | ||
"node": "10.* || >= 12" | ||
}, | ||
"ember": { | ||
"edition": "octane" | ||
}, | ||
"ember-addon": { | ||
"configPath": "tests/dummy/config" | ||
} | ||
} |
Oops, something went wrong.