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