mirror of
https://github.com/flynx/pWiki.git
synced 2025-12-16 16:11:39 +00:00
experimenting...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
f31125acc7
commit
f1b71c69d8
@ -5,6 +5,7 @@
|
||||
"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": "*",
|
||||
|
||||
@ -10,6 +10,10 @@
|
||||
var object = require('ig-object')
|
||||
var types = require('ig-types')
|
||||
|
||||
// XXX this should be optional...
|
||||
// XXX is this a good idea???
|
||||
//var dateparser = require('any-date-parser')
|
||||
|
||||
var pwpath = require('./path')
|
||||
var parser = require('./parser')
|
||||
var filters = require('./filters/base')
|
||||
|
||||
@ -247,6 +247,7 @@ require.config({
|
||||
'showdown': 'node_modules/showdown/dist/showdown',
|
||||
'idb-keyval': 'node_modules/idb-keyval/dist/umd',
|
||||
'flexsearch': 'node_modules/flexsearch/dist/flexsearch.bundle',
|
||||
'any-date-parser': 'node_modules/any-date-parser/dist/browser-bundle',
|
||||
}, ['ext-lib']),
|
||||
},
|
||||
packages: [
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user