1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-12 08:54:00 +02:00
joplin/packages/plugins/ToggleSidebars/package.json

29 lines
591 B
JSON
Raw Normal View History

{
2021-01-12 14:30:45 +02:00
"name": "@joplin/joplin-plugin-toggle-sidebars",
2021-01-12 14:36:15 +02:00
"version": "1.0.2",
"scripts": {
"dist": "webpack",
"prepare": "npm run dist"
},
2021-01-12 14:36:15 +02:00
"publishConfig": {
"access": "public"
},
"license": "MIT",
"keywords": [
"joplin-plugin"
],
"devDependencies": {
"@types/node": "^14.0.14",
"chalk": "^4.1.0",
"copy-webpack-plugin": "^6.1.0",
"fs-extra": "^9.0.1",
"glob": "^7.1.6",
"on-build-webpack": "^0.1.0",
"tar": "^6.0.5",
"ts-loader": "^7.0.5",
"typescript": "^3.9.3",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11"
}
}