-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
71 lines (71 loc) · 2.21 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "ember-cli-styles-example",
"version": "0.0.0",
"private": true,
"description": "Small description for ember-cli-styles-example goes here",
"repository": "",
"license": "MIT",
"author": "",
"directories": {
"doc": "doc",
"test": "tests"
},
"scripts": {
"build": "ember build --environment=production",
"lint": "npm-run-all --aggregate-output --continue-on-error --parallel \"lint:!(fix)\"",
"lint:fix": "npm-run-all --aggregate-output --continue-on-error --parallel lint:*:fix",
"lint:hbs": "ember-template-lint .",
"lint:hbs:fix": "ember-template-lint . --fix",
"lint:js": "eslint . --cache",
"lint:js:fix": "eslint . --fix",
"start": "ember serve",
"test": "npm-run-all lint test:*",
"test:ember": "ember test"
},
"devDependencies": {
"@csstools/postcss-sass": "4.0.0",
"@ember/edition-utils": "1.2.0",
"@ember/optional-features": "2.0.0",
"@ember/render-modifiers": "2.0.0",
"@ember/test-helpers": "2.6.0",
"@glimmer/component": "1.0.4",
"@glimmer/tracking": "1.0.4",
"autoprefixer": "9.8.8",
"babel-eslint": "^8.2.6",
"broccoli-asset-rev": "2.7.0",
"broccoli-funnel": "3.0.8",
"broccoli-merge-trees": "4.2.0",
"broccoli-postcss-single": "5.0.0",
"broccoli-replace": "2.0.2",
"cssnano": "4.1.11",
"ember-cli": "3.28.4",
"ember-cli-babel": "7.26.6",
"ember-cli-htmlbars": "6.0.0",
"ember-cli-inject-live-reload": "2.1.0",
"ember-cli-styles-colocation": "1.0.0-alpha.3",
"ember-cli-styles-namespace": "1.0.0-alpha.6",
"ember-cli-styles-preprocessor": "1.0.0-alpha.3",
"ember-decorators": "^6.1.1",
"ember-load-initializers": "2.1.2",
"ember-page-title": "^7.0.0",
"ember-resolver": "8.0.3",
"ember-source": "3.28.6",
"loader.js": "4.7.0",
"postcss": "^8.3.11",
"postcss-color-hex-alpha": "8.0.0",
"postcss-reporter": "6.0.1",
"postcss-scss": "4.0.2",
"qunit": "2.17.2",
"sass": "1.43.4",
"stylelint": "14.0.1",
"stylelint-config-prettier": "9.0.3",
"stylelint-config-standard-scss": "2.0.1",
"stylelint-prettier": "2.0.0"
},
"engines": {
"node": "12.* || 14.* || >= 16"
},
"ember": {
"edition": "octane"
}
}