0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-08 07:50:43 -05:00
penpot/exporter/package.json

27 lines
595 B
JSON
Raw Normal View History

{
"name": "uxbox-exporter",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "UXBOX LABS SL",
"license": "SEE LICENSE IN <LICENSE>",
"dependencies": {
2020-07-02 07:48:17 -05:00
"inflation": "^2.0.0",
"jszip": "^3.5.0",
"koa": "^2.13.0",
2020-12-03 13:14:34 -05:00
"puppeteer": "^5.5.0",
"puppeteer-cluster": "^0.22.0",
2020-07-02 07:48:17 -05:00
"raw-body": "^2.4.1",
2020-07-30 08:23:11 -05:00
"svgo": "^1.3.2",
"xml-js": "^1.6.11",
2020-12-03 13:14:34 -05:00
"xregexp": "^4.4.0"
},
"devDependencies": {
2020-12-03 13:14:34 -05:00
"shadow-cljs": "^2.11.8",
"source-map-support": "^0.5.19"
}
}