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

29 lines
664 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": {
2021-12-27 05:55:42 -05:00
"@sentry/node": "^6.16.1",
"@sentry/tracing": "^6.16.1",
"cookies": "^0.8.0",
"generic-pool": "^3.8.2",
2020-07-02 07:48:17 -05:00
"inflation": "^2.0.0",
"jszip": "^3.7.0",
"luxon": "^2.3.0",
"puppeteer-core": "^13.1.1",
"raw-body": "^2.4.2",
2020-07-30 08:23:11 -05:00
"xml-js": "^1.6.11",
"xregexp": "^5.0.2"
},
"devDependencies": {
"shadow-cljs": "^2.17.2",
"source-map-support": "^0.5.21"
}
}