-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 1.47 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"workspaces": [
"ember-apache-echarts",
"test-app"
],
"private": true,
"repository": "https://github.com/crunchybananas/ember-apache-echarts",
"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"
},
"dependencies": {
"@glint/core": "^1.4.0",
"@embroider/addon-dev": "5.0.0",
"@glint/template": "^1.4.0",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-typescript": "^11.1.6",
"@tsconfig/ember": "^3.0.8",
"package-up": "^5.0.0",
"rollup": "^4.18.1",
"npm-run-all": "4.1.5",
"prettier": "3.3.3"
},
"packageManager": "[email protected]",
"version": "0.7.0"
}