-
-
Notifications
You must be signed in to change notification settings - Fork 56
Expand file tree
/
Copy pathpackage.json
More file actions
114 lines (114 loc) · 3.9 KB
/
package.json
File metadata and controls
114 lines (114 loc) · 3.9 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
{
"name": "ember-help-wanted",
"version": "0.0.0",
"private": true,
"description": "Search help wanted issues in the Ember community",
"repository": "",
"license": "MIT",
"author": "",
"directories": {
"doc": "doc",
"test": "tests"
},
"scripts": {
"build": "ember build --environment=production",
"format": "prettier . --cache --write",
"lint": "concurrently \"npm:lint:*(!fix)\" --names \"lint:\" --prefixColors auto",
"lint:dependency": "ember dependency-lint",
"lint:css": "stylelint \"**/*.css\"",
"lint:css:fix": "concurrently \"npm:lint:css -- --fix\"",
"lint:fix": "concurrently \"npm:lint:*:fix\" --names \"fix:\" --prefixColors auto && npm run format",
"lint:format": "prettier . --cache --check",
"lint:hbs": "ember-template-lint .",
"lint:hbs:fix": "ember-template-lint . --fix",
"lint:js": "eslint . --cache",
"lint:js:fix": "eslint . --fix",
"start": "ember serve",
"start:local": "cross-env LOCAL_API=true ember s",
"test": "concurrently \"npm:lint\" \"npm:test:*\" --names \"lint,test:\" --prefixColors auto",
"test:ember": "ember test"
},
"devDependencies": {
"@babel/core": "^7.26.10",
"@babel/eslint-parser": "^7.26.10",
"@babel/plugin-proposal-decorators": "^7.25.9",
"@ember/optional-features": "^2.2.0",
"@ember/string": "^3.0.1",
"@ember/test-helpers": "^5.1.0",
"@ember/test-waiters": "^4.1.0",
"@embroider/macros": "^1.16.12",
"@eslint/js": "^9.23.0",
"@glimmer/component": "^1.0.0",
"@glimmer/tracking": "^1.1.2",
"@percy/cli": "^1.30.7",
"@percy/ember": "^3.0.1",
"@sinonjs/fake-timers": "^7.1.2",
"broccoli-asset-rev": "^3.0.0",
"concurrently": "^9.1.2",
"cross-env": "^7.0.3",
"dayjs": "^1.11.13",
"ember-auto-import": "^2.10.0",
"ember-cli": "~6.3.1",
"ember-cli-app-version": "^7.0.0",
"ember-cli-babel": "^8.2.0",
"ember-cli-clean-css": "^3.0.0",
"ember-cli-dependency-checker": "^3.3.3",
"ember-cli-dependency-lint": "^2.0.1",
"ember-cli-deprecation-workflow": "^3.3.0",
"ember-cli-htmlbars": "^6.3.0",
"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-data": "~5.3.11",
"ember-functions-as-helper-polyfill": "^2.1.2",
"ember-load-initializers": "^3.0.1",
"ember-math-helpers": "^3.0.0",
"ember-mirage": "^0.4.2",
"ember-modifier": "^4.2.0",
"ember-page-title": "^8.2.4",
"ember-qunit": "^8.1.1",
"ember-resolver": "^12.0.1",
"ember-scoped-css": "^0.23.2",
"ember-scoped-css-compat": "^10.2.1",
"ember-source": "~6.0.1",
"ember-styleguide": "^7.1.0",
"ember-template-imports": "^4.3.0",
"ember-template-lint": "^6.1.0",
"ember-test-selectors": "^6.0.0",
"eslint": "^9.23.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-ember": "^12.5.0",
"eslint-plugin-n": "^17.16.2",
"eslint-plugin-qunit": "^8.1.2",
"glob": "^7.2.3",
"globals": "^15.15.0",
"http-proxy": "^1.18.1",
"invert-color": "^2.0.0",
"lint-to-the-future": "^2.6.2",
"lint-to-the-future-ember-template": "^3.0.0",
"lint-to-the-future-eslint": "^3.0.0",
"lint-to-the-future-stylelint": "^1.1.0",
"loader.js": "^4.7.0",
"luxon": "^2.5.2",
"miragejs": "^0.1.48",
"morgan": "^1.10.0",
"normalize.css": "^8.0.1",
"prettier": "^3.5.3",
"prettier-plugin-ember-template-tag": "^2.0.4",
"qunit": "^2.24.1",
"qunit-dom": "^3.4.0",
"stylelint": "^16.16.0",
"stylelint-config-standard": "^36.0.1",
"tracked-built-ins": "^3.4.0",
"util": "^0.12.5",
"webpack": "^5.98.0"
},
"engines": {
"node": ">= 18"
},
"ember": {
"edition": "octane"
},
"packageManager": "pnpm@10.6.0+sha512.df0136e797db0cfa7ec1084e77f3bdf81bacbae9066832fbf95cba4c2140ad05e64f316cde51ce3f99ea00a91ffc702d6aedd3c0f450f895e3e7c052fe573cd8"
}