mirror of
https://github.com/penpot/penpot.git
synced 2026-06-11 18:02:06 +00:00
* 🐛 Fix incorrect valkey uri on backend tests * ⬆️ Update backend dependencies * ⬆️ Update pnpm dependencies * 📎 Fix minor linter issues
42 lines
1.3 KiB
JSON
42 lines
1.3 KiB
JSON
{
|
|
"name": "exporter",
|
|
"version": "1.0.0",
|
|
"license": "MPL-2.0",
|
|
"author": "Kaleidos INC Sucursal en España SL",
|
|
"private": true,
|
|
"packageManager": "pnpm@11.5.3+sha512.7ac1c919341c213a34dc0d02afb7143c5c26ac26ee8c4782deea821b8ac64d2134a081fd8941dae6e29bbb48f58dfc2b7fbceeccc07cb2f09d219d342a4969ed",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/penpot/penpot"
|
|
},
|
|
"type": "module",
|
|
"dependencies": {
|
|
"archiver": "8.0.0",
|
|
"cookies": "^0.9.1",
|
|
"date-fns": "^4.4.0",
|
|
"generic-pool": "^3.9.0",
|
|
"inflation": "^2.1.0",
|
|
"ioredis": "^5.11.1",
|
|
"playwright": "^1.60.0",
|
|
"raw-body": "^3.0.2",
|
|
"source-map-support": "^0.5.21",
|
|
"svgo": "penpot/svgo#v3.1",
|
|
"undici": "^8.4.1",
|
|
"xml-js": "^1.6.11",
|
|
"xregexp": "^5.1.2"
|
|
},
|
|
"devDependencies": {
|
|
"ws": "^8.21.0"
|
|
},
|
|
"scripts": {
|
|
"clear:shadow-cache": "rm -rf .shadow-cljs && rm -rf target",
|
|
"watch:app": "pnpm run clear:shadow-cache && clojure -M:dev:shadow-cljs watch main",
|
|
"watch": "pnpm run watch:app",
|
|
"build:app": "clojure -M:dev:shadow-cljs release main",
|
|
"build": "pnpm run clear:shadow-cache && pnpm run build:app",
|
|
"fmt": "cljfmt fix --parallel=true src/",
|
|
"check-fmt": "cljfmt check --parallel=true src/",
|
|
"lint": "clj-kondo --parallel --lint src/"
|
|
}
|
|
}
|