-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathpackage.json
150 lines (150 loc) · 4.82 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
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
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
{
"name": "pass-ui",
"version": "1.14.0-SNAPSHOT",
"private": true,
"description": "The user interface for the eclipse-pass project",
"license": "Apache-2.0",
"author": "",
"directories": {
"doc": "doc",
"test": "tests"
},
"repository": "",
"scripts": {
"build": "ember build --environment=production",
"build:dev": "ember build",
"build:docker": "docker build --no-cache -t ghcr.io/eclipse-pass/pass-ui:$npm_package_version .",
"build:latest": "docker build --no-cache -t ghcr.io/eclipse-pass/pass-ui:latest .",
"lint": "concurrently \"npm:lint:*(!fix)\" --names \"lint:\"",
"lint:css": "stylelint \"**/*.css\"",
"lint:css:fix": "concurrently \"npm:lint:css -- --fix\"",
"lint:fix": "concurrently \"npm: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": "ember server",
"test": "concurrently \"npm:lint\" \"npm:test:*\" --names \"lint,test:\"",
"test:ember": "ember test",
"prepare": "husky install",
"create_sbom": "FETCH_LICENSE=true cdxgen --required-only --no-babel --type pnpm -o pass-ui-$npm_package_version-cyclonedx-sbom.json"
},
"dependencies": {
"@coreui/ajax": "1.0.10",
"@ember/string": "^3.1.1",
"@fortawesome/ember-fontawesome": "^2.0.0",
"@fortawesome/fontawesome-svg-core": "^6.5.2",
"@fortawesome/free-regular-svg-icons": "^6.4.0",
"@glimmer/component": "^1.1.2",
"@glimmer/tracking": "^1.1.2",
"ajv": "^6.10.0",
"alpaca": "1.5.24",
"bootstrap": "5.0.0",
"ember-bootstrap": "^6.3.2",
"ember-composable-helpers": "^5.0.0",
"ember-concurrency": "^2.3.4",
"ember-concurrency-decorators": "^1.0.0",
"ember-data": "~5.3.3",
"ember-file-upload": "^9.0.0",
"ember-inflector": "^4.0.2",
"ember-load-initializers": "^2.1.2",
"ember-lodash": "^4.19.4",
"ember-modal-dialog": "^4.1.4",
"ember-models-table": "^5.4.1",
"ember-modifier": "^4.1.0",
"ember-page-title": "^8.2.3",
"ember-power-select": "^7.0.0",
"ember-radio-buttons": "^5.0.0",
"ember-resolver": "^11.0.1",
"ember-simple-auth": "^6.0.0",
"ember-tether": "^3.1.0",
"jquery": "3.6.4",
"loader.js": "^4.7.0",
"popper.js": "^1.14.5",
"sweetalert2": "7.29.0"
},
"devDependencies": {
"@babel/core": "^7.24.4",
"@babel/eslint-parser": "^7.24.1",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-decorators": "^7.24.1",
"@cyclonedx/cdxgen": "^11.0.3",
"@ember/optional-features": "^2.1.0",
"@ember/render-modifiers": "^2.0.5",
"@ember/test-helpers": "^3.3.0",
"@embroider/compat": "^3.5.6",
"@embroider/core": "^3.4.14",
"@embroider/webpack": "^4.0.4",
"@faker-js/faker": "^8.1.0",
"babel-plugin-dynamic-import-node": "^2.3.3",
"broccoli-asset-rev": "^3.0.0",
"clean-css": ">=4.1.11",
"concurrently": "^8.2.2",
"coveralls": "^3.0.2",
"ember-auto-import": "^2.7.2",
"ember-cli": "~5.8.0",
"ember-cli-app-version": "^6.0.1",
"ember-cli-babel": "^8.2.0",
"ember-cli-clean-css": "^3.0.0",
"ember-cli-content-security-policy": "^2.0.3",
"ember-cli-dependency-checker": "^3.3.2",
"ember-cli-dependency-lint": "^2.0.1",
"ember-cli-deprecation-workflow": "github:ember-cli/ember-cli-deprecation-workflow#main",
"ember-cli-flash": "^4.0.0",
"ember-cli-htmlbars": "^6.3.0",
"ember-cli-inject-live-reload": "^2.1.0",
"ember-cli-inline-content": "^0.4.1",
"ember-cli-mirage": "^3.0.3",
"ember-cli-sri": "^2.1.1",
"ember-cli-terser": "^4.0.2",
"ember-qunit": "^8.0.2",
"ember-sinon-qunit": "^7.1.4",
"ember-source": "~5.8.0",
"ember-template-lint": "6.0.0",
"ember-template-lint-plugin-prettier": "^5.0.0",
"ember-test-selectors": "^6.0.0",
"ember-truth-helpers": "^3.1.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-ember": "^11.12.0",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-qunit": "^8.1.1",
"husky": "^8.0.0",
"lint-staged": "^13.2.3",
"merge": ">=1.2.1",
"miragejs": "^0.1.48",
"prettier": "^3.3.0",
"qunit": "^2.20.1",
"qunit-dom": "^3.1.2",
"sinon": "^15.0.2",
"string-hash": "^1.1.3",
"stylelint": "^16.6.1",
"stylelint-config-standard": "^36.0.0",
"stylelint-prettier": "^5.0.0",
"tracked-built-ins": "^3.3.0",
"webpack": "^5.92.1"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"*.{js,ts}": [
"eslint --fix",
"prettier --write"
]
},
"engines": {
"node": ">= 20"
},
"ember": {
"edition": "octane"
},
"pnpm": {
"overrides": {
"@embroider/macros": "1.16.0"
}
}
}