Skip to content

Commit 8c8ebbb

Browse files
committed
up
1 parent 7d9bc2e commit 8c8ebbb

File tree

2 files changed

+4268
-6
lines changed

2 files changed

+4268
-6
lines changed

package.json

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,21 @@
11
{
22
"scripts": {
33
"zx-build": "zx ./scripts/build-wiki.mjs",
4-
"server": "npx cross-env TIDDLYWIKI_PLUGIN_PATH='./plugins' TIDDLYWIKI_THEME_PATH='./themes' TIDDLYWIKI_LANGUAGE_PATH='./languages' npx tiddlywiki . --listen port=8080",
4+
"server": "npx cross-env TIDDLYWIKI_PLUGIN_PATH='./plugins' TIDDLYWIKI_THEME_PATH='./themes' TIDDLYWIKI_LANGUAGE_PATH='./languages' npx tiddlywiki +plugins/tiddlywiki/filesystem +plugins/tiddlywiki/tiddlyweb . --listen port=8080",
55
"buildonline": "node -e \"require('./scripts/build').buildOnlineHTML('public-dist', 'index.html');\"",
66
"buildoffline": "node -e \"require('./scripts/build').buildOfflineHTML('public-dist', 'offline.html');\"",
77
"buildlibrary": "node -e \"require('./scripts/build').buildLibrary('[prefix[$:/]!prefix[$:/plugins/tiddlywiki/]!prefix[$:/themes/tiddlywiki/]!prefix[$:/languages/]!tag[$:/tags/PluginLibrary]!prefix[$:/plugins/kookma]]', 'public-dist/library');\"",
88
"clean": "rimraf public-dist"
99
},
10-
"devDependencies": {
11-
"cross-env": "7.0.3",
12-
"html-minifier-terser": "7.2.0",
10+
"dependencies": {
11+
"cross-env": "^7.0.3",
12+
"html-minifier-terser": "^7.2.0",
1313
"rimraf": "^5.0.5",
1414
"shx": "0.3.4",
1515
"tiddlywiki": "^5.3.3",
16-
"uglify-js": "3.17.4",
16+
"uglify-js": "^3.17.4",
1717
"workbox-cli": "7.0.0",
18-
"zx": "^8.0.0"
18+
"zx": "^8.0.1",
19+
"cross-spawn": "^7.0.3"
1920
}
2021
}

0 commit comments

Comments
 (0)