-
-
Notifications
You must be signed in to change notification settings - Fork 89
Expand file tree
/
Copy pathpackage.json
More file actions
134 lines (134 loc) · 5.1 KB
/
package.json
File metadata and controls
134 lines (134 loc) · 5.1 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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
{
"name": "ember-styleguide",
"version": "11.3.1",
"description": "Addon to help standardize the ember family of websites",
"keywords": [
"ember-addon"
],
"homepage": "https://ember-styleguide.netlify.app/",
"repository": "https://github.com/ember-learn/ember-styleguide.git",
"license": "MIT",
"contributors": [
"Sivakumar Kailasam <siva@rubberduck.engineering>",
"Ember.JS Learning team"
],
"directories": {
"doc": "doc",
"test": "tests"
},
"scripts": {
"build": "bottled-ember build --ember-version 5.12 --deps field-guide,field-guide-default-template,ember-cli-fastboot,prember --links docs,public,docs-styles:app/styles,config/fastboot.js --no-overlay --environment=production",
"lint": "concurrently \"pnpm:lint:*(!fix)\" --names \"lint:\"",
"lint:css": "stylelint \"**/*.css\"",
"lint:css:fix": "concurrently \"pnpm:lint:css -- --fix\"",
"lint:fix": "concurrently \"pnpm:lint:*:fix\" --names \"fix:\"",
"lint:hbs": "ember-template-lint .",
"lint:hbs:fix": "ember-template-lint . --fix",
"lint:js": "eslint . --cache",
"lint:js:fix": "eslint . --fix",
"start": "concurrently \"npm:start:*\" --restart-after 5000 --prefix-colors cyan,white,yellow",
"start:tests": "ember serve -p 0",
"start:docs": "bottled-ember serve --ember-version 5.12 --output-path dist-bottled-docs --deps field-guide,field-guide-default-template,ember-cli-fastboot,prember,@percy/cli,@percy/ember --links docs,public,percy-test:tests/acceptance,docs-styles:app/styles,config/fastboot.js --cache-name docs --no-overlay",
"test": "concurrently \"pnpm:lint\" \"pnpm:test:*\" --names \"lint,test:\"",
"test:docs": "bottled-ember test --ember-version 5.12 --output-path dist-bottled-docs --deps field-guide,field-guide-default-template,ember-cli-fastboot,prember,@percy/cli,@percy/ember --links docs,public,percy-test:tests/acceptance,docs-styles:app/styles,config/fastboot.js --cache-name docs --no-overlay",
"test:ember": "ember test",
"ember-compatibility-tests": "ember try:all"
},
"dependencies": {
"@babel/core": "^7.25.2",
"@ember/render-modifiers": "^2.0.2",
"@glimmer/component": "^1.1.2",
"broccoli-funnel": "^3.0.2",
"broccoli-merge-trees": "^4.2.0",
"ember-auto-import": "^2.10.0",
"ember-cli-babel": "^8.2.0",
"ember-cli-htmlbars": "^6.3.0",
"ember-cli-postcss": "^8.2.0",
"ember-concurrency": "^2.2.0",
"ember-named-blocks-polyfill": "^0.2.5",
"ember-test-waiters": "^2.1.3",
"ember-truth-helpers": "^3.0.0",
"lodash.get": "^4.4.2",
"normalize.css": "^8.0.1",
"postcss-import": "^12.0.1",
"postcss-preset-env": "^6.7.0",
"static-postcss-addon-tree": "^2.0.0"
},
"devDependencies": {
"@babel/eslint-parser": "^7.25.1",
"@babel/plugin-proposal-decorators": "^7.24.7",
"@ember/optional-features": "^2.1.0",
"@ember/test-helpers": "^3.3.1",
"@embroider/test-setup": "^4.0.0",
"@glimmer/tracking": "^1.1.2",
"@percy/cli": "^1.27.7",
"@percy/ember": "^4.2.0",
"bottled-ember": "^1.1.0",
"broccoli-asset-rev": "^3.0.0",
"concurrently": "^8.2.2",
"ember-array-helper": "^5.1.0",
"ember-cli": "~5.12.0",
"ember-cli-clean-css": "^3.0.0",
"ember-cli-dependency-checker": "^3.3.2",
"ember-cli-fastboot": "^4.1.2",
"ember-cli-inject-live-reload": "^2.1.0",
"ember-cli-netlify": "^0.4.1",
"ember-cli-sri": "^2.1.1",
"ember-cli-terser": "^4.0.2",
"ember-decorators-polyfill": "^1.1.5",
"ember-fetch": "^8.1.1",
"ember-load-initializers": "^2.1.2",
"ember-native-dom-helpers": "^0.6.2",
"ember-page-title": "^8.2.3",
"ember-qunit": "^8.1.0",
"ember-resolver": "^12.0.1",
"ember-scroll": "^1.0.3",
"ember-sinon": "^2.2.0",
"ember-source": "~5.12.0",
"ember-source-channel-url": "^3.0.0",
"ember-template-lint": "^7.7.0",
"ember-try": "^3.0.0",
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-ember": "^12.2.1",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-qunit": "^8.1.2",
"lint-to-the-future": "^2.6.3",
"lint-to-the-future-ember-template": "^3.1.0",
"lint-to-the-future-eslint": "^3.1.0",
"lint-to-the-future-stylelint": "^2.1.0",
"loader.js": "^4.7.0",
"pnpm": "^7.0.0",
"prember": "^2.0.0",
"prettier": "^3.3.3",
"qunit": "^2.22.0",
"qunit-dom": "^3.2.1",
"release-plan": "^0.17.2",
"stylelint": "^15.11.0",
"stylelint-config-standard": "^34.0.0",
"stylelint-declaration-strict-value": "^1.8.0",
"stylelint-order": "^4.0.0",
"stylelint-prettier": "^4.1.0",
"webpack": "^5.95.0"
},
"packageManager": "pnpm@10.11.0+sha512.6540583f41cc5f628eb3d9773ecee802f4f9ef9923cc45b69890fb47991d4b092964694ec3a4f738a420c918a333062c8b925d312f42e4f0c263eb603551f977",
"engines": {
"node": "18.* || >= 20"
},
"volta": {
"node": "18.18.2"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"ember": {
"before": [
"ember-cli-postcss"
],
"edition": "octane"
},
"ember-addon": {
"configPath": "tests/dummy/config"
}
}