-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
31 lines (31 loc) · 843 Bytes
/
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
{
"name": "root",
"private": true,
"workspaces": [
"packages/*",
"site"
],
"scripts": {
"prepare": "yarn workspace ember-focus-trap run prepare",
"start": "npm-run-all --parallel start:*",
"start:addon": "yarn workspace ember-focus-trap run start",
"start:test-app": "yarn workspace test-app run start",
"lint:js": "eslint . --ext .js,.ts",
"test": "yarn workspace test-app run test"
},
"devDependencies": {
"@underline/eslint-config-ember-typescript": "^0.12.0",
"@underline/eslint-config-node": "^0.12.0",
"@underline/eslint-config-typescript": "^0.12.0",
"eslint": "^8.6.0",
"lerna": "^4.0.0",
"npm-run-all": "4.1.5",
"typescript": "^4.5.5"
},
"dependencies": {
"eslint-plugin-qunit": "^7.2.0"
},
"resolutions": {
"@embroider/macros": "^1.0.0"
}
}