2021-07-20 13:50:05 +00:00
|
|
|
{
|
|
|
|
"name": "@iconify/ember",
|
|
|
|
"description": "Iconify icon component for Ember.",
|
|
|
|
"author": "Vjacheslav Trushkin",
|
2022-09-08 06:40:06 +00:00
|
|
|
"version": "2.0.0",
|
2021-07-20 13:50:05 +00:00
|
|
|
"license": "MIT",
|
|
|
|
"bugs": "https://github.com/iconify/iconify/issues",
|
|
|
|
"homepage": "https://iconify.design/",
|
2022-09-08 06:40:06 +00:00
|
|
|
"funding": "https://github.com/sponsors/cyberalien",
|
2021-07-20 13:50:05 +00:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/iconify/iconify.git",
|
2022-05-12 20:10:42 +00:00
|
|
|
"directory": "components/ember"
|
2021-07-20 13:50:05 +00:00
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"ember-addon"
|
|
|
|
],
|
|
|
|
"scripts": {
|
|
|
|
"build": "node build",
|
|
|
|
"build:lib": "tsc -b",
|
|
|
|
"build:rollup": "rollup -c rollup.config.js",
|
|
|
|
"build:api": "api-extractor run --local --verbose --config api-extractor.json",
|
2022-06-19 19:40:13 +00:00
|
|
|
"build:cleanup": "node cleanup"
|
2021-07-20 13:50:05 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-06-19 17:58:50 +00:00
|
|
|
"@iconify/core": "workspace:^",
|
2022-06-19 18:52:07 +00:00
|
|
|
"@iconify/utils": "workspace:^",
|
2022-09-07 19:11:48 +00:00
|
|
|
"@microsoft/api-extractor": "^7.30.0",
|
|
|
|
"@rollup/plugin-node-resolve": "^14.0.0",
|
|
|
|
"@rollup/plugin-typescript": "^8.5.0",
|
|
|
|
"rollup": "^2.79.0",
|
|
|
|
"typescript": "^4.8.2"
|
2021-07-20 13:50:05 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2022-06-19 19:25:00 +00:00
|
|
|
"@glimmer/component": "^1.1.2",
|
|
|
|
"@glimmer/tracking": "^1.1.2",
|
2022-06-19 17:58:50 +00:00
|
|
|
"@iconify/types": "workspace:^",
|
2022-01-10 21:10:48 +00:00
|
|
|
"ember-cli-babel": "^7.26.11",
|
2022-09-07 19:11:48 +00:00
|
|
|
"ember-cli-htmlbars": "^6.1.0"
|
2021-07-20 13:50:05 +00:00
|
|
|
},
|
|
|
|
"ember": {
|
|
|
|
"edition": "octane"
|
|
|
|
},
|
|
|
|
"ember-addon": {}
|
|
|
|
}
|