-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
75 lines (75 loc) · 2.39 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"private": true,
"name": "application",
"scripts": {
"bootstrap": "yarn install --frozen-lockfile --non-interactive && yarn lerna bootstrap",
"clean": "yarn lerna clean -y && rm -rf node_modules",
"reinstall": "yarn clean && yarn bootstrap",
"fresh-install": "rm yarn.lock; yarn clean; yarn install && yarn lerna bootstrap",
"lerna-run": "FORCE_COLOR=1 yarn lerna --concurrency 1 run --stream",
"test": "yarn lerna-run test",
"postinstall": "patch-package",
"release": "./scripts/release.sh"
},
"workspaces": [
"client",
"client-blueprints/*",
"client-composites/communication/*",
"client-composites/contracts/*",
"client-composites/customer/*",
"client-composites/offers/*",
"client-composites/partnerships/*",
"client-composites/questionnaire/*",
"client-composites/recommendations/*",
"client-composites/retirement/*",
"client-composites/sales/*",
"client-composites/shell/*",
"client-support/@types/*",
"client-support/bi/*",
"client-support/configs/*",
"client-support/ui/*",
"client-support/utils/*",
"client-packages/addons/*",
"client-packages/brand/*",
"client-packages/common/*",
"client-packages/engines/*",
"client-packages/tooling/*",
"client-externals/native-app/plugins/*",
"client-externals/native-app/shared/*",
"client-ops/*"
],
"devDependencies": {
"@clark/prettier-config": "^2.0.0",
"eslint-plugin-prettier": "^3.3.0",
"lerna-parallelism": "^0.1.3",
"junit-merge": "^2.0.0",
"lerna": "^3.22.1",
"patch-package": "^6.2.2",
"postinstall-postinstall": "^2.1.0",
"xunit-viewer": "^7.0.1"
},
"resolutions": {
"@clark/ember-css-modules-config": "0.5.0",
"@ember-decorators/component": "^6.1.0",
"@ember-decorators/object": "^6.1.0",
"@ember-decorators/utils": "^6.1.0",
"ember-get-config": "^0.3.0",
"ember-composable-helpers": "^4.2.2",
"ember-concurrency": "1.1.7",
"ember-decorators": "^6.1.0",
"ember-modifier": "^2.1.0",
"ember-intl": "^5.6.0-beta.0",
"ember-element-helper": "^0.3.1",
"ember-maybe-in-element": "^0.4.0",
"ember-test-waiters": "^2.1.3",
"ember-truth-helpers": "^3.0.0",
"eslint-plugin-prettier": "^3.1.4",
"luxon": "^1.16.0",
"prettier": "^2.2.1"
},
"prettier": "@clark/prettier-config",
"volta": {
"node": "14.7.0",
"yarn": "1.22.4"
}
}