mirror of
https://github.com/penpot/penpot.git
synced 2025-08-05 06:38:21 +02:00
32 lines
1.1 KiB
JSON
32 lines
1.1 KiB
JSON
{
|
|
"name": "common",
|
|
"version": "1.0.0",
|
|
"license": "MPL-2.0",
|
|
"author": "Kaleidos INC",
|
|
"private": true,
|
|
"packageManager": "yarn@4.9.1+sha512.f95ce356460e05be48d66401c1ae64ef84d163dd689964962c6888a9810865e39097a5e9de748876c2e0bf89b232d583c33982773e9903ae7a76257270986538",
|
|
"type": "module",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/penpot/penpot"
|
|
},
|
|
"dependencies": {
|
|
"luxon": "^3.4.4"
|
|
},
|
|
"devDependencies": {
|
|
"concurrently": "^9.0.1",
|
|
"nodemon": "^3.1.7",
|
|
"shadow-cljs": "3.1.5",
|
|
"source-map-support": "^0.5.21",
|
|
"ws": "^8.17.0"
|
|
},
|
|
"scripts": {
|
|
"fmt:clj:check": "cljfmt check --parallel=false src/ test/",
|
|
"fmt:clj": "cljfmt fix --parallel=true src/ test/",
|
|
"lint:clj": "clj-kondo --parallel=true --lint src/",
|
|
"lint": "yarn run lint:clj",
|
|
"watch:test": "concurrently \"clojure -M:dev:shadow-cljs watch test\" \"nodemon -C -d 2 -w target/tests/ --exec 'node target/tests/test.js'\"",
|
|
"build:test": "clojure -M:dev:shadow-cljs compile test",
|
|
"test": "yarn run build:test && node target/tests/test.js"
|
|
}
|
|
}
|