mirror of
https://github.com/penpot/penpot.git
synced 2026-03-13 13:57:21 +00:00
41 lines
1.3 KiB
JSON
41 lines
1.3 KiB
JSON
{
|
|
"name": "exporter",
|
|
"version": "1.0.0",
|
|
"license": "MPL-2.0",
|
|
"author": "Kaleidos INC",
|
|
"private": true,
|
|
"packageManager": "pnpm@10.31.0+sha512.e3927388bfaa8078ceb79b748ffc1e8274e84d75163e67bc22e06c0d3aed43dd153151cbf11d7f8301ff4acb98c68bdc5cadf6989532801ffafe3b3e4a63c268",
|
|
"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": "cljfmt fix --parallel=true src/",
|
|
"lint:clj": "cljfmt check --parallel src/ && clj-kondo --parallel --lint src/"
|
|
}
|
|
}
|