enso/app/ide-desktop/lib/icons/package.json
somebody1234 74527eaa8f
Extract SVGs to files (#7076)
* 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
2023-06-23 10:47:04 +02:00

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"
}