mirror of
https://github.com/penpot/penpot.git
synced 2025-01-07 15:39:42 -05:00
27 lines
624 B
JSON
27 lines
624 B
JSON
{
|
|
"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.0",
|
|
"cookies": "^0.8.0",
|
|
"generic-pool": "^3.8.2",
|
|
"inflation": "^2.0.0",
|
|
"ioredis": "^4.28.5",
|
|
"luxon": "^2.3.1",
|
|
"playwright": "^1.20.0",
|
|
"raw-body": "^2.5.1",
|
|
"xml-js": "^1.6.11",
|
|
"xregexp": "^5.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"shadow-cljs": "^2.20.2",
|
|
"source-map-support": "^0.5.21"
|
|
}
|
|
}
|