mirror of
https://github.com/penpot/penpot.git
synced 2026-07-02 12:25:42 +00:00
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.9.0+sha512.bd682d5d03fe525ef7c9fd6780c6884d1e756ac4c9c9fe00c538782824310dcf90e3ddc4f53835f06dfaebd5085e41855e0bcbb3b60de2ac5bbab89e5036f03b",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/penpot/penpot"
|
|
},
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@penpot/svgo": "penpot/svgo#3.3.0",
|
|
"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.61.1",
|
|
"raw-body": "^3.0.2",
|
|
"source-map-support": "^0.5.21",
|
|
"undici": "^8.5.0",
|
|
"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/"
|
|
}
|
|
}
|