-
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.
- Loading branch information
Showing
48 changed files
with
1,005 additions
and
1,753 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 |
---|---|---|
|
@@ -10,19 +10,16 @@ | |
"license": "MIT", | ||
"author": "crunchybananas", | ||
"scripts": { | ||
"prepare": "pnpm --filter ember-apache-echarts run prepare", | ||
"start": "npm-run-all --parallel start:*", | ||
"start:addon": "pnpm --filter ember-apache-echarts run start", | ||
"start:test-app": "pnpm --filter test-app run start", | ||
"lint": "npm-run-all --aggregate-output --continue-on-error --parallel lint:*", | ||
"lint:addon": "pnpm --filter ember-apache-echarts run lint", | ||
"lint:test-app": "pnpm --filter test-app run lint", | ||
"lint:fix": "npm-run-all --aggregate-output --continue-on-error --parallel lint:fix:*", | ||
"lint:fix:addon": "pnpm --filter ember-apache-echarts run lint:fix", | ||
"lint:fix:test-app": "pnpm --filter test-app run lint:fix", | ||
"test": "npm-run-all --aggregate-output --continue-on-error --parallel test:*", | ||
"test:addon": "pnpm --filter ember-apache-echarts run test", | ||
"test:test-app": "pnpm --filter test-app run test" | ||
"build": "pnpm --filter ember-apache-echarts build", | ||
"lint": "pnpm --filter '*' lint", | ||
"lint:fix": "pnpm --filter '*' lint:fix", | ||
"prepare": "pnpm build && pnpm sync", | ||
"start": "concurrently 'npm:start:*' --restart-after 5000 --prefix-colors cyan,white,yellow", | ||
"start:addon": "pnpm --filter ember-apache-echarts start --no-watch.clearScreen", | ||
"start:test-app": "pnpm --filter test-app start", | ||
"sync": "pnpm --filter test-app _syncPnpm", | ||
"test": "pnpm --filter '*' test", | ||
"test:ember": "pnpm --filter '*' test:ember" | ||
}, | ||
"dependencies": { | ||
"@glint/core": "^1.4.0", | ||
|
@@ -31,9 +28,9 @@ | |
"@rollup/plugin-babel": "^6.0.4", | ||
"@rollup/plugin-typescript": "^11.1.6", | ||
"@tsconfig/ember": "^3.0.8", | ||
"concurrently": "^9.0.1", | ||
"package-up": "^5.0.0", | ||
"rollup": "^4.18.1", | ||
"npm-run-all": "4.1.5", | ||
"prettier": "3.3.3" | ||
}, | ||
"packageManager": "[email protected]", | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
packages: | ||
- 'ember-apache-echarts' | ||
- 'test-app' | ||
- 'tests/*' |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Empty file.
Oops, something went wrong.