-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.66 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 1.66 KB
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
{
"private": false,
"repository": "",
"license": "MIT",
"author": "",
"scripts": {
"build": "nx run-many -t build",
"build:addons": "nx run-many -t build --projects=tag:type:ember-addon",
"changeset:version": "pnpm changeset version && nx run-many -t postversion",
"changeset:publish": "pnpm changeset publish",
"create-addon": "nx generate addon",
"lint:fix": "nx run-many -t lint:fix",
"lint": "nx run-many -t lint",
"ui-explorer": "nx run ui-explorer-app:start",
"test": "nx run-many -t test"
},
"devDependencies": {
"@changesets/changelog-github": "catalog:",
"@changesets/cli": "catalog:",
"@glint/core": "catalog:",
"@nx/eslint": "catalog:",
"@nx/eslint-plugin": "catalog:",
"@nx/jest": "catalog:",
"@nx/js": "catalog:",
"@nx/plugin": "catalog:",
"@nx/rollup": "catalog:",
"@swc-node/register": "catalog:",
"@swc/cli": "catalog:",
"@swc/core": "catalog:",
"@swc/helpers": "catalog:",
"@types/node": "18.16.9",
"@typescript-eslint/eslint-plugin": "^7.16.0",
"@typescript-eslint/parser": "^7.16.0",
"concurrently": "^8.2.0",
"eslint": "~8.57.0",
"eslint-config-prettier": "^9.0.0",
"nx": "catalog:",
"prettier": "^3.0.3",
"prettier-plugin-ember-template-tag": "catalog:",
"rollup": "^4.14.0",
"tslib": "catalog:",
"typescript": "~5.7.2"
},
"pnpm": {
"overrides": {
"@types/eslint": "^7.0.0"
},
"onlyBuiltDependencies": [
"@swc/core",
"nx"
]
},
"resolutions": {
"moment": "2.25.3"
},
"volta": {
"node": "20.19.1",
"pnpm": "10.12.1"
},
"dependencies": {
"@nx/devkit": "catalog:"
}
}