-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
41 lines (41 loc) · 1.15 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
{
"name": "root",
"private": true,
"workspaces": [
"packages/*",
"examples/*",
"site"
],
"scripts": {
"build": "yarn workspace glimmer-apollo build",
"lint:js": "eslint . --ext .js,.ts",
"test": "yarn workspace glimmer-apollo ember test",
"test:types": "yarn workspaces run test:types",
"start": "yarn workspace glimmer-apollo ember start"
},
"resolutions": {
"@ember/test-waiters": "^3.0.1",
"@embroider/macros": "^1.0.0",
"@embroider/shared-internals": "^1.0.0",
"@embroider/util": "^1.0.0",
"@glimmer/tracking": "^2.0.0-beta.17",
"babel-plugin-htmlbars-inline-precompile": "^5.2.1"
},
"devDependencies": {
"@glimmerx/eslint-plugin": "^0.6.6",
"@glimmerx/prettier-plugin-component-templates": "^0.6.6",
"@underline/eslint-config-ember-typescript": "^0.12.0",
"@underline/eslint-config-node": "^0.12.0",
"@underline/eslint-config-typescript": "^0.12.0",
"eslint": "^8.8.0",
"fast-glob": "^3.2.11",
"lerna": "^4.0.0",
"typescript": "^4.5.5"
},
"engines": {
"node": ">= 12"
},
"dependencies": {
"babel-plugin-htmlbars-inline-precompile": "^5.2.1"
}
}