mirror of
https://github.com/flynx/pWiki.git
synced 2025-10-28 17:40:07 +00:00
36 lines
809 B
JSON
Executable File
36 lines
809 B
JSON
Executable File
{
|
|
"name": "pWiki",
|
|
"version": "0.0.1",
|
|
"author": "Alex A. Naanou <alex.nanou@gmail.com>",
|
|
"license": "BSD",
|
|
"dependencies": {
|
|
"@toast-ui/editor": "^3.2.0",
|
|
"any-date-parser": "^1.5.3",
|
|
"file-saver": "^2.0.5",
|
|
"flexsearch": "^0.7.31",
|
|
"glob": "*",
|
|
"idb-keyval": "^6.2.0",
|
|
"ig-actions": "*",
|
|
"ig-features": "*",
|
|
"ig-object": "*",
|
|
"ig-types": "^6.26.2",
|
|
"jszip": "*",
|
|
"medium-editor": "^5.23.3",
|
|
"medium-editor-markdown": "^3.2.2",
|
|
"pouchdb": "^7.3.0",
|
|
"pouchdb-browser": "^7.3.0",
|
|
"requirejs": "*",
|
|
"showdown": "^2.1.0"
|
|
},
|
|
"disabled-dependencies": {
|
|
"peer": "*",
|
|
"pouch-replicate-webrtc": "*",
|
|
"pouchdb": "*",
|
|
"showdown": "*",
|
|
"xss": "*"
|
|
},
|
|
"scripts": {
|
|
"bootstrap": "node scripts/bootstrap.js"
|
|
}
|
|
}
|