-
Notifications
You must be signed in to change notification settings - Fork 21
/
package.json
50 lines (50 loc) · 1.76 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
40
41
42
43
44
45
46
47
48
49
50
{
"name": "root",
"private": true,
"workspaces": [
"packages/*",
"site",
"site/lib/docfy-theme",
"test-app"
],
"scripts": {
"build": "pnpm --filter @frontile/theme build && pnpm --filter @frontile/utilities build && pnpm --filter @frontile/buttons build && pnpm --filter @frontile/status build && pnpm --filter @frontile/overlays build && pnpm --filter @frontile/collections build && pnpm --filter @frontile/notifications build && pnpm --filter @frontile/forms build && pnpm --filter @frontile/forms-legacy build && pnpm --filter @frontile/changeset-form build && pnpm --filter frontile build",
"lint:hbs": "ember-template-lint .",
"lint:js": "eslint . --ext .js,.ts,.gts,.gjs",
"start": "pnpm --filter test-app start",
"test": "pnpm --filter test-app test",
"try:one": "pnpm --filter test-app try:one",
"clean:declarations": "rm -rf packages/*/declarations"
},
"resolutions": {
"@ember/test-waiters": "^3.0.2",
"ember-concurrency": "^4.0.2"
},
"dependencies": {
"@ember/test-waiters": "^3.1.0",
"@embroider/test-setup": "^3.0.3"
},
"devDependencies": {
"@glint/core": "1.5.0",
"@glint/environment-ember-loose": "1.5.0",
"@glint/environment-ember-template-imports": "1.5.0",
"@underline/eslint-config-ember-typescript": "^0.16.0",
"@underline/eslint-config-node": "^0.16.0",
"ember-source-channel-url": "^3.0.0",
"ember-template-lint": "^5.13.0",
"eslint": "^8.57.1",
"eslint-plugin-ember": "^12.3.1",
"eslint-plugin-prettier": "^5.2.1",
"lerna": "^8.1.9",
"prettier": "^3.3.3",
"prettier-plugin-ember-template-tag": "^2.0.2",
"typescript": "^5.6.3"
},
"engines": {
"node": ">= 10.*"
},
"volta": {
"node": "20.10.0",
"pnpm": "8.14.0"
}
}