forked from roma0104/gsd5
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.64 KB
/
package.json
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
34
35
36
37
38
39
40
{
"name": "gettingsebdoing",
"version": "1.4.0",
"description": "Getting Seb Doing",
"scripts": {
"test": "npm run build",
"clean": "rm -rf build",
"build": "npm run build:prepare && npm run build:TW",
"build:prepare": "mkdir -p build/tiddlers && cp tiddlywiki.info build/ && node bin/updateVersion.js",
"build:TW": "tiddlywiki ++./plugin build --verbose --output build/gh-pages/ --load deps --build index",
"build:clean": "npm run clean && npm run build",
"rebuild": "npm run build:clean",
"serve:start": "npm run serve:stop && tiddlywiki ++./plugin build --verbose --listen || echo killed",
"serve:stop": "pkill -f \"node `which tiddlywiki`\" || echo nothing running",
"serve:open-browser-delayed": "sleep 2 && open-cli http://127.0.0.1:8080 --background &",
"serve:listen-changes": "chokidar \"plugin/**/*.tid\" \"plugin/**/*.js\" -c \"npm run build && npm run serve:start\" --initial",
"serve": "npm run serve:open-browser-delayed && npm run serve:listen-changes",
"copyTWinfo": "cp node_modules/tiddlywiki/editions/server/tiddlywiki.info ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/sebastianovide/GettingSebDoing.git"
},
"author": "Sebastian Ovide",
"license": "MIT",
"bugs": {
"url": "https://github.com/sebastianovide/GettingSebDoing/issues"
},
"homepage": "https://github.com/sebastianovide/GettingSebDoing#readme",
"dependencies": {
"@mdi/svg": "^5.9.55",
"chartist": "^0.11.4",
"chokidar-cli": "^2.0.0",
"lodash": "^4.17.21",
"open-cli": "^6",
"semver": "^7.3.5",
"simple-git": "^2.37.0",
"tiddlywiki": "^5.1.23"
}
}