0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-03-07 21:31:21 -05:00
penpot/exporter/package.json

23 lines
485 B
JSON
Raw Normal View History

{
"name": "exporter",
"version": "1.0.0",
"license": "MPL-2.0",
"dependencies": {
2023-08-31 09:20:22 +02:00
"archiver": "^6.0.0",
"cookies": "^0.8.0",
"generic-pool": "^3.9.0",
2020-07-02 14:48:17 +02:00
"inflation": "^2.0.0",
2023-08-31 09:20:22 +02:00
"ioredis": "^5.3.2",
"luxon": "^3.4.2",
"playwright": "^1.37.1",
"raw-body": "^2.5.2",
2020-07-30 15:23:11 +02:00
"xml-js": "^1.6.11",
"xregexp": "^5.1.1"
},
"devDependencies": {
2023-11-08 16:10:58 +01:00
"shadow-cljs": "^2.25.10",
"source-map-support": "^0.5.21"
},
"packageManager": "yarn@4.0.2"
}