1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-27 10:32:58 +02:00
This commit is contained in:
Laurent Cozic 2021-07-05 11:20:13 +01:00
parent cf89a06eb2
commit bab6c147e7
2 changed files with 900 additions and 60 deletions

955
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -44,6 +44,7 @@
"updateIgnored": "gulp updateIgnoredTypeScriptBuild",
"updatePluginTypes": "./packages/generator-joplin/updateTypes.sh",
"watch": "lerna run watch --stream --parallel",
"watch-website": "nodemon --verbose --watch Assets/WebsiteAssets --watch packages/tools/build-website.js --exec \"node packages/tools/build-website.js && http-server docs -a localhost\"",
"i": "lerna add --no-bootstrap --scope"
},
"husky": {
@ -68,5 +69,9 @@
"madge": "^4.0.2",
"typedoc": "^0.17.8",
"typescript": "^4.0.5"
},
"dependencies": {
"http-server": "^0.12.3",
"nodemon": "^2.0.9"
}
}