-
Notifications
You must be signed in to change notification settings - Fork 49
/
package.json
157 lines (157 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
151
152
153
154
155
156
157
{
"name": "@fortawesome/ember-fontawesome",
"description": "Official Ember component for Font Awesome 5",
"version": "2.0.0",
"keywords": [
"ember-addon",
"fontawesome"
],
"repository": {
"type": "git",
"url": "https://github.com/FortAwesome/ember-fontawesome.git"
},
"license": "MIT",
"directories": {
"doc": "doc",
"test": "tests"
},
"contributors": [
"Mike Wilkerson <mwilkerson@gmail.com>",
"Ilya Radchenko <knownasilya@gmail.com>",
"Jonathan Johnson <jon.johnson@ucsf.edu>",
"Rob Madole <robmadole@gmail.com>",
"Tom Carter <tomc@spiceworks.com>",
"Julien Guimont <julien.guimont@gmail.com>",
"Xaser Acheron <github.com/XaserAcheron>",
"samcic <github.com/samcic>",
"Josemar Luedke <github.com/josemarluedke>",
"Dan Freeman <github.com/dfreeman>",
"Bas Kamer <github.com/basz>",
"Robert Clancy <github.com/robclancy>",
"Robert Clancy <github.com/maxwondercorn>",
"Robert Clancy <github.com/dnstld>",
"mkszepp <github.com/mkszepp>",
"Davide Ferrero <github.com/davideferre>",
"Steve <github.com/st-h>",
"Stefan Topfstedt <github.com/stopfstedt>",
"François de Metz <github.com/francois2metz>",
"NullVoxPopuli <github.com/NullVoxPopuli>"
],
"homepage": "https://github.com/FortAwesome/ember-fontawesome",
"scripts": {
"build": "ember build --environment=production",
"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 serve",
"test": "concurrently \"npm:lint\" \"npm:test:*\" --names \"lint,test:\"",
"test:ember": "ember test",
"test:ember-compatibility": "ember try:each",
"precommit": "npm run lint:js && lint-staged"
},
"lint-staged": {
"README.md": [
"markdown-toc -i",
"git add README.md"
]
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.2.0",
"@rollup/plugin-node-resolve": "^15.1.0",
"array-unique": "^0.3.2",
"broccoli-file-creator": "^2.1.1",
"broccoli-merge-trees": "^4.2.0",
"broccoli-plugin": "^4.0.3",
"broccoli-rollup": "^5.0.0",
"broccoli-source": "^3.0.0",
"camel-case": "^4.1.1",
"ember-ast-helpers": "0.4.0",
"ember-auto-import": "^2.6.3",
"ember-cli-babel": "^7.26.11",
"ember-cli-htmlbars": "^6.2.0",
"ember-get-config": "^2.0.0",
"find-yarn-workspace-root": "^2.0.0",
"glob": "^10.3.3"
},
"devDependencies": {
"@babel/eslint-parser": "^7.21.3",
"@babel/plugin-proposal-decorators": "^7.21.0",
"@ember/optional-features": "^2.0.0",
"@ember/string": "^3.0.1",
"@ember/test-helpers": "^3.2.0",
"@embroider/test-setup": "^3.0.1",
"@fortawesome/free-brands-svg-icons": "^6.2.0",
"@fortawesome/free-regular-svg-icons": "^6.2.0",
"@fortawesome/free-solid-svg-icons": "^6.2.0",
"@glimmer/component": "^1.1.2",
"@glimmer/tracking": "^1.1.2",
"broccoli-asset-rev": "^3.0.0",
"broccoli-stew": "^3.0.0",
"broccoli-viz": "^5.0.0",
"concurrently": "^8.0.1",
"ember-cli": "~4.12.2",
"ember-cli-dependency-checker": "^3.3.1",
"ember-cli-inject-live-reload": "^2.1.0",
"ember-cli-sri": "^2.1.1",
"ember-cli-terser": "^4.0.2",
"ember-compatibility-helpers": "^1.2.6",
"ember-load-initializers": "^2.1.2",
"ember-page-title": "^8.0.0",
"ember-qunit": "^7.0.0",
"ember-resolver": "^11.0.0",
"ember-source": "~4.12.0",
"ember-source-channel-url": "^3.0.0",
"ember-template-lint": "^5.7.2",
"ember-try": "^2.0.0",
"eslint": "^8.37.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-ember": "^11.10.0",
"eslint-plugin-n": "^16.0.1",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-qunit": "^8.0.0",
"husky": "^8.0.3",
"lint-staged": "^9.2.5",
"loader.js": "^4.7.0",
"markdown-toc": "^1.2.0",
"prettier": "^3.0.2",
"qunit": "^2.19.4",
"qunit-dom": "^2.0.0",
"stylelint": "^15.10.3",
"stylelint-config-standard": "^34.0.0",
"stylelint-prettier": "^4.0.2",
"webpack": "^5.78.0"
},
"peerDependencies": {
"ember-source": "^4.0.0 || >=5.0.0"
},
"engines": {
"node": "14.* || 16.* || >= 18"
},
"ember": {
"edition": "octane"
},
"ember-addon": {
"configPath": "tests/dummy/config",
"defaultBlueprint": "ember-fontawesome"
},
"files": [
"CHANGELOG.md",
"CODE_OF_CONDUCT.md",
"CONTRIBUTING.md",
"LICENSE.md",
"UPGRADING.md",
"ember-cli-build.js",
"index.js",
"addon/",
"app/",
"blueprints/",
"config/",
"lib/",
"vendor/"
]
}