mirror of https://github.com/penpot/penpot.git
35 lines
958 B
JSON
35 lines
958 B
JSON
{
|
|
"name": "exporter",
|
|
"version": "1.0.0",
|
|
"license": "MPL-2.0",
|
|
"author": "Kaleidos INC",
|
|
"private": true,
|
|
"packageManager": "yarn@4.9.2+sha512.1fc009bc09d13cfd0e19efa44cbfc2b9cf6ca61482725eb35bbc5e257e093ebf4130db6dfe15d604ff4b79efd8e1e8e99b25fa7d0a6197c9f9826358d4d65c3c",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/penpot/penpot"
|
|
},
|
|
"dependencies": {
|
|
"archiver": "^7.0.1",
|
|
"cookies": "^0.9.1",
|
|
"generic-pool": "^3.9.0",
|
|
"inflation": "^2.1.0",
|
|
"ioredis": "^5.6.1",
|
|
"luxon": "^3.6.1",
|
|
"playwright": "^1.53.0",
|
|
"raw-body": "^3.0.0",
|
|
"svgo": "penpot/svgo#v3.1",
|
|
"xml-js": "^1.6.11",
|
|
"xregexp": "^5.1.2"
|
|
},
|
|
"devDependencies": {
|
|
"source-map-support": "^0.5.21",
|
|
"ws": "^8.18.2"
|
|
},
|
|
"scripts": {
|
|
"fmt:clj:check": "cljfmt check --parallel=false src/",
|
|
"fmt:clj": "cljfmt fix --parallel=true src/",
|
|
"lint:clj": "clj-kondo --parallel --lint src/"
|
|
}
|
|
}
|