2020-06-29 16:07:48 +02:00
|
|
|
{
|
2023-11-28 15:17:23 +01:00
|
|
|
"name": "exporter",
|
2020-06-29 16:07:48 +02:00
|
|
|
"version": "1.0.0",
|
2023-11-28 15:17:23 +01:00
|
|
|
"license": "MPL-2.0",
|
2023-11-27 12:28:28 +01:00
|
|
|
"author": "Kaleidos INC",
|
|
|
|
"private": true,
|
2024-07-31 16:26:37 +02:00
|
|
|
"packageManager": "yarn@4.3.1",
|
2023-11-27 12:28:28 +01:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/penpot/penpot"
|
|
|
|
},
|
2020-06-29 16:07:48 +02:00
|
|
|
"dependencies": {
|
2024-05-31 13:28:32 +02:00
|
|
|
"archiver": "^7.0.1",
|
2024-01-08 11:18:20 +01:00
|
|
|
"cookies": "^0.9.1",
|
2022-10-05 11:39:40 +02:00
|
|
|
"generic-pool": "^3.9.0",
|
2024-01-08 11:18:20 +01:00
|
|
|
"inflation": "^2.1.0",
|
2024-05-31 13:28:32 +02:00
|
|
|
"ioredis": "^5.4.1",
|
2024-10-21 10:59:34 +02:00
|
|
|
"luxon": "^3.5.0",
|
|
|
|
"playwright": "^1.48.1",
|
|
|
|
"raw-body": "^3.0.0",
|
2024-10-22 17:11:03 +02:00
|
|
|
"svgo": "penpot/svgo#v3",
|
2020-07-30 15:23:11 +02:00
|
|
|
"xml-js": "^1.6.11",
|
2022-10-05 11:39:40 +02:00
|
|
|
"xregexp": "^5.1.1"
|
2020-06-29 16:07:48 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-10-21 10:59:34 +02:00
|
|
|
"shadow-cljs": "2.28.18",
|
2021-11-29 15:53:24 +01:00
|
|
|
"source-map-support": "^0.5.21"
|
2023-11-28 15:17:23 +01:00
|
|
|
},
|
2023-11-27 12:28:28 +01:00
|
|
|
"scripts": {
|
|
|
|
"fmt:clj:check": "cljfmt check --parallel=false src/",
|
2023-11-29 16:22:56 +01:00
|
|
|
"fmt:clj": "cljfmt fix --parallel=true src/",
|
|
|
|
"lint:clj": "clj-kondo --parallel --lint src/"
|
2023-11-27 12:28:28 +01:00
|
|
|
}
|
2020-06-29 16:07:48 +02:00
|
|
|
}
|