mirror of
https://github.com/enso-org/enso.git
synced 2024-12-11 13:41:59 +03:00
74527eaa8f
* Extract SVGs to individual files Probably not working for cloud frontend (`watch-dashboard`, `build-dashboard`) yet Dynamic SVGs were not extracted out * Make file SVGs work for `watch-dashboard` and `build-dashboard` * Document SVG loaders * Address QA issues
25 lines
520 B
JSON
25 lines
520 B
JSON
{
|
|
"name": "enso-icons",
|
|
"version": "1.0.0",
|
|
"author": {
|
|
"name": "Enso Team",
|
|
"email": "contact@enso.org"
|
|
},
|
|
"homepage": "https://github.com/enso-org/enso/tree/develop/app/ide-desktop/lib/icons",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@github.com:enso-org/enso.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/enso-org/enso/issues"
|
|
},
|
|
"scripts": {
|
|
"build": "node src/index.js"
|
|
},
|
|
"devDependencies": {
|
|
"sharp": "^0.31.2",
|
|
"to-ico": "^1.1.5"
|
|
},
|
|
"type": "module"
|
|
}
|