forked from mainmatter/ember-formatjs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
92 lines (92 loc) · 2.67 KB
/
Copy pathpackage.json
File metadata and controls
92 lines (92 loc) · 2.67 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
{
"name": "ember-formatjs",
"version": "0.1.3",
"description": "Combine formatjs API with ember-intl",
"keywords": [
"ember-addon"
],
"repository": {
"type": "git",
"url": "git+ssh://git@github.com:mainmatter/ember-formatjs.git"
},
"license": "MIT",
"author": "",
"scripts": {
"lint:js": "eslint .",
"lint:js:fix": "eslint --fix .",
"lint:prettier": "prettier --check .",
"lint:prettier:fix": "prettier --write .",
"test:node": "mocha node-tests"
},
"dependencies": {
"@babel/helper-plugin-utils": "7.26.5",
"@formatjs/ts-transformer": "3.13.23",
"broccoli-stew": "3.0.0",
"calculate-cache-key-for-tree": "2.0.0",
"ember-cli-babel": "8.2.0",
"ember-cli-babel-plugin-helpers": "1.1.1",
"ember-cli-htmlbars": "6.3.0",
"ember-cli-version-checker": "5.1.2"
},
"devDependencies": {
"@babel/core": "7.26.10",
"@ember/library-tsconfig": "1.1.3",
"@ember/optional-features": "2.2.0",
"@ember/string": "4.0.1",
"@ember/test-helpers": "5.2.1",
"@embroider/test-setup": "4.0.0",
"@eslint/js": "8.57.1",
"@glimmer/component": "1.1.2",
"@glimmer/tracking": "1.1.2",
"@types/qunit": "2.19.12",
"@types/rsvp": "4.0.9",
"babel-plugin-tester": "12.0.0-canary.2",
"broccoli-asset-rev": "3.0.0",
"broccoli-test-helper": "2.0.0",
"chai": "5.2.0",
"concurrently": "9.1.2",
"ember-auto-import": "2.10.0",
"ember-cli": "6.3.1",
"ember-cli-inject-live-reload": "2.1.0",
"ember-cli-sri": "2.1.1",
"ember-cli-terser": "4.0.2",
"ember-load-initializers": "3.0.1",
"ember-page-title": "9.0.1",
"ember-qunit": "8.1.1",
"ember-resolver": "13.1.0",
"ember-route-template": "1.0.3",
"ember-source": "5.12.0",
"ember-source-channel-url": "3.0.0",
"ember-template-imports": "4.3.0",
"ember-template-lint": "7.1.0",
"eslint": "8.57.1",
"eslint-plugin-ember": "12.5.0",
"globals": "^16.1.0",
"lint-to-the-future": "2.6.3",
"lint-to-the-future-eslint": "3.1.0",
"loader.js": "4.7.0",
"mocha": "11.1.0",
"prettier": "3.5.3",
"prettier-plugin-ember-template-tag": "2.0.5",
"qunit": "2.21.0",
"qunit-dom": "3.4.0",
"release-plan": "^0.16.0",
"webpack": "5.104.1"
},
"peerDependencies": {
"ember-intl": "^7.1.8"
},
"packageManager": "pnpm@10.11.0+sha512.6540583f41cc5f628eb3d9773ecee802f4f9ef9923cc45b69890fb47991d4b092964694ec3a4f738a420c918a333062c8b925d312f42e4f0c263eb603551f977",
"engines": {
"node": "20.x || 22.x || >=24"
},
"ember": {
"edition": "octane"
},
"ember-addon": {
"configPath": "tests/dummy/config",
"before": [
"ember-cli-htmlbars"
]
}
}