-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
/
Copy pathpackage.json
51 lines (51 loc) · 1.34 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
{
"name": "@ember-data/private-build-infra",
"version": "3.28.3",
"description": "The default blueprint for ember-data private packages.",
"keywords": [
"ember-addon"
],
"repository": "",
"license": "MIT",
"author": "",
"directories": {
"doc": "doc",
"test": "tests"
},
"scripts": {},
"dependencies": {
"@babel/plugin-transform-block-scoping": "^7.8.3",
"@ember-data/canary-features": "3.28.3",
"@ember/edition-utils": "^1.2.0",
"babel-plugin-debug-macros": "^0.3.3",
"babel-plugin-filter-imports": "^4.0.0",
"babel6-plugin-strip-class-callcheck": "^6.0.0",
"broccoli-debug": "^0.6.5",
"broccoli-file-creator": "^2.1.1",
"broccoli-funnel": "^3.0.3",
"broccoli-merge-trees": "^4.2.0",
"broccoli-rollup": "^4.1.1",
"calculate-cache-key-for-tree": "^2.0.0",
"chalk": "^4.0.0",
"ember-cli-babel": "^7.26.6",
"ember-cli-path-utils": "^1.0.0",
"ember-cli-string-utils": "^1.1.0",
"ember-cli-typescript": "^4.1.0",
"ember-cli-version-checker": "^5.1.1",
"esm": "^3.2.25",
"git-repo-info": "^2.1.1",
"glob": "^7.1.6",
"npm-git-info": "^1.0.3",
"rimraf": "^3.0.2",
"rsvp": "^4.8.5",
"semver": "^7.1.3",
"silent-error": "^1.1.1"
},
"engines": {
"node": "12.* || >= 14.*"
},
"volta": {
"node": "14.17.0",
"yarn": "1.22.4"
}
}