-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) 路 1.67 KB
/
Copy pathpackage.json
File metadata and controls
61 lines (61 loc) 路 1.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
{
"name": "@skyrocketjs/ember",
"version": "0.0.1-alpha.3",
"description": "The default blueprint for ember-cli addons.",
"keywords": [
"ember-addon"
],
"repository": "",
"license": "MIT",
"author": "",
"directories": {
"doc": "doc",
"test": "tests"
},
"scripts": {
"build": "ember build",
"lint:hbs": "ember-template-lint .",
"start": "ember serve",
"test": "ember test --output-path=dist --test-port=0",
"test:production": "ember test -e production --output-path=dist --test-port=0",
"test:all": "ember try:each"
},
"dependencies": {
"@skyrocketjs/compiler": "0.0.1-alpha.3",
"broccoli-debug": "^0.6.5",
"broccoli-funnel": "^3.0.3",
"broccoli-merge-trees": "^4.2.0",
"ember-cli-babel": "^7.11.1",
"ember-cli-htmlbars": "^5.1.2"
},
"devDependencies": {
"@ember/optional-features": "^1.0.0",
"@skyrocketjs/service": "0.0.1-alpha.3",
"broccoli-asset-rev": "^3.0.0",
"ember-cli": "~3.18.0",
"ember-cli-dependency-checker": "^3.1.0",
"ember-cli-template-lint": "^2.0.2",
"ember-cli-uglify": "^3.0.0",
"ember-disable-prototype-extensions": "^1.1.3",
"ember-load-initializers": "^2.1.0",
"ember-maybe-import-regenerator": "^0.1.6",
"ember-qunit": "^4.5.1",
"ember-resolver": "^8.0.0",
"ember-source": "~3.27.2",
"ember-source-channel-url": "^2.0.1",
"ember-try": "^1.2.1",
"loader.js": "^4.7.0",
"qunit-dom": "^1.2.0",
"testem-safari-webdriver-launcher": "0.0.1-alpha.3"
},
"engines": {
"node": "8.* || >= 10.*"
},
"ember-addon": {
"configPath": "tests/dummy/config"
},
"volta": {
"node": "14.3.0",
"yarn": "1.22.4"
}
}