-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 1.13 KB
/
package.json
File metadata and controls
33 lines (33 loc) · 1.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "@hackercamp/core",
"version": "1.0.0",
"repository": "https://github.com/hackercampcz/core.git",
"author": "Aleš Roubíček <ales@roubicek.name>",
"license": "EUPL-1.2",
"private": true,
"packageManager": "yarn@4.15.0",
"devDependencies": {
"@hckr_/blendid": "9.6.13",
"@types/nunjucks": "3.2.6",
"dprint": "0.54.0",
"npm-run-all2": "9.0.0",
"undertaker-registry": "2.0.0"
},
"resolutions": {
"lodash": "4.18.1"
},
"scripts": {
"build:api.hackercamp.cz": "mkdir -p dist/api.hackercamp.cz; cp ./api.hackercamp.cz/public/* ./dist/api.hackercamp.cz/",
"build:donut.hackercamp.cz": "BLENDID_CONFIG_PATH=./donut.hackercamp.cz/config/ blendid build --production",
"build:www.hackercamp.cz": "BLENDID_CONFIG_PATH=./www.hackercamp.cz/config/ blendid build --production",
"start:donut.hackercamp.cz": "BLENDID_CONFIG_PATH=./donut.hackercamp.cz/config/ blendid",
"start:www.hackercamp.cz": "BLENDID_CONFIG_PATH=./www.hackercamp.cz/config/ blendid"
},
"workspaces": [
"api.hackercamp.cz",
"donut.hackercamp.cz",
"www.hackercamp.cz",
"lib",
"infrastructure"
]
}