mirror of
https://github.com/penpot/penpot.git
synced 2026-02-12 14:42:56 +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",
|
|
"private": true,
|
|
"packageManager": "pnpm@10.26.2+sha512.0e308ff2005fc7410366f154f625f6631ab2b16b1d2e70238444dd6ae9d630a8482d92a451144debc492416896ed16f7b114a86ec68b8404b2443869e68ffda6",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/penpot/penpot"
|
|
},
|
|
"type": "module",
|
|
"dependencies": {
|
|
"archiver": "^7.0.1",
|
|
"cookies": "^0.9.1",
|
|
"date-fns": "^4.1.0",
|
|
"generic-pool": "^3.9.0",
|
|
"inflation": "^2.1.0",
|
|
"ioredis": "^5.8.2",
|
|
"playwright": "^1.57.0",
|
|
"raw-body": "^3.0.2",
|
|
"source-map-support": "^0.5.21",
|
|
"svgo": "penpot/svgo#v3.1",
|
|
"undici": "^7.16.0",
|
|
"xml-js": "^1.6.11",
|
|
"xregexp": "^5.1.2"
|
|
},
|
|
"devDependencies": {
|
|
"ws": "^8.18.3"
|
|
},
|
|
"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:clj:check": "cljfmt check --parallel=false src/",
|
|
"fmt:clj": "cljfmt fix --parallel=true src/",
|
|
"lint:clj": "clj-kondo --parallel --lint src/"
|
|
}
|
|
}
|