@nzz/q-cli 1.9.3 → 1.9.4
Sign up to get free protection for your applications and to get access to all the features.
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@nzz/q-cli",
|
3
|
-
"version": "1.9.
|
3
|
+
"version": "1.9.4",
|
4
4
|
"prettier": "@nzz/et-utils-config-prettier",
|
5
5
|
"description": "Cli tool to setup new Q tools, new Q server implementations and start Q dev server to test developing Q tools",
|
6
6
|
"main": "index.js",
|
@@ -4,7 +4,7 @@
|
|
4
4
|
"prettier": "@nzz/et-utils-config-prettier",
|
5
5
|
"devDependencies": {
|
6
6
|
"@nzz/et-utils-config-prettier": "^1.0.6",
|
7
|
-
"@nzz/nzz.ch-static": "github:nzzdev/ed-tech-nzz.ch-static#v1.
|
7
|
+
"@nzz/nzz.ch-static": "github:nzzdev/ed-tech-nzz.ch-static#v1.2.0",
|
8
8
|
"@nzz/q-cli": "^1.4.11",
|
9
9
|
"@rollup/plugin-alias": "^3.1.9",
|
10
10
|
"@rollup/plugin-commonjs": "^21.0.0",
|
@@ -39,6 +39,7 @@
|
|
39
39
|
"start-regular": "LAYOUT=regular run-p serve rollup",
|
40
40
|
"start-ls": "LAYOUT=longform-standard run-p serve rollup",
|
41
41
|
"start-lv": "LAYOUT=longform-visual run-p serve rollup",
|
42
|
+
"start-hlv": "LAYOUT=headless-longform-visual run-p serve rollup",
|
42
43
|
"rollup": "rollup -c -w",
|
43
44
|
"serve": "sirv public --dev --port 5555 --host 0.0.0.0"
|
44
45
|
}
|