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

28 lines
624 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": {
"archiver": "^5.3.1",
"cookies": "^0.8.0",
"generic-pool": "^3.9.0",
2020-07-02 07:48:17 -05:00
"inflation": "^2.0.0",
2022-12-27 08:29:14 -05:00
"ioredis": "^5.2.4",
"luxon": "^3.1.1",
"playwright": "^1.29.1",
"raw-body": "^2.5.1",
2020-07-30 08:23:11 -05:00
"xml-js": "^1.6.11",
"xregexp": "^5.1.1"
},
"devDependencies": {
2022-12-27 08:29:14 -05:00
"shadow-cljs": "^2.20.16",
"source-map-support": "^0.5.21"
}
}